HelenOS sources

wndmgt_window_list_t   45 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_list(void *, wndmgt_window_list_t **);
wndmgt_window_list_t  606 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_list(void *arg, wndmgt_window_list_t **rlist)
wndmgt_window_list_t  608 uspace/app/taskbar/test/wndlist.c 	wndmgt_window_list_t *wlist;
wndmgt_window_list_t  612 uspace/app/taskbar/test/wndlist.c 	wlist = calloc(1, sizeof(wndmgt_window_list_t));
wndmgt_window_list_t  136 uspace/app/taskbar/wndlist.c 	wndmgt_window_list_t *wlist = NULL;
wndmgt_window_list_t   44 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_get_window_list(wndmgt_t *, wndmgt_window_list_t **);
wndmgt_window_list_t   45 uspace/lib/wndmgt/include/wndmgt.h extern void wndmgt_free_window_list(wndmgt_window_list_t *);
wndmgt_window_list_t   52 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*get_window_list)(void *, wndmgt_window_list_t **);
wndmgt_window_list_t  154 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_get_window_list(wndmgt_t *wndmgt, wndmgt_window_list_t **rlist)
wndmgt_window_list_t  159 uspace/lib/wndmgt/src/wndmgt.c 	wndmgt_window_list_t *list;
wndmgt_window_list_t  195 uspace/lib/wndmgt/src/wndmgt.c 	list = calloc(1, sizeof(wndmgt_window_list_t));
wndmgt_window_list_t  209 uspace/lib/wndmgt/src/wndmgt.c void wndmgt_free_window_list(wndmgt_window_list_t *list)
wndmgt_window_list_t   63 uspace/lib/wndmgt/src/wndmgt_srv.c 	wndmgt_window_list_t *list = NULL;
wndmgt_window_list_t   48 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_list(void *, wndmgt_window_list_t **);
wndmgt_window_list_t   83 uspace/lib/wndmgt/test/wndmgt.c 	wndmgt_window_list_t *get_window_list_rlist;
wndmgt_window_list_t  146 uspace/lib/wndmgt/test/wndmgt.c 	wndmgt_window_list_t *list;
wndmgt_window_list_t  182 uspace/lib/wndmgt/test/wndmgt.c 	wndmgt_window_list_t *list;
wndmgt_window_list_t  201 uspace/lib/wndmgt/test/wndmgt.c 	resp.get_window_list_rlist = calloc(1, sizeof(wndmgt_window_list_t));
wndmgt_window_list_t  675 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_list(void *arg, wndmgt_window_list_t **rlist)
wndmgt_window_list_t   46 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_list(void *, wndmgt_window_list_t **);
wndmgt_window_list_t   66 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_list(void *arg, wndmgt_window_list_t **rlist)
wndmgt_window_list_t   69 uspace/srv/hid/display/wmops.c 	wndmgt_window_list_t *list;
wndmgt_window_list_t   75 uspace/srv/hid/display/wmops.c 	list = calloc(1, sizeof(wndmgt_window_list_t));
HelenOS homepage, sources at GitHub