Searched refs:fprint_hex (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/bpf/bpftool/ |
D | map.c | 318 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain() 323 fprint_hex(stdout, value, info->value_size, " "); in print_entry_plain() 333 fprint_hex(stdout, key, info->key_size, " "); in print_entry_plain() 338 fprint_hex(stdout, value + i * step, in print_entry_plain() 717 fprint_hex(stderr, key, info.key_size, " "); in do_dump() 828 fprint_hex(stdout, key, info.key_size, " "); in do_lookup() 933 fprint_hex(stdout, key, info.key_size, " "); in do_getnext() 939 fprint_hex(stdout, nextkey, info.key_size, " "); in do_getnext()
|
D | xlated_dumper.c | 317 fprint_hex(stdout, insn + i, 8, " "); in dump_xlated_plain() 320 fprint_hex(stdout, insn + i + 1, 8, " "); in dump_xlated_plain()
|
D | main.h | 99 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
|
D | main.c | 140 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex() function
|
D | map_perf_ring.c | 91 fprint_hex(stdout, e->data, e->size, " "); in print_bpf_output()
|
D | prog.c | 307 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_plain()
|