Home
last modified time | relevance | path

Searched refs:BLANK_CHECK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h196 #define BLANK_CHECK 0x08 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h225 #define BLANK_CHECK 0x08 macro
/openbmc/linux/drivers/scsi/
H A Dst.c395 scode != BLANK_CHECK && in st_chk_result()
1976 if (cmdstatp->sense_hdr.sense_key == BLANK_CHECK) in read_tape()
2066 cmdstatp->sense_hdr.sense_key == BLANK_CHECK) { in read_tape()
3096 if (cmdstatp->sense_hdr.sense_key == BLANK_CHECK) in st_int_ioctl()
H A Dscsi_error.c681 case BLANK_CHECK: in scsi_check_sense()