Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 5 of 5) sorted by relevance

/include/scsi/
Dscsi_common.h53 u8 asc; member
72 extern void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq);
Dscsi_dbg.h61 scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) in scsi_extd_sense_format() argument
Dscsi_cmnd.h404 u8 key, u8 asc, u8 ascq);
/include/trace/events/
Dscsi.h262 __field( u8, asc )
283 __entry->asc = sshdr.asc;
287 __entry->asc = 0;
305 __entry->sense_key, __entry->asc, __entry->ascq)
/include/uapi/linux/
Dcdrom.h724 __u8 asc; member