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