HomeSort by: relevance | last modified time | path
    Searched refs:scsi_immed_command (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
scsi.c 133 if (scsi_immed_command( 0, scsi_device, 0, &inquiry,
156 if (scsi_immed_command( 0, scsi_device, 0, &capacity,
211 if (scsi_immed_command(0, target, 0, cdb, buff, len) == 0)
240 if (scsi_immed_command(0, scsi_device, 0, cdb, buff, len) == 0)
ufs_disksubr.c 112 if (scsi_immed_command(ctlr, id, 0, &cdb, bp, DEV_BSIZE) != 0) {
samachdep.h 168 int scsi_immed_command(int, int, int, struct scsi_generic_cdb *, uint8_t *,
sc.c 181 * scsi_request_sense(), scsi_immed_command(), and functions
221 if (scsi_immed_command(ctlr, target, lun, &inq, (uint8_t *)&inqbuf,
223 scsi_immed_command(ctlr, target, lun, &cap, (uint8_t *)&capbuf,
565 scsi_immed_command(int ctlr, int target, int lun, struct scsi_generic_cdb *cdb, function in typeref:typename:int
572 printf("scsi_immed_command( %d, %d, %d, cdb(%d), buf, %d): Start\n",
581 printf("scsi_immed_command: Command Transfer Failed.\n");
593 printf("scsi_immed_command: Status -- 0x%x\n", status);
sd.c 267 stat = scsi_immed_command(sc->sc_ctlr, sc->sc_tgt, sc->sc_lun,

Completed in 15 milliseconds