scsi_immed_command
int scsi_immed_command(int, int, int, struct scsi_generic_cdb *, uint8_t *,
if (scsi_immed_command(ctlr, target, lun, &inq, (uint8_t *)&inqbuf,
scsi_immed_command(ctlr, target, lun, &cap, (uint8_t *)&capbuf,
if (scsi_immed_command( 0, scsi_device, 0, &inquiry,
if (scsi_immed_command( 0, scsi_device, 0, &capacity,
if (scsi_immed_command(0, target, 0, cdb, buff, len) == 0)
if (scsi_immed_command(0, scsi_device, 0, cdb, buff, len) == 0)
stat = scsi_immed_command(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun,
if (scsi_immed_command(ctlr, id, 0, &cdb, bp, DEV_BSIZE) != 0) {