Home
last modified time | relevance | path

Searched refs:sg_exit2str (Results 1 – 7 of 7) sorted by relevance

/external/sg3_utils/testing/
Dtst_sg_lib.c203 if (sg_exit2str(exit_status, longer, b_len - n, b + n)) { in get_exit_status_str()
328 ok = sg_exit2str(0, true, b_len, b); in main()
Dsg_tst_async.cpp896 sg_exit2str(ret, true, sizeof(b), b); in work_sync_thread()
912 sg_exit2str(ret, true, sizeof(b), b); in work_sync_thread()
/external/sg3_utils/include/
Dsg_lib.h479 bool sg_exit2str(int exit_status, bool longer, int b_len, char * b);
/external/sg3_utils/src/
Dsg_decode_sense.c397 if (! sg_exit2str(op->es_val, op->verbose > 1, dlen, d)) in main()
/external/sg3_utils/lib/
Dsg_lib.c2067 bool sg_exit2str(int exit_status, bool longer, int b_len, char *b) in sg_exit2str() function
2116 else if (sg_exit2str(exit_status, false, sizeof(b), b)) { in sg_if_can2fp()
2176 if (! sg_exit2str(sense_cat, (verbose > 0), b_len, b)) { in sg_get_category_sense_str()
Dsg_pr2serr.c407 if (sg_exit2str(exit_status, jsp->verbose, sizeof(d), d)) { in sgj_js2file()
/external/sg3_utils/
DChangeLog505 sg_exit2str()