Home
last modified time | relevance | path

Searched refs:DDI_HP_CN_STATE_POWERED (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1727 case DDI_HP_CN_STATE_POWERED: in pciehpc_enable_state_sync_leds()
1792 case DDI_HP_CN_STATE_POWERED: in pciehpc_enable_state_sync()
1796 DDI_HP_CN_STATE_POWERED; in pciehpc_enable_state_sync()
1831 case DDI_HP_CN_STATE_POWERED: in pciehpc_enable_state_sync()
1881 case DDI_HP_CN_STATE_POWERED: in pciehpc_enable_state_sync()
2688 if (curr_state < DDI_HP_CN_STATE_POWERED) in pciehpc_upgrade_slot_state()
2697 case DDI_HP_CN_STATE_POWERED: in pciehpc_upgrade_slot_state()
2790 case DDI_HP_CN_STATE_POWERED: in pciehpc_downgrade_slot_state()
2817 DDI_HP_CN_STATE_POWERED; in pciehpc_downgrade_slot_state()
2878 curr_state = DDI_HP_CN_STATE_POWERED; in pciehpc_change_slot_state()
[all …]
H A Dpcishpc.c1296 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_POWERED; in pcishpc_slot_poweron()
1304 if (slot_p->hs_info.cn_state < DDI_HP_CN_STATE_POWERED) { in pcishpc_slot_poweron()
1332 if (slot_p->hs_info.cn_state < DDI_HP_CN_STATE_POWERED) { in pcishpc_slot_poweroff()
1522 case DDI_HP_CN_STATE_POWERED: in pcishpc_upgrade_slot_state()
1557 case DDI_HP_CN_STATE_POWERED: in pcishpc_downgrade_slot_state()
1563 DDI_HP_CN_STATE_POWERED; in pcishpc_downgrade_slot_state()
1803 if (curr_state == DDI_HP_CN_STATE_POWERED && in pcishpc_get_slot_state()
1814 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_POWERED; in pcishpc_get_slot_state()
2278 return (DDI_HP_CN_STATE_POWERED); in pcishpc_slot_shpc_to_hpc()
2301 case DDI_HP_CN_STATE_POWERED: in pcishpc_slot_hpc_to_shpc()
[all …]
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c381 *result = slot_p->hs_info.cn_state = DDI_HP_CN_STATE_POWERED; in pciehpc_acpi_slot_poweron()
407 if (slot_p->hs_info.cn_state < DDI_HP_CN_STATE_POWERED) { in pciehpc_acpi_slot_poweroff()
538 if (curr_state < DDI_HP_CN_STATE_POWERED) { in pciehpc_acpi_notify_handler()
549 DDI_HP_CN_STATE_POWERED; in pciehpc_acpi_notify_handler()
611 if (slot_p->hs_info.cn_state < DDI_HP_CN_STATE_POWERED) { in pciehpc_acpi_power_on_slot()
649 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_POWERED) { in pciehpc_acpi_power_off_slot()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h50 DDI_HP_CN_STATE_POWERED = 0x3000, /* Powered */ enumerator
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c82 { DDI_HP_CN_STATE_POWERED, "POWERED", 1 },
511 rv = hp_set_state(root, flags, DDI_HP_CN_STATE_POWERED, &results); in cmd_disable()
569 if (hp_state(root) >= DDI_HP_CN_STATE_POWERED) { in cmd_poweron()
575 rv = hp_set_state(root, 0, DDI_HP_CN_STATE_POWERED, &results); in cmd_poweron()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c42 case DDI_HP_CN_STATE_POWERED: in ddihp_get_cn_state()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c525 *state = DDI_HP_CN_STATE_POWERED; in cfga_target_state()
534 *state = DDI_HP_CN_STATE_POWERED; in cfga_target_state()
562 case DDI_HP_CN_STATE_POWERED: in cfga_get_state()
744 if (state < DDI_HP_CN_STATE_POWERED) { in cfga_change_state()
755 if (state < DDI_HP_CN_STATE_POWERED) { in cfga_change_state()
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c739 case DDI_HP_CN_STATE_POWERED: in state_str()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c945 ddi_hp_cn_state_t target_state = DDI_HP_CN_STATE_POWERED; in ddihp_cn_handle_state_change()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c536 case DDI_HP_CN_STATE_POWERED: in hp_set_state()