HelenOS sources

ds_display_next_seat   93 uspace/srv/hid/display/cfgops.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  109 uspace/srv/hid/display/cfgops.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  214 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  290 uspace/srv/hid/display/display.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat  806 uspace/srv/hid/display/display.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat 1258 uspace/srv/hid/display/display.c 		seat = ds_display_next_seat(seat);
ds_display_next_seat   88 uspace/srv/hid/display/display.h extern ds_seat_t *ds_display_next_seat(ds_seat_t *);
ds_display_next_seat   71 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 1179 uspace/srv/hid/display/window.c 		seat = ds_display_next_seat(seat);
HelenOS homepage, sources at GitHub