Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libumem/common/
H A Dumem.h55 #define UMC_NODEBUG 0x00020000 macro
H A Dumem.c2745 if (cflags & UMC_NODEBUG) in umem_cache_create()
/titanic_44/usr/src/lib/libfakekernel/common/
H A Dkmem.c94 ucflags |= UMC_NODEBUG; in kmem_cache_create()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h319 #define KMC_NODEBUG UMC_NODEBUG
/titanic_44/usr/src/cmd/nscd/
H A Dcache.c681 cflags = (debug_level > 0)?0:UMC_NODEBUG; in init_cache()