Searched refs:hsc_slot_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c179 static hsc_slot_t *hsc_slot_list; /* linked list of slots */ variable
183 * hsc_slot_list
966 hsp->hs_next = hsc_slot_list;
967 hsc_slot_list = hsp;
1001 for (hsp = hsc_slot_list; hsp != NULL; hsp = hsp->hs_next) {
1004 hsc_slot_list = hsc_slot_list->hs_next;
1140 for (hsp = hsc_slot_list; hsp != NULL; hsp = hsp->hs_next) {
1547 /* hsc->slot_info = hsc_slot_list; */

Completed in 60 milliseconds