Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h122 #define HPC_SLOT_NO_AUTO_ENABLE 0x1 /* No auto-enable on registration */ macro
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c3678 slot_info.slot_flags = HPC_SLOT_NO_AUTO_ENABLE; in schpc_add_pci()
3680 slot_info.slot_flags = HPC_SLOT_NO_AUTO_ENABLE | in schpc_add_pci()
/titanic_50/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c2061 if (slot_info->slot_flags & HPC_SLOT_NO_AUTO_ENABLE) in pcihp_new_slot_state()