/src/sys/arch/atari/dev/ |
ncr5380.c | 553 ncr_tprint(req, "Select failed\n"); 1026 ncr_tprint(reqp, "NOWRITE set -- write attempt aborted."); 1047 ncr_tprint(reqp, "Target requests too much data\n"); 1108 ncr_tprint(reqp, "Unknown phase\n"); 1138 ncr_tprint(reqp, "No link for linked command"); 1237 ncr_tprint(reqp, "Unknown message %x. Rejecting.\n", 1506 ncr_tprint(reqp, "dma_ready: spurious call " 1546 ncr_tprint(reqp, "parity error in data-phase\n"); 1583 ncr_tprint(reqp, "dma-ready: code = %d\n", 1610 ncr_tprint(reqp, "Does not support linked commands\n") 1939 ncr_tprint(SC_REQ *reqp, const char *fmt, ...) function in typeref:typename:void [all...] |
atari5380.c | 392 ncr_tprint(reqp, "timeout on polled transfer\n"); 452 ncr_tprint(reqp, 877 ncr_tprint(reqp, "Timeout on polled transfer\n"); 902 ncr_tprint(reqp, "Unknown ST-SCSI error near 0x%x\n", 921 ncr_tprint(reqp, "Byte count on read not a multiple "
|
ncr5380reg.h | 239 static void ncr_tprint(SC_REQ *, const char *, ...);
|
/src/sys/arch/mac68k/dev/ |
ncr5380.c | 540 ncr_tprint(req, "Select failed\n"); 1002 ncr_tprint(reqp, "NOWRITE set -- write attempt aborted."); 1022 ncr_tprint(reqp, "Target requests too much data\n"); 1084 ncr_tprint(reqp, "Unknown phase\n"); 1114 ncr_tprint(reqp, "No link for linked command"); 1213 ncr_tprint(reqp, 1474 ncr_tprint(reqp, "dma_ready: spurious call " 1513 ncr_tprint(reqp, "parity error in data-phase\n"); 1550 ncr_tprint(reqp, "dma-ready: code = %d\n", reqp->xs->error); /* LWP */ 1575 else ncr_tprint(reqp, "Does not support linked commands\n") 1881 ncr_tprint(SC_REQ *reqp, const char *fmt, ...) function in typeref:typename:void [all...] |
ncr5380reg.h | 247 static void ncr_tprint(SC_REQ *, const char *, ...);
|