Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure2376 ac_status=$?
2381 ac_status=$?
2386 ac_status=$?
2415 ac_status=$?
2475 ac_status=$?
2509 ac_status=$?
2564 ac_status=$?
2617 ac_status=$?
2627 ac_status=$?
2633 ac_status=$?
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c510 hcicmd->ac_status); in hci1394_async_atreq_process()
733 switch (hcicmd->ac_status) { in hci1394_async_arresp_process()
791 hcicmd->ac_status = cmd_status; in hci1394_async_arresp_process()
1118 (*hcicmd)->ac_status = rcode; in hci1394_async_arresp_read()
1540 (hcicmd->ac_status != OHCI_ACK_PENDING)) { in hci1394_async_arreq_read_qrd()
1609 (hcicmd->ac_status != OHCI_ACK_PENDING)) { in hci1394_async_arreq_read_qwr()
1681 (hcicmd->ac_status != OHCI_ACK_PENDING)) { in hci1394_async_arreq_read_brd()
1765 (hcicmd->ac_status != OHCI_ACK_PENDING)) { in hci1394_async_arreq_read_bwr()
1866 (hcicmd->ac_status != OHCI_ACK_PENDING)) { in hci1394_async_arreq_read_lck()
1975 if (hcicmd->ac_status == OHCI_EVT_BUS_RESET) { in hci1394_async_arreq_read_phy()
[all …]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damrvar.h130 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()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h126 int ac_status; member
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c59 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.c1049 ata_ctlp->ac_status = (uchar_t *)ioaddr1 + AT_STATUS; in ata_init_controller()
1821 status = ddi_get8(io_hdl1, ata_ctlp->ac_status); in ata_command()
1830 ddi_get8(io_hdl1, ata_ctlp->ac_status), in ata_command()
2986 status = ddi_get8(ata_ctlp->ac_iohandle1, ata_ctlp->ac_status); in ata_get_status_clear_intr()