Searched defs:ap_state (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c1116 devctl_ap_state_t ap_state; local
1119 (void *)&ap_state);
1124 *apstate = ap_state;
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1125 devctl_ap_state_t ap_state; local
1349 ap_state.ap_rstate = cbp->rstate;
1350 ap_state.ap_ostate = cbp->ostate;
1351 ap_state.ap_condition = cbp->condition;
1352 ap_state.ap_last_change = 0;
1353 ap_state.ap_error_code = 0;
1355 ap_state.ap_in_transition = 0; /* AP is not busy */
1357 ap_state.ap_in_transition = 1; /* AP is busy */
1363 if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS)
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c1014 ap_state(apd_t *a, cfga_stat_t *rs, cfga_stat_t *os) function
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c215 devctl_ap_state_t ap_state; local
246 ibnex_figure_ib_apid_devstate(&ap_state);
262 ibnex_figure_ap_devstate(nodep, &ap_state);
266 if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
1689 ibnex_figure_ap_devstate(ibnex_node_data_t *nodep, devctl_ap_state_t *ap_state) argument
1693 ap_state->ap_rstate = AP_RSTATE_CONNECTED;
1695 ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
1696 ap_state->ap_condition = AP_COND_UNKNOWN;
1702 ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
1703 ap_state
1720 ibnex_figure_ib_apid_devstate(devctl_ap_state_t *ap_state) argument
[all...]
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c752 devctl_ap_state_t ap_state; local
1043 ap_state.ap_rstate = slotinfop->rstate;
1044 ap_state.ap_ostate = slotinfop->ostate;
1045 ap_state.ap_condition = slotinfop->condition;
1046 ap_state.ap_last_change = slotinfop->last_change;
1047 ap_state.ap_error_code = 0; /* XXX */
1049 ap_state.ap_in_transition = 0; /* AP is not busy */
1051 ap_state.ap_in_transition = 1; /* AP is busy */
1057 if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c7382 devctl_ap_state_t ap_state; local
7550 ap_state.ap_rstate = AP_RSTATE_DISCONNECTED;
7551 ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
7552 ap_state.ap_condition = AP_COND_OK;
7556 ap_state.ap_rstate = AP_RSTATE_CONNECTED;
7557 ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
7558 ap_state.ap_condition = AP_COND_OK;
7562 ap_state.ap_rstate = AP_RSTATE_CONNECTED;
7563 ap_state.ap_ostate = AP_OSTATE_CONFIGURED;
7564 ap_state
[all...]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damrreg.h335 uint8_t ap_state[AMR_8LD_MAXPHYSDRIVES]; member in struct:amr_physdrive_info
361 * Physical drives: ap_state.
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h293 * ap_state : CM AP Internal state to manage LAP/APR state machine
327 * timer_stored_ap_state: CM ap_state for timeout validation
368 ibcm_ap_state_t ap_state; member in struct:ibcm_state_data_s
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1314 devctl_ap_state_t ap_state; local
1467 sata_cfgadm_state(sata_hba_inst, comp_port, &ap_state);
1469 ap_state.ap_last_change = (time_t)-1;
1470 ap_state.ap_error_code = 0;
1471 ap_state.ap_in_transition = 0;
1474 if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
15921 devctl_ap_state_t *ap_state)
15936 ap_state->ap_rstate = AP_RSTATE_DISCONNECTED;
15937 ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
15939 ap_state
15920 sata_cfgadm_state(sata_hba_inst_t *sata_hba_inst, int32_t port, devctl_ap_state_t *ap_state) argument
[all...]

Completed in 133 milliseconds