Searched refs:hsc_slot_list (Results 1 – 1 of 1) sorted by relevance
179 static hsc_slot_t *hsc_slot_list; /* linked list of slots */ variable966 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()