Home
last modified time | relevance | path

Searched refs:DDI_HP_CN_STATE_PRESENT (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dddi_hp.h44 DDI_HP_CN_STATE_PRESENT = 0x2000, /* A Device Present */ enumerator
/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1366 if (pcishpc_set_slot_state(slot_p, DDI_HP_CN_STATE_PRESENT) != in pcishpc_slot_poweroff()
1375 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_PRESENT; in pcishpc_slot_poweroff()
1393 if (slot_p->hs_info.cn_state > DDI_HP_CN_STATE_PRESENT) { in pcishpc_slot_poweroff()
1512 if (curr_state < DDI_HP_CN_STATE_PRESENT) in pcishpc_upgrade_slot_state()
1515 case DDI_HP_CN_STATE_PRESENT: in pcishpc_upgrade_slot_state()
1543 case DDI_HP_CN_STATE_PRESENT: in pcishpc_downgrade_slot_state()
1550 if (curr_state >= DDI_HP_CN_STATE_PRESENT) in pcishpc_downgrade_slot_state()
1744 DDI_HP_CN_STATE_PRESENT) { in pcishpc_attn_btn_handler()
2281 return (DDI_HP_CN_STATE_PRESENT); in pcishpc_slot_shpc_to_hpc()
H A Dpciehpc.c372 DDI_HP_CN_STATE_PRESENT, in pciehpc_intr()
536 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_PRESENT; in pciehpc_get_slot_state()
1411 if (curr_state < DDI_HP_CN_STATE_PRESENT) in pciehpc_upgrade_slot_state()
1414 case DDI_HP_CN_STATE_PRESENT: in pciehpc_upgrade_slot_state()
1444 case DDI_HP_CN_STATE_PRESENT: in pciehpc_downgrade_slot_state()
1451 if (curr_state >= DDI_HP_CN_STATE_PRESENT) in pciehpc_downgrade_slot_state()
2044 DDI_HP_CN_STATE_PRESENT) { in pciehpc_attn_btn_handler()
H A Dpcie_hp.c795 cn_info->cn_state = DDI_HP_CN_STATE_PRESENT; in pcie_hp_setup_port_name_num()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c39 case DDI_HP_CN_STATE_PRESENT: in ddihp_get_cn_state()
/titanic_50/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c528 *state = DDI_HP_CN_STATE_PRESENT; in cfga_target_state()
559 case DDI_HP_CN_STATE_PRESENT: in cfga_get_state()
667 } else if (state == DDI_HP_CN_STATE_PRESENT) { in cfga_change_state()
681 } else if (state > DDI_HP_CN_STATE_PRESENT) { in cfga_change_state()
/titanic_50/usr/src/cmd/hotplug/
H A Dhotplug.c81 { DDI_HP_CN_STATE_PRESENT, "PRESENT", 1 },
632 rv = hp_set_state(root, flags, DDI_HP_CN_STATE_PRESENT, &results); in cmd_poweroff()
/titanic_50/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c737 case DDI_HP_CN_STATE_PRESENT: in state_str()
/titanic_50/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c535 case DDI_HP_CN_STATE_PRESENT: in hp_set_state()