Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c89 Free(void *ptr, const char *file, int line) in Free() function
/titanic_51/usr/src/uts/common/net/
H A Dradix.h183 #define Free(p, c) kmem_cache_free(c, p) macro
204 #define Free(p, c) free((char *)p); /* c is ignored */ macro
/titanic_51/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddh_gssapi.h54 #define Free(p) free(p) macro
/titanic_51/usr/src/common/lzma/
H A DTypes.h210 void (*Free)(void *p, void *address, size_t size); /* address can be 0 */ member
/titanic_51/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c83 Free(void *buf, const char *file __unused, int line __unused) in Free() function
/titanic_51/usr/src/lib/libeti/form/inc/
H A Dutility.h77 #define Free(x) { if (x) free(x); } macro
/titanic_51/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h170 #define Free(p) KFREE(p) macro
/titanic_51/usr/src/cmd/lp/include/
H A Dlp.h526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__) macro
/titanic_51/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c162 Free(char **p) in Free() function