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);
|