HomeSort by: relevance | last modified time | path
    Searched defs:ixfer_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
scsi.c 67 static int ixfer_out(volatile struct scsidevice *, int, uint8_t *);
230 ixfer_out(volatile struct scsidevice *hd, int len, uint8_t *buf) function in typeref:typename:int
291 if (ixfer_out(hd, clen, cbuf))
311 if (ixfer_out(hd, len, buf))
  /src/sys/arch/luna68k/stand/boot/
sc.c 92 static void ixfer_out(struct scsidevice *, int, uint8_t *);
330 ixfer_out(struct scsidevice *hd, int len, uint8_t *buf) function in typeref:typename:void
775 ixfer_out(hd, len, buf);

Completed in 13 milliseconds