Searched refs:hex2fp (Results 1 – 4 of 4) sorted by relevance
/external/sg3_utils/src/ |
D | sg_logs.c | 5521 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/ |
D | sg_lib.h | 664 void hex2fp(const uint8_t * b_str, int len, const char * leadin, int oformat,
|
/external/sg3_utils/lib/ |
D | sg_lib.c | 3060 hex2fp(const uint8_t * b_str, int len, const char * leadin, int oformat, in hex2fp() function
|
/external/sg3_utils/ |
D | ChangeLog | 81 - add hex2fp(), similar to hex2str() but outputs to FILE
|