Home
last modified time | relevance | path

Searched refs:do_byte_hexdump (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/debugfs/
Dzap.c238 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
Ddebugfs.h208 extern void do_byte_hexdump(FILE *fp, unsigned char *buf, size_t bufsize);
Dxattrs.c461 do_byte_hexdump(f, (unsigned char *)(buf + vstart), in dump_xattr_raw_entries()
Ddebugfs.c2207 do_byte_hexdump(stdout, buf + offset, size); in do_idump()