HelenOS sources
EVENT_KIO 186 kernel/generic/src/console/console.c event_set_unmask_callback(EVENT_KIO, kio_update);
EVENT_KIO 234 kernel/generic/src/console/console.c if (event_notify_1(EVENT_KIO, true, kio_written) == EOK)
EVENT_KIO 177 uspace/app/kio/kio.c async_event_unmask(EVENT_KIO);
EVENT_KIO 184 uspace/app/kio/kio.c errno_t rc = async_event_subscribe(EVENT_KIO, kio_notification_handler, NULL);
EVENT_KIO 205 uspace/app/kio/kio.c async_event_unmask(EVENT_KIO);
HelenOS homepage, sources at GitHub