Home
last modified time | relevance | path

Searched refs:dbg_dump_hex (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sbin/growfs/
HDdebug.h53 void dbg_dump_hex(struct fs *, const char *, unsigned char *);
69 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M))
HDdebug.c100 dbg_dump_hex(struct fs *sb, const char *comment, unsigned char *mem) in dbg_dump_hex() function