Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.h49 void bufdump _((void *buf));
A Dbget_malloc.c695 static void gen_mdbg_check(struct malloc_ctx *ctx, int bufdump) in gen_mdbg_check() argument
708 if (bufdump > 0) { in gen_mdbg_check()
754 void mdbg_check(int bufdump) in mdbg_check() argument
756 gen_mdbg_check(&malloc_ctx, bufdump); in mdbg_check()
1096 void nex_mdbg_check(int bufdump) in nex_mdbg_check() argument
1098 gen_mdbg_check(&nex_malloc_ctx, bufdump); in nex_mdbg_check()
A Dbget.c1218 void bufdump(buf) in bufdump() function
1292 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
1311 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
1315 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
1359 bufdump((void *) (((char *) b) + sizeof(struct bhead)));
A Dbget.doc274 void bufdump(void *buf);
314 bufdump() function which allows
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h40 void mdbg_check(int bufdump);
115 void nex_mdbg_check(int bufdump);

Completed in 9 milliseconds