Home
last modified time | relevance | path

Searched refs:bufdump (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.h49 void bufdump _((void *buf));
H A Dbget_malloc.c671 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument
684 if (bufdump > 0) { in gen_mdbg_check()
698 void mdbg_check(int bufdump) in mdbg_check() argument
700 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()
947 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument
949 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
H A Dbget.c1279 void bufdump(buf) in bufdump() function
1353 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)));
H A Dbget.doc274 void bufdump(void *buf);
314 bufdump() function which allows
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h38 void mdbg_check(int bufdump);
92 void nex_mdbg_check(int bufdump);