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

  /src/sys/arch/luna68k/stand/boot/
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);

Completed in 12 milliseconds