HelenOS sources

async_event_subscribe  214 uspace/app/kio/kio.c 	rc = async_event_subscribe(EVENT_KIO, kio_notification_handler, NULL);
async_event_subscribe  144 uspace/lib/c/include/async.h extern errno_t async_event_subscribe(event_type_t, async_notification_handler_t,
async_event_subscribe  144 uspace/lib/posix/include/libc/async.h extern errno_t async_event_subscribe(event_type_t, async_notification_handler_t,
async_event_subscribe  918 uspace/srv/hid/input/input.c 	rc = async_event_subscribe(EVENT_KCONSOLE, kconsole_event_handler, NULL);
async_event_subscribe  229 uspace/srv/klog/klog.c 	rc = async_event_subscribe(EVENT_KLOG, klog_notification_received, NULL);
async_event_subscribe  245 uspace/srv/taskmon/taskmon.c 	if (async_event_subscribe(EVENT_FAULT, fault_event, NULL) != EOK) {
HelenOS homepage, sources at GitHub