Home
last modified time | relevance | path

Searched refs:SPC_SK_MEDIUM_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib_data.c1643 {0x2, SPC_SK_MEDIUM_ERROR, 0x0, 0x0},
1650 {0x2, SPC_SK_MEDIUM_ERROR, 0x31, 0x3}, /* sanitize failed */ /* 10 */
1660 {0x2, SPC_SK_MEDIUM_ERROR, 0x3, 0x0}, /* periph dev w fault */ /* 20 */
1661 {0x2, SPC_SK_MEDIUM_ERROR, 0x11, 0x0}, /* unrecoc rd */
1662 {0x2, SPC_SK_MEDIUM_ERROR, 0x10, 0x1}, /* PI guard */
1663 {0x2, SPC_SK_MEDIUM_ERROR, 0x10, 0x2}, /* PI app tag */
1664 {0x2, SPC_SK_MEDIUM_ERROR, 0x10, 0x2}, /* PI app tag */
1666 {0x2, SPC_SK_MEDIUM_ERROR, 0x21, 0x6}, /* read invalid data */
Dsg_lib.c1153 case SPC_SK_MEDIUM_ERROR: in decode_sks()
1748 case SPC_SK_MEDIUM_ERROR: in sg_get_sense_str()
1999 case SPC_SK_MEDIUM_ERROR: in sg_err_category_sense()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h83 #define SPC_SK_MEDIUM_ERROR 0x3 macro