HelenOS sources

async_msg_2        48 uspace/drv/hid/adb-mouse/adb-mouse.c 	async_msg_2(exch, MOUSEEV_BUTTON_EVENT, bnum, bpress);
async_msg_2       299 uspace/drv/hid/ps2mouse/ps2mouse.c 				async_msg_2(exch, MOUSEEV_BUTTON_EVENT, i + 1,
async_msg_2       311 uspace/drv/hid/ps2mouse/ps2mouse.c 			async_msg_2(exch, MOUSEEV_MOVE_EVENT, move_x, -move_y);
async_msg_2       367 uspace/drv/hid/ps2mouse/ps2mouse.c 				async_msg_2(exch, MOUSEEV_BUTTON_EVENT, i + 1,
async_msg_2       298 uspace/drv/hid/usbhid/kbd/kbddev.c 		async_msg_2(exch, KBDEV_EVENT, type, key);
async_msg_2       159 uspace/lib/c/include/async.h extern void async_msg_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_msg_2       159 uspace/lib/posix/include/libc/async.h extern void async_msg_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_msg_2       326 uspace/srv/hid/input/input.c 			async_msg_2(exch, INPUT_EVENT_DCLICK, mdev->svc_id,
async_msg_2       113 uspace/srv/hid/isdv4_tablet/main.c 			async_msg_2(exch, MOUSEEV_BUTTON_EVENT, event->button,
async_msg_2       288 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	async_msg_2(exch, MOUSEEV_BUTTON_EVENT, button, press);
async_msg_2       331 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	async_msg_2(exch, MOUSEEV_MOVE_EVENT, dx, dy);
async_msg_2       332 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	async_msg_2(exch, MOUSEEV_BUTTON_EVENT, button, press);
async_msg_2       133 uspace/srv/vfs/vfs_node.c 		async_msg_2(exch, VFS_OUT_DESTROY, (sysarg_t) node->service_id,
async_msg_2        83 uspace/srv/vfs/vfs_ops.c 	async_msg_2(exch, VFS_OUT_DESTROY, (sysarg_t) file->service_id,
HelenOS homepage, sources at GitHub