Home
last modified time | relevance | path

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

/external/sg3_utils/src/
Dsg_logs.c5521 hex2fp(bp, pl, " ", op->hex2str_oformat, stdout); in show_format_status_page()
6067 hex2fp(bp + 4, 8, " ", op->hex2str_oformat, stdout); in show_dt_device_status_page()
6080 hex2fp(bp + 4, 12, " ", op->hex2str_oformat, stdout); in show_dt_device_status_page()
6097 hex2fp(bp + 4, ((pl < num) ? pl : num) - 4, " ", in show_dt_device_status_page()
6110 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_dt_device_status_page()
6115 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_dt_device_status_page()
6182 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_tapealert_response_page()
6194 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_tapealert_response_page()
6280 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_requested_recovery_page()
6292 hex2fp(bp, ((pl < num) ? pl : num), " ", in show_requested_recovery_page()
[all …]
/external/sg3_utils/include/
Dsg_lib.h664 void hex2fp(const uint8_t * b_str, int len, const char * leadin, int oformat,
/external/sg3_utils/lib/
Dsg_lib.c3060 hex2fp(const uint8_t * b_str, int len, const char * leadin, int oformat, in hex2fp() function
/external/sg3_utils/
DChangeLog81 - add hex2fp(), similar to hex2str() but outputs to FILE