Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddh_gssapi.h54 #define Free(p) free(p) macro
/titanic_44/usr/src/common/lzma/
H A DTypes.h210 void (*Free)(void *p, void *address, size_t size); /* address can be 0 */ member
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dutility.h77 #define Free(x) { if (x) free(x); } macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h170 #define Free(p) KFREE(p) macro
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__) macro
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c162 Free(char **p) in Free() function