HelenOS sources

wndmgt_srv_t      595 uspace/app/taskbar/test/wndlist.c 	wndmgt_srv_t srv;
wndmgt_srv_t       59 uspace/lib/wndmgt/include/wndmgt_srv.h extern void wndmgt_conn(ipc_call_t *, wndmgt_srv_t *);
wndmgt_srv_t       60 uspace/lib/wndmgt/include/wndmgt_srv.h extern void wndmgt_srv_initialize(wndmgt_srv_t *);
wndmgt_srv_t       61 uspace/lib/wndmgt/include/wndmgt_srv.h extern void wndmgt_srv_ev_pending(wndmgt_srv_t *);
wndmgt_srv_t       48 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_callback_create_srv(wndmgt_srv_t *srv, ipc_call_t *call)
wndmgt_srv_t       60 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_get_window_list_srv(wndmgt_srv_t *srv, ipc_call_t *icall)
wndmgt_srv_t      130 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_get_window_info_srv(wndmgt_srv_t *srv, ipc_call_t *icall)
wndmgt_srv_t      206 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_activate_window_srv(wndmgt_srv_t *srv, ipc_call_t *icall)
wndmgt_srv_t      224 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_close_window_srv(wndmgt_srv_t *srv, ipc_call_t *icall)
wndmgt_srv_t      240 uspace/lib/wndmgt/src/wndmgt_srv.c static void wndmgt_get_event_srv(wndmgt_srv_t *srv, ipc_call_t *icall)
wndmgt_srv_t      281 uspace/lib/wndmgt/src/wndmgt_srv.c void wndmgt_conn(ipc_call_t *icall, wndmgt_srv_t *srv)
wndmgt_srv_t      333 uspace/lib/wndmgt/src/wndmgt_srv.c void wndmgt_srv_initialize(wndmgt_srv_t *srv)
wndmgt_srv_t      342 uspace/lib/wndmgt/src/wndmgt_srv.c void wndmgt_srv_ev_pending(wndmgt_srv_t *srv)
wndmgt_srv_t      109 uspace/lib/wndmgt/test/wndmgt.c 	wndmgt_srv_t *srv;
wndmgt_srv_t      622 uspace/lib/wndmgt/test/wndmgt.c 	wndmgt_srv_t srv;
wndmgt_srv_t      106 uspace/srv/hid/display/main.c 	wndmgt_srv_t *srv = (wndmgt_srv_t *) arg;
wndmgt_srv_t      289 uspace/srv/hid/display/main.c 	wndmgt_srv_t srv;
HelenOS homepage, sources at GitHub