Searched refs:cn_state (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c190 (void *)hdlp, hdlp->cn_info.cn_state, new_state));
192 if (new_state != hdlp->cn_info.cn_state) {
193 hdlp->cn_info.cn_state = new_state;
215 if (hdlp->cn_info.cn_state > DDI_HP_CN_STATE_OFFLINE) {
218 (void *)dip, (void *)hdlp, hdlp->cn_info.cn_state));
281 hdlp->cn_info.cn_state;
300 hdlp->cn_info.cn_state, *(ddi_hp_cn_state_t *)result, rv));
335 state = hdlp->cn_info.cn_state;
383 ddi_hp_cn_state_t curr_state = hdlp->cn_info.cn_state;
386 if (curr_state != hdlp->cn_info.cn_state) {
[all...]
H A Dddi_hp_ndi.c390 if (hdlp->cn_info.cn_state != target_state) {
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c269 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_ENABLED)
321 if (slot_p->hs_info.cn_state == DDI_HP_CN_STATE_ENABLED) {
326 *result = slot_p->hs_info.cn_state;
359 *result = slot_p->hs_info.cn_state;
367 *result = slot_p->hs_info.cn_state = DDI_HP_CN_STATE_POWERED;
393 if (slot_p->hs_info.cn_state < DDI_HP_CN_STATE_POWERED) {
399 *result = slot_p->hs_info.cn_state;
421 *result = slot_p->hs_info.cn_state;
500 curr_state = slot_p->hs_info.cn_state;
534 if (slot_p->hs_info.cn_state
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_hp.h106 ddi_hp_cn_state_t cn_state; /* Hotplug Connection state */ member in struct:ddi_hp_cn_info
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c478 if ((slot_p->hs_info.cn_state !=
513 if (slot_p->hs_info.cn_state <= DDI_HP_CN_STATE_EMPTY)
783 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
795 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
977 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_EMPTY;
1033 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_ENABLED)
1208 if (slot_p->hs_info.cn_state >= DDI_HP_CN_STATE_POWERED) {
1213 *result_state = slot_p->hs_info.cn_state;
1217 if (slot_p->hs_info.cn_state == DDI_HP_CN_STATE_EMPTY) {
1249 slot_p->hs_info.cn_state, slot_
[all...]
H A Dpciehpc.c381 if (slot_p->hs_info.cn_state ==
454 *((ddi_hp_cn_state_t *)result) = slot_p->hs_info.cn_state;
466 *(ddi_hp_cn_state_t *)result = slot_p->hs_info.cn_state;
507 ddi_hp_cn_state_t curr_state = slot_p->hs_info.cn_state;
530 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_EMPTY;
536 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_PRESENT;
547 slot_p->hs_info.cn_state = curr_state;
549 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_ENABLED;
829 slot_p->hs_info.cn_state = DDI_HP_CN_STATE_EMPTY;
831 if (slot_p->hs_info.cn_state >
[all...]
H A Dpcie_hp.c653 port->cn_state = info->cn_state;
795 cn_info->cn_state = DDI_HP_CN_STATE_PRESENT;
797 cn_info->cn_state = DDI_HP_CN_STATE_EMPTY;
938 curr_state = state_arg.cn_state;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c90 hdlp, ddihp_get_cn_state(hdl.cn_info.cn_state),
162 ddihp_get_cn_state(hdl.cn_info.cn_state), cn_type, cn_name);
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h290 ddi_hp_cn_state_t cn_state; member in struct:pcie_hp_port_state
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3572 me->hp_state = (int)hp_hdl->cn_info.cn_state;

Completed in 81 milliseconds