Files | |
file | klog.c |
Data Structures | |
struct | item_t |
Defines | |
#define | LOG_FNAME "/log/klog" |
#define | NAME "klog" |
Functions | |
static int | consumer (void *data) |
Klog consumer. | |
int | main (int argc, char *argv[]) |
static void | notification_received (ipc_callid_t callid, ipc_call_t *call) |
Kernel notification handler. | |
static void | producer (size_t length, wchar_t *data) |
Klog producer. | |
Variables | |
static wchar_t * | klog |
static size_t | klog_length |
static prodcons_t | pc |
static int consumer | ( | void * | data | ) | [static] |
static void notification_received | ( | ipc_callid_t | callid, | |
ipc_call_t * | call | |||
) | [static] |
static void producer | ( | size_t | length, | |
wchar_t * | data | |||
) | [static] |