Searched defs:PCIHP_SLOT_DISABLED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c144 * PCIHP_SLOT_DISABLED Slot is disabled for hotplug operations.
149 #define PCIHP_SLOT_DISABLED 0x2 macro
883 (slotinfop->slot_flags & PCIHP_SLOT_DISABLED)) {
1241 if ((slotinfop->slot_flags & PCIHP_SLOT_DISABLED) == 0)
1254 slotinfop->slot_flags &= ~PCIHP_SLOT_DISABLED;
1280 slotinfop->slot_flags |= PCIHP_SLOT_DISABLED;
1470 (slotinfop->slot_flags & PCIHP_SLOT_DISABLED)) {
1640 (slotinfop->slot_flags & PCIHP_SLOT_DISABLED)) {
2905 (slotinfop->slot_flags & PCIHP_SLOT_DISABLED)) {

Completed in 52 milliseconds