/src/sys/arch/hp300/stand/common/ |
scsi.c | 66 static int ixfer_start(volatile struct scsidevice *, int, uint8_t, int); 210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait) function in typeref:typename:int 290 if (ixfer_start(hd, clen, phase, wait)) 300 if (ixfer_start(hd, len, phase, wait) || 310 if (ixfer_start(hd, len, phase, wait)) 318 if (ixfer_start(hd, sizeof(hs->sc_stat), phase, wait) || 326 if (ixfer_start(hd, sizeof(hs->sc_msg), phase, wait) ||
|
/src/sys/arch/luna68k/stand/boot/ |
sc.c | 91 static void ixfer_start(struct scsidevice *, int, uint8_t, int); 319 ixfer_start(struct scsidevice *hd, int len, uint8_t phase, int wait) function in typeref:typename:void 771 ixfer_start(hd, len, hs->sc_phase, 0);
|