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

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c151 #define PCIHP_SLOT_DEV_NON_HOTPLUG 0x8 macro
1658 if (slotinfop->slot_flags & PCIHP_SLOT_DEV_NON_HOTPLUG) {
1733 ~(PCIHP_SLOT_DEV_NON_HOTPLUG|
2627 ~PCIHP_SLOT_DEV_NON_HOTPLUG;
3852 slotinfop->slot_flags |= PCIHP_SLOT_DEV_NON_HOTPLUG;
3854 slotinfop->slot_flags &= ~PCIHP_SLOT_DEV_NON_HOTPLUG;

Completed in 65 milliseconds