Searched refs:print_hex (Results 1 – 9 of 9) sorted by relevance
/freebsd/sbin/nvmecontrol/ |
H A D | identify.c | 203 print_hex(&cdata, hexlength); in identify_ctrlr() 227 print_hex(&nsdata, hexlength); in identify_ns()
|
H A D | nvmecontrol.h | 85 void print_hex(void *data, uint32_t length);
|
H A D | nvmecontrol.c | 90 print_hex(void *data, uint32_t length) in print_hex() function
|
H A D | passthru.c | 252 print_hex(data, opt.data_len); in passthru()
|
H A D | resv.c | 400 print_hex(&data, i); in resvreport()
|
H A D | logpage.c | 169 print_hex(data, length); in print_log_hex() 777 * (print_hex). If there was a vendor specified by the user, and in logpage()
|
H A D | ns.c | 962 print_hex(&nsdata, i); in nsidentify()
|
/freebsd/contrib/unbound/compat/ |
H A D | snprintf.c | 157 print_hex(char* buf, int max, unsigned int value) in print_hex() function 390 int len = print_hex(buf, (int)sizeof(buf), value); in print_num_x()
|
/freebsd/contrib/ldns/compat/ |
H A D | snprintf.c | 156 print_hex(char* buf, int max, unsigned int value) in print_hex() function 389 int len = print_hex(buf, (int)sizeof(buf), value); in print_num_x()
|