Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c199 hpc_slot_entry_t *slot_next, *slot_prev; member
371 slotp = slotp->slot_next) { in hpc_nexus_register_bus()
426 slotp = slotp->slot_next) { in hpc_nexus_unregister_bus()
517 slotp->slot_next = slot_list_head; in hpc_slot_register()
610 slotp->slot_prev->slot_next = slotp->slot_next; in hpc_slot_unregister()
611 if (slotp->slot_next != NULL) in hpc_slot_unregister()
612 slotp->slot_next->slot_prev = slotp->slot_prev; in hpc_slot_unregister()
614 busp->bus_slot_list = slotp->slot_next; in hpc_slot_unregister()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h180 uint16_t slot_next; member
H A Dfct.c1215 slot->slot_next = (uint16_t)(++i); in fct_register_local_port()
1217 slot->slot_next = FCT_SLOT_EOL; in fct_register_local_port()
1884 new |= iport->iport_cmd_slots[cmd_slot].slot_next; in fct_alloc_cmd_slot()
2088 slot->slot_next = old & 0xFFFF; in fct_cmd_free()