HelenOS sources
dispcfg_seat_list_t 71 uspace/app/disp/disp.c dispcfg_seat_list_t *seat_list;
dispcfg_seat_list_t 213 uspace/app/disp/disp.c dispcfg_seat_list_t *seat_list;
dispcfg_seat_list_t 517 uspace/app/display-cfg/seats.c dispcfg_seat_list_t *seat_list = NULL;
dispcfg_seat_list_t 689 uspace/app/display-cfg/seats.c dispcfg_seat_list_t *seat_list = NULL;
dispcfg_seat_list_t 121 uspace/app/display-cfg/test/seats.c resp.get_seat_list_rlist = calloc(1, sizeof(dispcfg_seat_list_t));
dispcfg_seat_list_t 121 uspace/app/taskbar-cfg/test/startmenu.c resp.get_seat_list_rlist = calloc(1, sizeof(dispcfg_seat_list_t));
dispcfg_seat_list_t 44 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_get_seat_list(dispcfg_t *, dispcfg_seat_list_t **);
dispcfg_seat_list_t 45 uspace/lib/dispcfg/include/dispcfg.h extern void dispcfg_free_seat_list(dispcfg_seat_list_t *);
dispcfg_seat_list_t 52 uspace/lib/dispcfg/include/dispcfg_srv.h errno_t (*get_seat_list)(void *, dispcfg_seat_list_t **);
dispcfg_seat_list_t 55 uspace/lib/dispcfg/include/types/testdc.h dispcfg_seat_list_t *get_seat_list_rlist;
dispcfg_seat_list_t 155 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_get_seat_list(dispcfg_t *dispcfg, dispcfg_seat_list_t **rlist)
dispcfg_seat_list_t 160 uspace/lib/dispcfg/src/dispcfg.c dispcfg_seat_list_t *list;
dispcfg_seat_list_t 196 uspace/lib/dispcfg/src/dispcfg.c list = calloc(1, sizeof(dispcfg_seat_list_t));
dispcfg_seat_list_t 210 uspace/lib/dispcfg/src/dispcfg.c void dispcfg_free_seat_list(dispcfg_seat_list_t *list)
dispcfg_seat_list_t 62 uspace/lib/dispcfg/src/dispcfg_srv.c dispcfg_seat_list_t *list = NULL;
dispcfg_seat_list_t 44 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_list(void *, dispcfg_seat_list_t **);
dispcfg_seat_list_t 116 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_list(void *arg, dispcfg_seat_list_t **rlist)
dispcfg_seat_list_t 81 uspace/lib/dispcfg/test/dispcfg.c dispcfg_seat_list_t *list;
dispcfg_seat_list_t 117 uspace/lib/dispcfg/test/dispcfg.c dispcfg_seat_list_t *list;
dispcfg_seat_list_t 136 uspace/lib/dispcfg/test/dispcfg.c resp.get_seat_list_rlist = calloc(1, sizeof(dispcfg_seat_list_t));
dispcfg_seat_list_t 47 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_list(void *, dispcfg_seat_list_t **);
dispcfg_seat_list_t 73 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_list(void *arg, dispcfg_seat_list_t **rlist)
dispcfg_seat_list_t 76 uspace/srv/hid/display/cfgops.c dispcfg_seat_list_t *list;
dispcfg_seat_list_t 82 uspace/srv/hid/display/cfgops.c list = calloc(1, sizeof(dispcfg_seat_list_t));
HelenOS homepage, sources at GitHub