/src/sys/dev/ic/ |
uha.c | 359 } else if (mscp->target_stat != SCSI_OK) { 360 switch (mscp->target_stat) { 372 "target_stat %x\n", mscp->target_stat); 462 mscp->target_stat = 0x00;
|
aic6360var.h | 80 u_char target_stat; /* SCSI status byte */ member in struct:aic_acb
|
mb89352var.h | 82 uint8_t target_stat; /* SCSI status byte */ member in struct:spc_acb
|
uhareg.h | 216 u_char target_stat; member in struct:uha_mscp
|
bhareg.h | 149 u_int8_t target_stat; member in struct:bha_mbx_in 210 u_int8_t target_stat; member in struct:bha_ccb
|
mb89352.c | 554 acb->target_stat = 0; 835 switch (acb->target_stat) { 841 xs->status = acb->target_stat; 851 device_xname(sc->sc_dev), acb->target_stat); 1882 acb->target_stat = SCSI_CHECK; 2007 acb->target_stat = bus_space_read_1(iot, ioh, TEMP); 2013 SPC_MISC(("target_stat=0x%02x ", acb->target_stat)); 2126 printf(" dp=%p dleft=%d target_stat=%x\n", 2127 acb->data_addr, acb->data_length, acb->target_stat); [all...] |
ahareg.h | 176 u_char target_stat; member in struct:aha_ccb
|
aha.c | 708 } else if (ccb->target_stat != SCSI_OK) { 709 switch (ccb->target_stat) { 722 printf("%s: target_stat %x\n", 723 device_xname(sc->sc_dev), ccb->target_stat); 1268 ccb->target_stat = 0x00;
|
aic6360.c | 537 acb->target_stat = 0; 899 } else if (acb->target_stat == SCSI_CHECK) { 902 xs->status = acb->target_stat; 2037 acb->target_stat = bus_space_read_1(iot, ioh, SCSIDAT); 2039 AIC_MISC(("target_stat=0x%02x ", acb->target_stat)); 2147 printf(" dp=%p dleft=%d target_stat=%x\n", 2148 acb->data_addr, acb->data_length, acb->target_stat);
|
bha.c | 408 ccb->target_stat = 0x00; 630 } else if (ccb->target_stat != SCSI_OK) { 631 switch (ccb->target_stat) { 642 printf("%s: target_stat %x\n", 643 device_xname(sc->sc_dev), ccb->target_stat);
|
/src/sys/dev/eisa/ |
ahbreg.h | 159 uint8_t target_stat; member in struct:ahb_ecb_status
|
ahb.c | 578 } else if (ecb->ecb_status.target_stat != SCSI_OK) { 579 switch (ecb->ecb_status.target_stat) { 590 printf("%s: target_stat %x\n", 592 ecb->ecb_status.target_stat); 871 ecb->ecb_status.target_stat = 0x00;
|
/src/sys/arch/arc/dti/ |
btlreg.h | 124 u_char target_stat; member in struct:bt_ccb
|
btl.c | 838 } else if (ccb->target_stat != SCSI_OK) { 839 switch (ccb->target_stat) { 850 printf("%s: target_stat %x\n", 851 device_xname(sc->sc_dev), ccb->target_stat); 1308 ccb->target_stat = 0x00;
|