Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_io_linux.c253 return SG_LIB_CAT_OTHER; in sg_err_category_new()
Dsg_write_buffer.c515 return (ret >= 0) ? ret : SG_LIB_CAT_OTHER; in main()
Dsg_lib.c2375 case SG_LIB_CAT_OTHER: /* 99 */ in sg_get_category_sense_str()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h421 #define SG_LIB_CAT_OTHER 99 /* Some other error/warning has occurred */ macro