HelenOS sources
ds_window_ev_t 189 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 195 uspace/srv/hid/display/client.c wevent = list_get_instance(link, ds_window_ev_t, levents);
ds_window_ev_t 214 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 219 uspace/srv/hid/display/client.c wevent = list_get_instance(cur, ds_window_ev_t, levents);
ds_window_ev_t 237 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 239 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
ds_window_ev_t 266 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 268 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
ds_window_ev_t 296 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 298 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
ds_window_ev_t 325 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 327 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
ds_window_ev_t 355 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 357 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
ds_window_ev_t 385 uspace/srv/hid/display/client.c ds_window_ev_t *wevent;
ds_window_ev_t 387 uspace/srv/hid/display/client.c wevent = calloc(1, sizeof(ds_window_ev_t));
HelenOS homepage, sources at GitHub