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

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c152 #define PCIHP_SLOT_ENUM_INS_PENDING 0x10 macro
1549 slotinfop->slot_flags &= ~PCIHP_SLOT_ENUM_INS_PENDING;
2097 ~PCIHP_SLOT_ENUM_INS_PENDING;
2147 ~PCIHP_SLOT_ENUM_INS_PENDING;
3317 (slotinfop->slot_flags & PCIHP_SLOT_ENUM_INS_PENDING)) {
3477 slotinfop->slot_flags |= PCIHP_SLOT_ENUM_INS_PENDING;
3515 slotinfop->slot_flags &= ~PCIHP_SLOT_ENUM_INS_PENDING;

Completed in 63 milliseconds