Searched refs:SPC_SK_ILLEGAL_REQUEST (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib_data.c | 1641 {SAM_STAT_CHECK_CONDITION, SPC_SK_ILLEGAL_REQUEST, 0x20, 0x0},/* opcode */ 1642 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x24, 0x0}, /* field in cdb */ 1647 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x20, 0x9}, /* invalid LU */ 1648 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x20, 0x2}, /* access denied */ 1649 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x2c, 0x0}, /* cmd sequence error */ 1652 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x21, 0x0}, /* LBA out of range */ 1656 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x31, 0x1}, /* format failed */ 1659 {0x2, SPC_SK_ILLEGAL_REQUEST, 0x10, 0x5}, /* protection info */
|
D | sg_pt_linux_nvme.c | 228 sk = SPC_SK_ILLEGAL_REQUEST; in mk_sense_from_nvme_status() 268 build_sense_buffer(dsense, sbp, SPC_SK_ILLEGAL_REQUEST, asc, 0); in mk_sense_invalid_fld() 1142 mk_sense_asc_ascq(ptp, SPC_SK_ILLEGAL_REQUEST, INVALID_OPCODE, in sg_do_nvme_pt()
|
D | sg_lib.c | 1136 case SPC_SK_ILLEGAL_REQUEST: in decode_sks() 1727 case SPC_SK_ILLEGAL_REQUEST: in sg_get_sense_str() 2006 case SPC_SK_ILLEGAL_REQUEST: in sg_err_category_sense()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 85 #define SPC_SK_ILLEGAL_REQUEST 0x5 macro
|