Searched refs:do_byte_hexdump (Results 1 – 5 of 5) sorted by relevance
/third_party/e2fsprogs/debugfs/ |
D | zap.c | 243 do_byte_hexdump(stdout, buf, current_fs->blocksize); in do_block_dump()
|
D | debugfs.h | 197 extern void do_byte_hexdump(FILE *fp, unsigned char *buf, size_t bufsize);
|
D | util.c | 567 void do_byte_hexdump(FILE *fp, unsigned char *buf, size_t bufsize) in do_byte_hexdump() function
|
D | xattrs.c | 461 do_byte_hexdump(f, (unsigned char *)(buf + vstart), in dump_xattr_raw_entries()
|
D | debugfs.c | 2225 do_byte_hexdump(stdout, buf + offset, size); in do_idump()
|