Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c179 static hsc_slot_t *hsc_slot_list; /* linked list of slots */ variable
966 hsp->hs_next = hsc_slot_list; in hsc_slot_register()
967 hsc_slot_list = hsp; in hsc_slot_register()
1001 for (hsp = hsc_slot_list; hsp != NULL; hsp = hsp->hs_next) { in hsc_slot_unregister()
1004 hsc_slot_list = hsc_slot_list->hs_next; in hsc_slot_unregister()
1140 for (hsp = hsc_slot_list; hsp != NULL; hsp = hsp->hs_next) { in hsc_find_slot()