HelenOS sources

EVENT_KIO         205 kernel/generic/src/console/console.c 	event_set_unmask_callback(EVENT_KIO, kio_update);
EVENT_KIO         253 kernel/generic/src/console/console.c 		if (event_notify_3(EVENT_KIO, true, kio_start, kio_len,
EVENT_KIO         181 uspace/app/kio/kio.c 	async_event_unmask(EVENT_KIO);
EVENT_KIO         214 uspace/app/kio/kio.c 	rc = async_event_subscribe(EVENT_KIO, kio_notification_handler, NULL);
EVENT_KIO         235 uspace/app/kio/kio.c 	async_event_unmask(EVENT_KIO);
HelenOS homepage, sources at GitHub