Searched refs:dStrHex (Results 1 – 3 of 3) sorted by relevance
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 477 void dStrHex(const char * str, int len, int no_ascii);
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 936 static void dStrHex(const char *str, int len, int no_ascii) in dStrHex() function 1347 dStrHex((const char *)ucp, extra, 1); in show_Temperature_page() 1392 dStrHex((const char *)ucp, extra, 1); in show_IE_page() 1453 dStrHex((const char *)resp, len, 1); in show_ascii_page() 1527 dStrHex((const char *)rsp_buff, pg_len + 4, 1); in show_scsi_logs() 1553 dStrHex((const char *)rsp_buff, in show_scsi_logs() 1694 dStrHex(buff, 64, 0); in leaf_dir() 2800 dStrHex((const char *)rsp_buff, len, 0); in do_scsi_inquiry() 2968 dStrHex((const char *)rsp_buff, len, 0); in do_scsi_inquiry() 3048 dStrHex((const char *)rsp_buff, len, 0); in do_scsi_inquiry() [all …]
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 2770 dStrHex(const char* str, int len, int no_ascii) in dStrHex() function 2869 dStrHex((const char *)b_str, len, no_ascii); in hex2stdout()
|