Home
last modified time | relevance | path

Searched refs:fprint_hex (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dmap.c275 fprint_hex(stdout, key, info->key_size, " "); in print_entry_error()
296 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
303 fprint_hex(stdout, value, info->value_size, " "); in print_entry_plain()
315 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain()
322 fprint_hex(stdout, value + i * step, in print_entry_plain()
990 fprint_hex(stdout, key, info.key_size, " "); in do_lookup()
1064 fprint_hex(stdout, key, info.key_size, " "); in do_getnext()
1070 fprint_hex(stdout, nextkey, info.key_size, " "); in do_getnext()
Dxlated_dumper.c344 fprint_hex(stdout, insn + i, 8, " "); in dump_xlated_plain()
347 fprint_hex(stdout, insn + i + 1, 8, " "); in dump_xlated_plain()
Dmain.h106 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
Dmap_perf_ring.c105 fprint_hex(stdout, e->data, e->size, " "); in print_bpf_output()
Dmain.c149 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex() function
Dprog.c285 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_plain()