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

  /src/sys/arch/hp300/stand/common/
scsi.c 68 static int ixfer_in(volatile struct scsidevice *hd, int, uint8_t *);
246 ixfer_in(volatile struct scsidevice *hd, int len, uint8_t *buf) function in typeref:typename:int
302 ixfer_in(hd, len, buf);
320 ixfer_in(hd, sizeof(hs->sc_stat),
328 ixfer_in(hd, sizeof(hs->sc_msg),
  /src/sys/arch/luna68k/stand/boot/
sc.c 93 static void ixfer_in(struct scsidevice *, int, uint8_t *);
342 ixfer_in(struct scsidevice *hd, int len, uint8_t *buf) function in typeref:typename:void
773 ixfer_in(hd, len, buf);

Completed in 12 milliseconds