Searched refs:ac_status (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 2376 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...] |
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_async.c | 553 * NOTE: We use ac_status which was set in 559 hcicmd->ac_status); 807 atresp_resp, hcicmd->ac_status); 843 * more information about ACK/EVT's. ac_status could have an IEEE1394 849 switch (hcicmd->ac_status) { 882 "", tnf_uint, arresp_resp, hcicmd->ac_status); 909 hcicmd->ac_status = cmd_status; 1011 arreq_ack, hcicmd->ac_status); 1302 (*hcicmd)->ac_status = rcode; 1326 (*hcicmd)->ac_status [all...] |
/illumos-gate/usr/src/uts/intel/io/amr/ |
H A D | amrvar.h | 132 uint8_t ac_status; member in struct:amr_command
|
H A D | amr.c | 948 if (amr_poll_command(&ac) || ac.ac_status != 0) { 1052 ac->ac_status = softs->mailbox->mb_status; 1073 return (ac->ac_status != AMR_STATUS_SUCCESS); 2236 ac->ac_status = mbox->mb_status; 2285 if (ac->ac_status == AMR_STATUS_SUCCESS) {
|
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_async.h | 124 * ac_status contains the 1394 RESP for an ARRESP or the ACK for ARREQ. 128 int ac_status; member in struct:hci1394_async_cmd_s
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_debug.c | 61 P->ac_hcyl, P->ac_drvhd, P->ac_status, P->ac_cmd);
|
H A D | ata_common.c | 1047 ata_ctlp->ac_status = (uchar_t *)ioaddr1 + AT_STATUS; 1819 status = ddi_get8(io_hdl1, ata_ctlp->ac_status); 1828 ddi_get8(io_hdl1, ata_ctlp->ac_status), 2984 status = ddi_get8(ata_ctlp->ac_iohandle1, ata_ctlp->ac_status);
|
H A D | ata_common.h | 264 uchar_t *ac_status; /* status/command register */ member in struct:ata_ctl
|
Completed in 86 milliseconds