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 238 uspace/srv/hid/display/display.c seat = ds_display_first_seat(display);
ds_display_first_seat 241 uspace/srv/hid/display/display.c seat = ds_display_first_seat(display);
ds_display_first_seat 280 uspace/srv/hid/display/display.c seat = ds_display_first_seat(display);
ds_display_first_seat 789 uspace/srv/hid/display/display.c return ds_display_first_seat(disp);
ds_display_first_seat 801 uspace/srv/hid/display/display.c seat = ds_display_first_seat(display);
ds_display_first_seat 1252 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 1176 uspace/srv/hid/display/window.c seat = ds_display_first_seat(wnd->display);
HelenOS homepage, sources at GitHub