HelenOS sources

ds_display_next_seat   92 uspace/srv/hid/display/cfgops.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  108 uspace/srv/hid/display/cfgops.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  212 uspace/srv/hid/display/cfgops.c 	if (s == seat && ds_display_next_seat(s) == NULL) {
ds_display_next_seat  118 uspace/srv/hid/display/client.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  624 uspace/srv/hid/display/display.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat 1076 uspace/srv/hid/display/display.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat   86 uspace/srv/hid/display/display.h extern ds_seat_t *ds_display_next_seat(ds_seat_t *);
ds_display_next_seat   69 uspace/srv/hid/display/seat.c 		s0 = ds_display_next_seat(s0);
ds_display_next_seat  440 uspace/srv/hid/display/test/display.c 	s1 = ds_display_next_seat(s0);
ds_display_next_seat 1177 uspace/srv/hid/display/window.c 		seat = ds_display_next_seat(seat);
HelenOS homepage, sources at GitHub