HelenOS sources

dispcfg_seat_info_t   72 uspace/app/disp/disp.c 	dispcfg_seat_info_t *sinfo;
dispcfg_seat_info_t  214 uspace/app/disp/disp.c 	dispcfg_seat_info_t *sinfo;
dispcfg_seat_info_t  518 uspace/app/display-cfg/seats.c 	dispcfg_seat_info_t *sinfo = NULL;
dispcfg_seat_info_t  128 uspace/app/display-cfg/test/seats.c 	resp.get_seat_info_rinfo = calloc(1, sizeof(dispcfg_seat_info_t));
dispcfg_seat_info_t  128 uspace/app/taskbar-cfg/test/startmenu.c 	resp.get_seat_info_rinfo = calloc(1, sizeof(dispcfg_seat_info_t));
dispcfg_seat_info_t   47 uspace/lib/dispcfg/include/dispcfg.h     dispcfg_seat_info_t **);
dispcfg_seat_info_t   48 uspace/lib/dispcfg/include/dispcfg.h extern void dispcfg_free_seat_info(dispcfg_seat_info_t *);
dispcfg_seat_info_t   53 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*get_seat_info)(void *, sysarg_t, dispcfg_seat_info_t **);
dispcfg_seat_info_t   59 uspace/lib/dispcfg/include/types/testdc.h 	dispcfg_seat_info_t *get_seat_info_rinfo;
dispcfg_seat_info_t  224 uspace/lib/dispcfg/src/dispcfg.c     dispcfg_seat_info_t **rinfo)
dispcfg_seat_info_t  229 uspace/lib/dispcfg/src/dispcfg.c 	dispcfg_seat_info_t *info;
dispcfg_seat_info_t  268 uspace/lib/dispcfg/src/dispcfg.c 	info = calloc(1, sizeof(dispcfg_seat_info_t));
dispcfg_seat_info_t  281 uspace/lib/dispcfg/src/dispcfg.c void dispcfg_free_seat_info(dispcfg_seat_info_t *info)
dispcfg_seat_info_t  133 uspace/lib/dispcfg/src/dispcfg_srv.c 	dispcfg_seat_info_t *info = NULL;
dispcfg_seat_info_t   45 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_info(void *, sysarg_t, dispcfg_seat_info_t **);
dispcfg_seat_info_t  130 uspace/lib/dispcfg/src/testdc.c     dispcfg_seat_info_t **rinfo)
dispcfg_seat_info_t  166 uspace/lib/dispcfg/test/dispcfg.c 	dispcfg_seat_info_t *info;
dispcfg_seat_info_t  205 uspace/lib/dispcfg/test/dispcfg.c 	dispcfg_seat_info_t *info;
dispcfg_seat_info_t  224 uspace/lib/dispcfg/test/dispcfg.c 	resp.get_seat_info_rinfo = calloc(1, sizeof(dispcfg_seat_info_t));
dispcfg_seat_info_t   47 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_info(void *, sysarg_t, dispcfg_seat_info_t **);
dispcfg_seat_info_t  124 uspace/srv/hid/display/cfgops.c     dispcfg_seat_info_t **rinfo)
dispcfg_seat_info_t  128 uspace/srv/hid/display/cfgops.c 	dispcfg_seat_info_t *info;
dispcfg_seat_info_t  139 uspace/srv/hid/display/cfgops.c 	info = calloc(1, sizeof(dispcfg_seat_info_t));
HelenOS homepage, sources at GitHub