HomeSort by relevance Sort by last modified time
    Searched defs:ap_state (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/
sda_nexus.c 537 sda_nexus_ap_getstate(sda_slot_t *slot, devctl_ap_state_t *ap_state)
549 ap_state->ap_rstate = AP_RSTATE_EMPTY;
550 ap_state->ap_condition = AP_COND_OK;
551 ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
554 ap_state->ap_rstate = AP_RSTATE_CONNECTED;
560 ap_state->ap_condition = AP_COND_UNUSABLE;
564 ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
566 ap_state->ap_ostate = AP_OSTATE_CONFIGURED;
572 ap_state->ap_condition = AP_COND_FAILED;
575 ap_state->ap_last_change = slot->s_stamp
671 devctl_ap_state_t ap_state; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdevice/
devctl.c 1116 devctl_ap_state_t ap_state; local
1119 (void *)&ap_state);
1124 *apstate = ap_state;
  /onnv/onnv-gate/usr/src/uts/common/io/cardbus/
cardbus_hp.c 1125 devctl_ap_state_t ap_state; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap_sbd.c 1017 ap_state(apd_t *a, cfga_stat_t *rs, cfga_stat_t *os) function
  /onnv/onnv-gate/usr/src/uts/common/io/ib/ibnex/
ibnex_ioctl.c 214 devctl_ap_state_t ap_state; local
244 ibnex_figure_ib_apid_devstate(&ap_state);
260 ibnex_figure_ap_devstate(apid_dip, &ap_state);
264 if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hwa/hwahc/
hwahc.c 1035 devctl_ap_state_t ap_state; local
1127 ap_state.ap_rstate = AP_RSTATE_DISCONNECTED;
1128 ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
1129 ap_state.ap_condition = AP_COND_OK;
1133 ap_state.ap_rstate = AP_RSTATE_CONNECTED;
1134 ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
1135 ap_state.ap_condition = AP_COND_OK;
1139 ap_state.ap_rstate = AP_RSTATE_CONNECTED;
1140 ap_state.ap_ostate = AP_OSTATE_CONFIGURED;
1141 ap_state.ap_condition = AP_COND_OK
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/hotplug/pcihp/
pcihp.c 752 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)
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/amr/
amrreg.h 335 uint8_t ap_state[AMR_8LD_MAXPHYSDRIVES]; member in struct:amr_physdrive_info
361 * Physical drives: ap_state.
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
hubdi.c 7378 devctl_ap_state_t ap_state; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
ibcm_impl.h 294 * ap_state : CM AP Internal state to manage LAP/APR state machine
328 * timer_stored_ap_state: CM ap_state for timeout validation
369 ibcm_ap_state_t ap_state; member in struct:ibcm_state_data_s
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/sata/impl/
sata.c 1287 devctl_ap_state_t ap_state; local
    [all...]

Completed in 2940 milliseconds