Home
last modified time | relevance | path

Searched refs:scsi_immed_command (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/luna88k/stand/boot/
H A Dsd.c154 if (scsi_immed_command(&sc->sc_sc, target, unit, &inq, in sdident()
156 scsi_immed_command(&sc->sc_sc, target, unit, &cap, in sdident()
338 stat = scsi_immed_command(&sc->sc_sc, target, sc->sc_punit, cdb, buf, in sdstrategy()
H A Dsamachdep.h111 int scsi_immed_command(struct scsi_softc *, int, int, struct scsi_generic_cdb *,
H A Dufs_disksubr.c136 if (scsi_immed_command(sc, tgt, 0, &cdb, bp, DEV_BSIZE) != 0) in readdisklabel()
H A Dsc.c455 scsi_immed_command(struct scsi_softc *sc, int target, int unit, in scsi_immed_command() function