Searched refs:scsi_immed_command (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/arch/luna88k/stand/boot/ |
H A D | sd.c | 154 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 D | samachdep.h | 111 int scsi_immed_command(struct scsi_softc *, int, int, struct scsi_generic_cdb *,
|
H A D | ufs_disksubr.c | 136 if (scsi_immed_command(sc, tgt, 0, &cdb, bp, DEV_BSIZE) != 0) in readdisklabel()
|
H A D | sc.c | 455 scsi_immed_command(struct scsi_softc *sc, int target, int unit, in scsi_immed_command() function
|