Searched refs:sensebuf (Results 1 – 5 of 5) sorted by relevance
/drivers/ata/ |
D | libata-scsi.c | 486 u8 args[4], *argbuf = NULL, *sensebuf = NULL; in ata_cmd_ioctl() local 497 sensebuf = kzalloc(SCSI_SENSE_BUFFERSIZE, GFP_NOIO); in ata_cmd_ioctl() 498 if (!sensebuf) in ata_cmd_ioctl() 537 sensebuf, (10*HZ), 5, 0, NULL); in ata_cmd_ioctl() 540 u8 *desc = sensebuf + 8; in ata_cmd_ioctl() 547 scsi_normalize_sense(sensebuf, SCSI_SENSE_BUFFERSIZE, in ata_cmd_ioctl() 555 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl() 575 kfree(sensebuf); in ata_cmd_ioctl() 595 u8 args[7], *sensebuf = NULL; in ata_task_ioctl() local 604 sensebuf = kzalloc(SCSI_SENSE_BUFFERSIZE, GFP_NOIO); in ata_task_ioctl() [all …]
|
/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 544 unsigned char *sensebuf) in mode_select_handle_sense() argument 550 ret = scsi_normalize_sense(sensebuf, SCSI_SENSE_BUFFERSIZE, &sense_hdr); in mode_select_handle_sense()
|
/drivers/usb/storage/ |
D | sddr09.c | 356 sddr09_request_sense(struct us_data *us, unsigned char *sensebuf, int buflen) { in sddr09_request_sense() argument 370 sensebuf, buflen, NULL); in sddr09_request_sense()
|
/drivers/staging/unisys/common-spar/include/channels/ |
D | iochannel.h | 316 u8 sensebuf[MAX_SENSE_SIZE]; /* sense info in case cmd failed; */ member
|
/drivers/staging/unisys/virthba/ |
D | virthba.c | 1122 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()
|