Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_mmc.c112 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_set_cd_speed()
185 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_get_config()
280 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_get_performance()
365 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_set_streaming()
Dsg_cmds_extra.c1243 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_read_long10()
1260 ret = SG_LIB_CAT_ILLEGAL_REQ; in sg_ll_read_long10()
1336 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_read_long16()
1353 ret = SG_LIB_CAT_ILLEGAL_REQ; in sg_ll_read_long16()
1427 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_write_long10()
1443 ret = SG_LIB_CAT_ILLEGAL_REQ; in sg_ll_write_long10()
1510 case SG_LIB_CAT_ILLEGAL_REQ: in sg_ll_write_long16()
1527 ret = SG_LIB_CAT_ILLEGAL_REQ; in sg_ll_write_long16()
Dsg_cmds_basic.c132 case SG_LIB_CAT_ILLEGAL_REQ: in sg_cmds_process_helper()
Dsg_lib.c2010 return SG_LIB_CAT_ILLEGAL_REQ; in sg_err_category_sense()
2263 case SG_LIB_CAT_ILLEGAL_REQ: /* 5 */ in sg_get_category_sense_str()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h382 #define SG_LIB_CAT_ILLEGAL_REQ 5 /* Illegal request (other than invalid */ macro