Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c774 struct devctl_ap_state32 ap_state32; in ndi_dc_return_ap_state() local
776 ap_state32.ap_rstate = ap->ap_rstate; in ndi_dc_return_ap_state()
777 ap_state32.ap_ostate = ap->ap_ostate; in ndi_dc_return_ap_state()
778 ap_state32.ap_condition = ap->ap_condition; in ndi_dc_return_ap_state()
779 ap_state32.ap_error_code = ap->ap_error_code; in ndi_dc_return_ap_state()
780 ap_state32.ap_in_transition = ap->ap_in_transition; in ndi_dc_return_ap_state()
781 ap_state32.ap_last_change = (time32_t)ap->ap_last_change; in ndi_dc_return_ap_state()
782 if (copyout(&ap_state32, dcp->cpyout_buf, in ndi_dc_return_ap_state()