HelenOS sources

dispcfg_srv_t      62 uspace/lib/dispcfg/include/dispcfg_srv.h extern void dispcfg_conn(ipc_call_t *, dispcfg_srv_t *);
dispcfg_srv_t      63 uspace/lib/dispcfg/include/dispcfg_srv.h extern void dispcfg_srv_initialize(dispcfg_srv_t *);
dispcfg_srv_t      64 uspace/lib/dispcfg/include/dispcfg_srv.h extern void dispcfg_srv_ev_pending(dispcfg_srv_t *);
dispcfg_srv_t      92 uspace/lib/dispcfg/include/types/testdc.h 	dispcfg_srv_t *srv;
dispcfg_srv_t      47 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_callback_create_srv(dispcfg_srv_t *srv, ipc_call_t *call)
dispcfg_srv_t      59 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_get_seat_list_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     129 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_get_seat_info_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     205 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_seat_create_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     245 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_seat_delete_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     261 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_dev_assign_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     279 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_dev_unassign_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     295 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_get_asgn_dev_list_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     368 uspace/lib/dispcfg/src/dispcfg_srv.c static void dispcfg_get_event_srv(dispcfg_srv_t *srv, ipc_call_t *icall)
dispcfg_srv_t     409 uspace/lib/dispcfg/src/dispcfg_srv.c void dispcfg_conn(ipc_call_t *icall, dispcfg_srv_t *srv)
dispcfg_srv_t     470 uspace/lib/dispcfg/src/dispcfg_srv.c void dispcfg_srv_initialize(dispcfg_srv_t *srv)
dispcfg_srv_t     479 uspace/lib/dispcfg/src/dispcfg_srv.c void dispcfg_srv_ev_pending(dispcfg_srv_t *srv)
dispcfg_srv_t      76 uspace/lib/dispcfg/src/testdc.c 	dispcfg_srv_t srv;
dispcfg_srv_t     113 uspace/srv/hid/display/main.c 	dispcfg_srv_t *srv = (dispcfg_srv_t *) arg;
dispcfg_srv_t     319 uspace/srv/hid/display/main.c 	dispcfg_srv_t srv;
HelenOS homepage, sources at GitHub