HelenOS sources

ds_display_first_seat   89 uspace/srv/hid/display/cfgops.c 	seat = ds_display_first_seat(cfgclient->display);
ds_display_first_seat  105 uspace/srv/hid/display/cfgops.c 	seat = ds_display_first_seat(cfgclient->display);
ds_display_first_seat  211 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  607 uspace/srv/hid/display/display.c 	return ds_display_first_seat(disp);
ds_display_first_seat  619 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(display);
ds_display_first_seat 1070 uspace/srv/hid/display/display.c 	seat = ds_display_first_seat(disp);
ds_display_first_seat   85 uspace/srv/hid/display/display.h extern ds_seat_t *ds_display_first_seat(ds_display_t *);
ds_display_first_seat   65 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