Home
last modified time | relevance | path

Searched refs:DDI_HP_CN_STATE_ENABLED (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c274 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_ENABLED) in pciehpc_acpi_slotinfo_init()
335 if (slot_p->hs_info.cn_state == DDI_HP_CN_STATE_ENABLED) { in pciehpc_acpi_slot_poweron()
540 target_state = DDI_HP_CN_STATE_ENABLED; in pciehpc_acpi_notify_handler()
547 if (slot_p->hs_info.cn_state == DDI_HP_CN_STATE_ENABLED) in pciehpc_acpi_notify_handler()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c837 DDI_HP_CN_STATE_ENABLED) { in pciehpc_intr()
1047 if (curr_state == DDI_HP_CN_STATE_ENABLED) { in pciehpc_get_slot_state()
1589 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_ENABLED; in pciehpc_slotinfo_init()
1726 case DDI_HP_CN_STATE_ENABLED: in pciehpc_enable_state_sync_leds()
1786 case DDI_HP_CN_STATE_ENABLED: in pciehpc_enable_state_sync()
1843 case DDI_HP_CN_STATE_ENABLED: in pciehpc_enable_state_sync()
1878 case DDI_HP_CN_STATE_ENABLED: in pciehpc_enable_state_sync()
2666 if (target_state > DDI_HP_CN_STATE_ENABLED) { in pciehpc_upgrade_slot_state()
2725 DDI_HP_CN_STATE_ENABLED; in pciehpc_upgrade_slot_state()
2815 case DDI_HP_CN_STATE_ENABLED: in pciehpc_downgrade_slot_state()
[all …]
H A Dpcishpc.c481 DDI_HP_CN_STATE_ENABLED) || (cdip == NULL)) { in pcishpc_slot_get_property()
1037 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_ENABLED) in pcishpc_register_slot()
1270 DDI_HP_CN_STATE_ENABLED) != DDI_SUCCESS) { in pcishpc_slot_poweron()
1277 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_ENABLED; in pcishpc_slot_poweron()
1501 if (target_state > DDI_HP_CN_STATE_ENABLED) { in pcishpc_upgrade_slot_state()
1524 DDI_HP_CN_STATE_ENABLED; in pcishpc_upgrade_slot_state()
1561 case DDI_HP_CN_STATE_ENABLED: in pcishpc_downgrade_slot_state()
2281 return (DDI_HP_CN_STATE_ENABLED); in pcishpc_slot_shpc_to_hpc()
2304 case DDI_HP_CN_STATE_ENABLED: in pcishpc_slot_hpc_to_shpc()
2323 else if (state == DDI_HP_CN_STATE_ENABLED) in pcishpc_slot_textslotstate()
H A Dpcie_hp.c1033 (*(ddi_hp_cn_state_t *)arg == DDI_HP_CN_STATE_ENABLED)) in pcie_hp_common_ops()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h51 DDI_HP_CN_STATE_ENABLED = 0x4000, /* Enabled */ enumerator
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h37 #define HP_IS_ENABLED(s) (s == DDI_HP_CN_STATE_ENABLED)
H A Dhotplugd_door.c741 case DDI_HP_CN_STATE_ENABLED: in state_str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c44 case DDI_HP_CN_STATE_ENABLED: in ddihp_get_cn_state()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c840 curr_state == DDI_HP_CN_STATE_ENABLED) { in ddihp_cn_pre_change_state()
903 new_state == DDI_HP_CN_STATE_ENABLED) { in ddihp_cn_post_change_state()
1003 if (online && hdlp->cn_info.cn_state < DDI_HP_CN_STATE_ENABLED) { in ddihp_cn_change_children_state()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c83 { DDI_HP_CN_STATE_ENABLED, "ENABLED", 1 },
445 rv = hp_set_state(root, 0, DDI_HP_CN_STATE_ENABLED, &results); in cmd_enable()
505 if (hp_state(root) != DDI_HP_CN_STATE_ENABLED) { in cmd_disable()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c531 *state = DDI_HP_CN_STATE_ENABLED; in cfga_target_state()
563 case DDI_HP_CN_STATE_ENABLED: in cfga_get_state()
722 } else if (state >= DDI_HP_CN_STATE_ENABLED) { in cfga_change_state()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c537 case DDI_HP_CN_STATE_ENABLED: in hp_set_state()