Searched refs:ixfer_out (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsi.c67 static int ixfer_out(volatile struct scsidevice *, int, uint8_t *);
230 ixfer_out(volatile struct scsidevice *hd, int len, uint8_t *buf) function
291 if (ixfer_out(hd, clen, cbuf))
311 if (ixfer_out(hd, len, buf))
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsc.c92 static void ixfer_out(struct scsidevice *, int, uint8_t *);
318 ixfer_out(struct scsidevice *hd, int len, uint8_t *buf) function
763 ixfer_out(hd, len, buf);

Completed in 87 milliseconds