Searched refs:sensebuf (Results 1 – 4 of 4) sorted by relevance
/drivers/ata/ |
D | libata-scsi.c | 359 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_cmd_ioctl() local 373 memset(sensebuf, 0, sizeof(sensebuf)); in ata_cmd_ioctl() 410 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_cmd_ioctl() 413 u8 *desc = sensebuf + 8; in ata_cmd_ioctl() 425 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_cmd_ioctl() 463 u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; in ata_task_ioctl() local 475 memset(sensebuf, 0, sizeof(sensebuf)); in ata_task_ioctl() 491 sensebuf, &sshdr, (10*HZ), 5, 0, 0, NULL); in ata_task_ioctl() 494 u8 *desc = sensebuf + 8; in ata_task_ioctl() 506 if (sensebuf[0] == 0x72 && /* format is "descriptor" */ in ata_task_ioctl()
|
/drivers/staging/unisys/include/ |
D | iochannel.h | 225 u8 sensebuf[MAX_SENSE_SIZE]; member
|
/drivers/usb/storage/ |
D | sddr09.c | 348 sddr09_request_sense(struct us_data *us, unsigned char *sensebuf, int buflen) { in sddr09_request_sense() argument 362 sensebuf, buflen, NULL); in sddr09_request_sense()
|
/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 797 memcpy(scsicmd->sense_buffer, cmdrsp->scsi.sensebuf, MAX_SENSE_SIZE); in do_scsi_linuxstat()
|