Home
last modified time | relevance | path

Searched refs:ap_rstate (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevctl.h113 ap_rstate_t ap_rstate; /* receptacle state */ member
126 ap_rstate_t ap_rstate; /* receptacle state */ member
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c581 *rstate = devctl_ap_state.ap_rstate; in device_configured()
607 if (devctl_ap_state.ap_rstate != AP_RSTATE_CONNECTED) { in device_connected()
1568 switch (devctl_ap_state.ap_rstate) { in cfga_list_ext()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c617 rs = state.ap_rstate; in cfga_change_state()
620 DBG(1, ("cfga_change_state: rs is %d\n", state.ap_rstate)); in cfga_change_state()
1548 switch (state.ap_rstate) { in cfga_list_ext()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1656 if (nvlist_add_int32(*nvlpp, IBNEX_NODE_RSTATE_NVL, state.ap_rstate)) { in ibnex_fill_nodeinfo()
1662 IBNEX_NODE_RSTATE_NVL, state.ap_rstate); in ibnex_fill_nodeinfo()
1696 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in ibnex_figure_ap_devstate()
1725 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in ibnex_figure_ib_apid_devstate()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c680 *rstate = devctl_ap_state.ap_rstate; in ib_device_configured()
717 if (devctl_ap_state.ap_rstate != AP_RSTATE_CONNECTED) { in ib_device_connected()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1503 switch (devctl_ap_state.ap_rstate) { in cfga_list_ext()
1975 *rstate = devctl_ap_state.ap_rstate; in port_state()
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c776 ap_state32.ap_rstate = ap->ap_rstate; in ndi_dc_return_ap_state()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c7868 ap_state.ap_rstate = AP_RSTATE_DISCONNECTED; in usba_hubdi_ioctl()
7874 ap_state.ap_rstate = AP_RSTATE_CONNECTED; in usba_hubdi_ioctl()
7880 ap_state.ap_rstate = AP_RSTATE_CONNECTED; in usba_hubdi_ioctl()
7886 ap_state.ap_rstate = AP_RSTATE_EMPTY; in usba_hubdi_ioctl()
7893 ap_state.ap_rstate = AP_RSTATE_EMPTY; in usba_hubdi_ioctl()
7908 ap_state.ap_rstate, ap_state.ap_condition); in usba_hubdi_ioctl()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1351 ap_state.ap_rstate = cbp->rstate; in cardbus_ioctl()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16002 ap_state->ap_rstate = AP_RSTATE_DISCONNECTED; in sata_cfgadm_state()
16022 ap_state->ap_rstate = AP_RSTATE_DISCONNECTED; in sata_cfgadm_state()
16045 ap_state->ap_rstate = AP_RSTATE_EMPTY; in sata_cfgadm_state()
16055 ap_state->ap_rstate = AP_RSTATE_DISCONNECTED; in sata_cfgadm_state()
16067 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in sata_cfgadm_state()
16082 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in sata_cfgadm_state()
16134 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in sata_cfgadm_state()
16139 ap_state->ap_rstate = AP_RSTATE_CONNECTED; in sata_cfgadm_state()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1045 ap_state.ap_rstate = slotinfop->rstate; in pcihp_ioctl()