HelenOS sources
frontbuf_t 148 uspace/srv/hid/output/output.c static frontbuf_t *resolve_frontbuf(sysarg_t handle, ipc_call_t *icall)
frontbuf_t 150 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = NULL;
frontbuf_t 151 uspace/srv/hid/output/output.c list_foreach(frontbufs, link, frontbuf_t, cur) {
frontbuf_t 152 uspace/srv/hid/output/output.c if (cur == (frontbuf_t *) handle) {
frontbuf_t 168 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = (frontbuf_t *) malloc(sizeof(frontbuf_t));
frontbuf_t 197 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = resolve_frontbuf(ipc_get_arg1(icall), icall);
frontbuf_t 210 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = resolve_frontbuf(ipc_get_arg1(icall), icall);
frontbuf_t 318 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = resolve_frontbuf(ipc_get_arg1(icall), icall);
frontbuf_t 367 uspace/srv/hid/output/output.c frontbuf_t *frontbuf = resolve_frontbuf(ipc_get_arg1(icall), icall);
HelenOS homepage, sources at GitHub