Symbol: PCIE_SLOTCTL_PWR_CONTROL
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1024
if (ctrl_p->hc_has_pwr && (control & PCIE_SLOTCTL_PWR_CONTROL) != 0) {
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1794
(control & PCIE_SLOTCTL_PWR_CONTROL) == 0) {
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
1819
if (ctrl_p->hc_has_pwr && (control & PCIE_SLOTCTL_PWR_CONTROL) != 0) {
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2109
if ((control & PCIE_SLOTCTL_PWR_CONTROL) != 0)
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2305
if ((control & PCIE_SLOTCTL_PWR_CONTROL) == 0 &&
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2321
if ((control & PCIE_SLOTCTL_PWR_CONTROL) != 0 &&
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2355
control &= ~PCIE_SLOTCTL_PWR_CONTROL;
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2366
if (control & PCIE_SLOTCTL_PWR_CONTROL) {
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2415
if ((control & PCIE_SLOTCTL_PWR_CONTROL) == 0) {
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2416
control |= PCIE_SLOTCTL_PWR_CONTROL;
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2473
if ((control & PCIE_SLOTCTL_PWR_CONTROL) != 0 &&
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2514
control |= PCIE_SLOTCTL_PWR_CONTROL;
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2525
if ((control & PCIE_SLOTCTL_PWR_CONTROL) == 0) {
usr/src/uts/intel/io/pciex/hotplug/pciehpc_acpi.c
368
if (!(control & PCIE_SLOTCTL_PWR_CONTROL)) {
usr/src/uts/sun4u/io/px/px_hlib.c
3384
0 : PCIE_SLOTCTL_PWR_CONTROL;
usr/src/uts/sun4u/io/px/px_hlib.c
3421
pwr_off = val & PCIE_SLOTCTL_PWR_CONTROL;