Searched refs:bufdump (Results 1 – 5 of 5) sorted by relevance
38 void mdbg_check(int bufdump);92 void nex_mdbg_check(int bufdump);
49 void bufdump _((void *buf));
662 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument675 if (bufdump > 0) { in gen_mdbg_check()689 void mdbg_check(int bufdump) in mdbg_check() argument691 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()945 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument947 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
1279 void bufdump(buf) in bufdump() function1353 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1372 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1376 bufdump((void *) (((char *) b) + sizeof(struct bhead)));1420 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
274 void bufdump(void *buf);314 bufdump() function which allows