Searched refs:print_hex (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sbin/nvmecontrol/ |
| HD | identify.c | 204 print_hex(&cdata, hexlength); in identify_ctrlr() 228 print_hex(&nsdata, hexlength); in identify_ns()
|
| HD | nvmecontrol.h | 84 void print_hex(void *data, uint32_t length);
|
| HD | nvmecontrol.c | 91 print_hex(void *data, uint32_t length) in print_hex() function
|
| HD | passthru.c | 253 print_hex(data, opt.data_len); in passthru()
|
| HD | resv.c | 401 print_hex(&data, i); in resvreport()
|
| HD | logpage.c | 170 print_hex(data, length); in print_log_hex()
|
| HD | ns.c | 963 print_hex(&nsdata, i); in nsidentify()
|
| /freebsd-14-stable/contrib/ldns/compat/ |
| HD | 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()
|
| /freebsd-14-stable/contrib/unbound/compat/ |
| HD | 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()
|