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

  /src/sys/arch/amiga/dev/
siop.c 119 void siop_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
731 siop_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, int clen, function in typeref:typename:void
1476 siop_start(sc, acb->xs->xs_periph->periph_target,
  /src/sys/dev/ic/
siop.c 82 static void siop_start(struct siop_softc *, struct siop_cmd *);
1387 siop_start(sc, siop_cmd);
1439 siop_start(struct siop_softc *sc, struct siop_cmd *siop_cmd) function in typeref:typename:void
1481 panic("siop_start: tagged cmd while untagged running");
1487 panic("siop_start: tag not free");
1491 panic("siop_start: invalid tag id");
1527 panic("siop_start: bad status");
  /src/sys/arch/bebox/stand/boot/
siop.c 66 static void siop_start(struct siop_adapter *, struct scsi_xfer *);
561 siop_start(adp, xs);
624 siop_start(struct siop_adapter *adp, struct scsi_xfer *xs) function in typeref:typename:void
  /src/sys/arch/prep/stand/boot/
siop.c 62 static void siop_start(struct siop_adapter *, struct scsi_xfer *);
540 siop_start(adp, xs);
603 siop_start(struct siop_adapter *adp, struct scsi_xfer *xs) function in typeref:typename:void

Completed in 16 milliseconds