Searched refs:freeall (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dextern.h35 void freeall(void);
H A Dalloc.c228 freeall(void) function
H A Dboot.c154 freeall();
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dboot.h21 void freeall(void);
H A Dalloc.c227 freeall(void) function
H A Dboot.c185 freeall();
/netbsd-current/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A Dmain.c118 goto freeall;
124 goto freeall;
131 freeall:
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.h67 void freeall(void);
H A Dalloc.c228 freeall(void) function
H A Dloadfile_machdep.c112 void (* freeall)(void); member in struct:memsw
791 (*memsw->freeall)();
H A Dboot.c314 freeall();
/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dmain.c398 goto freeall;
402 goto freeall;
488 freeall:
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9740 INTERCEPTOR(void, sl_free, void *sl, int freeall) {
9742 COMMON_INTERCEPTOR_ENTER(ctx, sl_free, sl, freeall);
9745 REAL(sl_free)(sl, freeall);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9948 INTERCEPTOR(void, sl_free, void *sl, int freeall) {
9950 COMMON_INTERCEPTOR_ENTER(ctx, sl_free, sl, freeall);
9953 REAL(sl_free)(sl, freeall);

Completed in 173 milliseconds