Searched refs:UMF_BUFTAG (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h68 #define UMF_BUFTAG (UMF_DEADBEEF | UMF_REDZONE) macro
69 #define UMF_TOUCH (UMF_BUFTAG | UMF_LITE | UMF_CONTENTS)
159 * UMF_BUFTAG flags (UMF_DEADBEEF, UMF_REDZONE, UMF_VERIFY) are set.
H A Dumem.c845 if (cp->cache_flags & UMF_BUFTAG)
1192 if (cache_flags & UMF_BUFTAG) {
1306 if ((cp->cache_flags & (UMF_AUDIT | UMF_BUFTAG)) == UMF_AUDIT) {
1359 if ((cp->cache_flags & (UMF_AUDIT | UMF_BUFTAG)) == UMF_AUDIT) {
1531 if (!(cp->cache_flags & UMF_BUFTAG) &&
1658 if ((ccp->cc_flags & UMF_BUFTAG) &&
1720 if (cp->cache_flags & UMF_BUFTAG) {
1763 if (ccp->cc_flags & UMF_BUFTAG)
1851 * Note that if UMF_BUFTAG is in effect, umem_cache_free_debug()
1854 if (!(cp->cache_flags & UMF_BUFTAG)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1173 if (cp->cache_flags & UMF_BUFTAG) {

Completed in 60 milliseconds