Searched refs:scsi_sense_desc_find (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi_common.c | 247 const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len, in scsi_sense_desc_find() function 271 EXPORT_SYMBOL(scsi_sense_desc_find); 317 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 0); in scsi_set_sense_information() 367 ucp = (char *)scsi_sense_desc_find(buf, len + 8, 2); in scsi_set_sense_field_pointer()
|
H A D | scsi_error.c | 2566 ucp = scsi_sense_desc_find(sense_buffer, sb_len, in scsi_get_sense_info_fld()
|
H A D | st.c | 348 ucp = scsi_sense_desc_find(sense, SCSI_SENSE_BUFFERSIZE, 4); in st_analyze_sense()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_common.h | 88 extern const u8 * scsi_sense_desc_find(const u8 * sense_buffer, int sb_len,
|
/openbmc/linux/drivers/usb/storage/ |
H A D | transport.c | 814 scdd = scsi_sense_desc_find(srb->sense_buffer, in usb_stor_invoke_transport()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 262 desc = (char *)scsi_sense_desc_find(sb, len + 8, 9); in ata_scsi_set_passthru_sense_fields()
|