HelenOS sources

ds_display_first_seat   90 uspace/srv/hid/display/cfgops.c 	seat = ds_display_first_seat(cfgclient->display);
ds_display_first_seat  106 uspace/srv/hid/display/cfgops.c 	seat = ds_display_first_seat(cfgclient->display);
ds_display_first_seat  213 uspace/srv/hid/display/cfgops.c 	s = ds_display_first_seat(cfgclient->display);
ds_display_first_seat  115 uspace/srv/hid/display/client.c 	seat = ds_display_first_seat(wnd->display);
ds_display_first_seat  235 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(display);
ds_display_first_seat  238 uspace/srv/hid/display/display.c 		seat = ds_display_first_seat(display);
ds_display_first_seat  277 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(display);
ds_display_first_seat  786 uspace/srv/hid/display/display.c 	return ds_display_first_seat(disp);
ds_display_first_seat  798 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(display);
ds_display_first_seat 1249 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(disp);
ds_display_first_seat   87 uspace/srv/hid/display/display.h extern ds_seat_t *ds_display_first_seat(ds_display_t *);
ds_display_first_seat   67 uspace/srv/hid/display/seat.c 	s0 = ds_display_first_seat(display);
ds_display_first_seat  437 uspace/srv/hid/display/test/display.c 	s0 = ds_display_first_seat(disp);
ds_display_first_seat 1174 uspace/srv/hid/display/window.c 	seat = ds_display_first_seat(wnd->display);
HelenOS homepage, sources at GitHub