Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/
H A Dconfigure2376 ac_status=$?
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); }
2381 ac_status=$?
2382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383 (exit $ac_status); }
2386 ac_status=$?
2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388 (exit $ac_status); }
2415 ac_status=$?
[all …]
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c559 hcicmd->ac_status); in hci1394_async_atreq_process()
807 atresp_resp, hcicmd->ac_status); in hci1394_async_arresp_process()
849 switch (hcicmd->ac_status) { in hci1394_async_arresp_process()
882 "", tnf_uint, arresp_resp, hcicmd->ac_status); in hci1394_async_arresp_process()
909 hcicmd->ac_status = cmd_status; in hci1394_async_arresp_process()
1011 arreq_ack, hcicmd->ac_status); in hci1394_async_arreq_process()
1302 (*hcicmd)->ac_status = rcode; in hci1394_async_arresp_read()
1326 (*hcicmd)->ac_status = ack | ASYNC_ARRESP_ACK_ERROR; in hci1394_async_arresp_read()
1366 (*hcicmd)->ac_status = H1394_CMD_EDEVICE_ERROR; in hci1394_async_arresp_read()
1380 (*hcicmd)->ac_status = H1394_CMD_EDEVICE_ERROR; in hci1394_async_arresp_read()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h128 int ac_status; member
/titanic_41/usr/src/uts/intel/io/amr/
H A Damrvar.h132 uint8_t ac_status; member
H A Damr.c948 if (amr_poll_command(&ac) || ac.ac_status != 0) { in amr_enquiry()
1052 ac->ac_status = softs->mailbox->mb_status; in amr_poll_command()
1073 return (ac->ac_status != AMR_STATUS_SUCCESS); in amr_poll_command()
2236 ac->ac_status = mbox->mb_status; in amr_done()
2285 if (ac->ac_status == AMR_STATUS_SUCCESS) { in amr_call_pkt_comp()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c61 P->ac_hcyl, P->ac_drvhd, P->ac_status, P->ac_cmd); in dump_ata_ctl()
H A Data_common.h264 uchar_t *ac_status; /* status/command register */ member
H A Data_common.c1047 ata_ctlp->ac_status = (uchar_t *)ioaddr1 + AT_STATUS; in ata_init_controller()
1819 status = ddi_get8(io_hdl1, ata_ctlp->ac_status); in ata_command()
1828 ddi_get8(io_hdl1, ata_ctlp->ac_status), in ata_command()
2984 status = ddi_get8(ata_ctlp->ac_iohandle1, ata_ctlp->ac_status); in ata_get_status_clear_intr()