Symbol: ap_state
usr/src/lib/cfgadm_plugins/sbd/common/ap.h
214
void ap_state(apd_t *, cfga_stat_t *, cfga_stat_t *);
usr/src/lib/cfgadm_plugins/sbd/common/ap_msg.c
276
ap_state(a, &rs, &os);
usr/src/lib/cfgadm_plugins/sbd/common/ap_seq.c
98
ap_state(a, &rs, &os);
usr/src/lib/libdevice/devctl.c
1114
devctl_ap_state_t ap_state;
usr/src/lib/libdevice/devctl.c
1117
(void *)&ap_state);
usr/src/lib/libdevice/devctl.c
1122
*apstate = ap_state;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1127
devctl_ap_state_t ap_state;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1351
ap_state.ap_rstate = cbp->rstate;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1352
ap_state.ap_ostate = cbp->ostate;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1353
ap_state.ap_condition = cbp->condition;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1354
ap_state.ap_last_change = 0;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1355
ap_state.ap_error_code = 0;
usr/src/uts/common/io/cardbus/cardbus_hp.c
1357
ap_state.ap_in_transition = 0; /* AP is not busy */
usr/src/uts/common/io/cardbus/cardbus_hp.c
1359
ap_state.ap_in_transition = 1; /* AP is busy */
usr/src/uts/common/io/cardbus/cardbus_hp.c
1365
if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1045
ap_state.ap_rstate = slotinfop->rstate;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1046
ap_state.ap_ostate = slotinfop->ostate;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1047
ap_state.ap_condition = slotinfop->condition;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1048
ap_state.ap_last_change = slotinfop->last_change;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1049
ap_state.ap_error_code = 0; /* XXX */
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1051
ap_state.ap_in_transition = 0; /* AP is not busy */
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1053
ap_state.ap_in_transition = 1; /* AP is busy */
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1059
if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
754
devctl_ap_state_t ap_state;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1692
ibnex_figure_ap_devstate(ibnex_node_data_t *nodep, devctl_ap_state_t *ap_state)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1696
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1698
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1699
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1705
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1706
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1708
ap_state->ap_ostate = AP_OSTATE_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1709
ap_state->ap_condition = AP_COND_OK;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1712
ap_state->ap_last_change = (time_t)-1;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1713
ap_state->ap_error_code = 0;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1714
ap_state->ap_in_transition = 0;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1723
ibnex_figure_ib_apid_devstate(devctl_ap_state_t *ap_state)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1725
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1726
ap_state->ap_condition = AP_COND_OK;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1727
ap_state->ap_ostate = (ibt_get_hca_list(NULL) == 0) ?
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1729
ap_state->ap_last_change = (time_t)-1;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1730
ap_state->ap_error_code = 0;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1731
ap_state->ap_in_transition = 0;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
218
devctl_ap_state_t ap_state;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
249
ibnex_figure_ib_apid_devstate(&ap_state);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
265
ibnex_figure_ap_devstate(nodep, &ap_state);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
269
if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
1947
(statep->ap_state == IBCM_AP_STATE_LAP_SENT))) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
1959
statep->ap_state = IBCM_AP_STATE_MRA_LAP_RCVD;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
2015
(statep->ap_state == IBCM_AP_STATE_MRA_LAP_RCVD)) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3455
(statep->ap_state != statep->timer_stored_ap_state))) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3461
"ap_state %x", statep, statep->state, statep->ap_state);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3671
} else if ((statep->ap_state == IBCM_AP_STATE_LAP_SENT) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3672
(statep->ap_state == IBCM_AP_STATE_MRA_LAP_RCVD)) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3683
statep->ap_state = IBCM_AP_STATE_TIMED_OUT;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3698
statep->ap_state = IBCM_AP_STATE_IDLE;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3904
if (statep->ap_state == IBCM_AP_STATE_LAP_SENT)
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3922
if (statep->ap_state == IBCM_AP_STATE_MRA_LAP_RCVD)
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
3984
statep->ap_state = IBCM_AP_STATE_IDLE;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
4391
} else if (statep->ap_state == IBCM_AP_STATE_TIMED_OUT) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
4409
statep->ap_state = IBCM_AP_STATE_IDLE;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
4415
statep, statep->state, statep->ap_state);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
7838
(statep->ap_state == IBCM_AP_STATE_IDLE) &&
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
7847
statep->ap_state = IBCM_AP_STATE_LAP_RCVD;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8315
((statep->ap_state == IBCM_AP_STATE_LAP_SENT) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8316
(statep->ap_state == IBCM_AP_STATE_MRA_LAP_RCVD)))) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8322
statep->ap_state = IBCM_AP_STATE_APR_RCVD;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8341
statep->ap_state = IBCM_AP_STATE_IDLE;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8651
statep->ap_state);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8657
if ((statep->ap_state == IBCM_AP_STATE_LAP_RCVD) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8658
(statep->ap_state == IBCM_AP_STATE_APR_RCVD) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8659
(statep->ap_state == IBCM_AP_STATE_MRA_LAP_SENT) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8660
(statep->ap_state == IBCM_AP_STATE_TIMED_OUT)) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8663
while (statep->ap_state != IBCM_AP_STATE_IDLE)
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8668
} else if ((statep->ap_state == IBCM_AP_STATE_LAP_SENT) ||
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8669
(statep->ap_state == IBCM_AP_STATE_MRA_LAP_RCVD)) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_sm.c
8677
statep->ap_state = IBCM_AP_STATE_IDLE;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2383
} else if (statep->ap_state == IBCM_AP_STATE_LAP_RCVD) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2384
statep->ap_state = IBCM_AP_STATE_MRA_LAP_RCVD;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2388
statep->ap_state, statep->mode);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
2395
statep->ap_state, statep->mode);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
3952
if ((statep->ap_state != IBCM_AP_STATE_LAP_RCVD) &&
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
3953
(statep->ap_state != IBCM_AP_STATE_MRA_LAP_SENT))
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4423
(statep->ap_state != IBCM_AP_STATE_IDLE)) {
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4431
statep->ap_state = IBCM_AP_STATE_LAP_SENT;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_ti.c
4435
statep->timer_stored_ap_state = statep->ap_state;
usr/src/uts/common/io/sata/impl/sata.c
1475
devctl_ap_state_t ap_state;
usr/src/uts/common/io/sata/impl/sata.c
1631
sata_cfgadm_state(sata_hba_inst, comp_port, &ap_state);
usr/src/uts/common/io/sata/impl/sata.c
1633
ap_state.ap_last_change = (time_t)-1;
usr/src/uts/common/io/sata/impl/sata.c
1634
ap_state.ap_error_code = 0;
usr/src/uts/common/io/sata/impl/sata.c
1635
ap_state.ap_in_transition = 0;
usr/src/uts/common/io/sata/impl/sata.c
1638
if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
usr/src/uts/common/io/sata/impl/sata.c
16854
devctl_ap_state_t *ap_state)
usr/src/uts/common/io/sata/impl/sata.c
16869
ap_state->ap_rstate = AP_RSTATE_DISCONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
16870
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16872
ap_state->ap_condition = AP_COND_FAILED;
usr/src/uts/common/io/sata/impl/sata.c
16874
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/sata/impl/sata.c
16889
ap_state->ap_rstate = AP_RSTATE_DISCONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
16890
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16892
ap_state->ap_condition = AP_COND_FAILED;
usr/src/uts/common/io/sata/impl/sata.c
16894
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/sata/impl/sata.c
16909
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16910
ap_state->ap_condition = AP_COND_OK;
usr/src/uts/common/io/sata/impl/sata.c
16912
ap_state->ap_rstate = AP_RSTATE_EMPTY;
usr/src/uts/common/io/sata/impl/sata.c
16922
ap_state->ap_rstate = AP_RSTATE_DISCONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
16923
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16925
ap_state->ap_condition = AP_COND_FAILED;
usr/src/uts/common/io/sata/impl/sata.c
16927
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/sata/impl/sata.c
16933
ap_state->ap_ostate = AP_OSTATE_CONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16934
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
16935
ap_state->ap_condition = AP_COND_OK;
usr/src/uts/common/io/sata/impl/sata.c
16949
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
16963
ap_state->ap_condition = AP_COND_UNUSABLE;
usr/src/uts/common/io/sata/impl/sata.c
16972
ap_state->ap_condition =
usr/src/uts/common/io/sata/impl/sata.c
16975
ap_state->ap_condition =
usr/src/uts/common/io/sata/impl/sata.c
16978
ap_state->ap_condition =
usr/src/uts/common/io/sata/impl/sata.c
16986
ap_state->ap_ostate =
usr/src/uts/common/io/sata/impl/sata.c
16989
ap_state->ap_ostate =
usr/src/uts/common/io/sata/impl/sata.c
16995
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
16996
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/sata/impl/sata.c
17001
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
17002
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
17003
ap_state->ap_condition = AP_COND_OK;
usr/src/uts/common/io/sata/impl/sata.c
17006
ap_state->ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/sata/impl/sata.c
17007
ap_state->ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/sata/impl/sata.c
17008
ap_state->ap_condition = AP_COND_UNKNOWN;
usr/src/uts/common/io/usb/usba/hubdi.c
7680
devctl_ap_state_t ap_state;
usr/src/uts/common/io/usb/usba/hubdi.c
7847
ap_state.ap_rstate = AP_RSTATE_DISCONNECTED;
usr/src/uts/common/io/usb/usba/hubdi.c
7848
ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/usb/usba/hubdi.c
7849
ap_state.ap_condition = AP_COND_OK;
usr/src/uts/common/io/usb/usba/hubdi.c
7853
ap_state.ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/usb/usba/hubdi.c
7854
ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/usb/usba/hubdi.c
7855
ap_state.ap_condition = AP_COND_OK;
usr/src/uts/common/io/usb/usba/hubdi.c
7859
ap_state.ap_rstate = AP_RSTATE_CONNECTED;
usr/src/uts/common/io/usb/usba/hubdi.c
7860
ap_state.ap_ostate = AP_OSTATE_CONFIGURED;
usr/src/uts/common/io/usb/usba/hubdi.c
7861
ap_state.ap_condition = AP_COND_OK;
usr/src/uts/common/io/usb/usba/hubdi.c
7865
ap_state.ap_rstate = AP_RSTATE_EMPTY;
usr/src/uts/common/io/usb/usba/hubdi.c
7866
ap_state.ap_ostate = AP_OSTATE_CONFIGURED;
usr/src/uts/common/io/usb/usba/hubdi.c
7867
ap_state.ap_condition = AP_COND_UNUSABLE;
usr/src/uts/common/io/usb/usba/hubdi.c
7872
ap_state.ap_rstate = AP_RSTATE_EMPTY;
usr/src/uts/common/io/usb/usba/hubdi.c
7873
ap_state.ap_ostate = AP_OSTATE_UNCONFIGURED;
usr/src/uts/common/io/usb/usba/hubdi.c
7874
ap_state.ap_condition = AP_COND_OK;
usr/src/uts/common/io/usb/usba/hubdi.c
7879
ap_state.ap_last_change = (time_t)-1;
usr/src/uts/common/io/usb/usba/hubdi.c
7880
ap_state.ap_error_code = 0;
usr/src/uts/common/io/usb/usba/hubdi.c
7881
ap_state.ap_in_transition = 0;
usr/src/uts/common/io/usb/usba/hubdi.c
7886
ap_state.ap_ostate,
usr/src/uts/common/io/usb/usba/hubdi.c
7887
ap_state.ap_rstate, ap_state.ap_condition);
usr/src/uts/common/io/usb/usba/hubdi.c
7890
if (ndi_dc_return_ap_state(&ap_state, dcp) != NDI_SUCCESS) {
usr/src/uts/common/sys/ib/mgt/ibcm/ibcm_impl.h
368
ibcm_ap_state_t ap_state;
usr/src/uts/intel/io/amr/amrreg.h
333
uint8_t ap_state[AMR_8LD_MAXPHYSDRIVES];