Home
last modified time | relevance | path

Searched refs:KMEM_BUFTAG_ALLOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h214 #define KMEM_BUFTAG_ALLOC 0xa110c8edUL macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2166 if (stat != KMEM_BUFTAG_ALLOC && stat != KMEM_BUFTAG_FREE) in whatis_print_kmf_lite()
3179 if (verify_buftag(buftagp, KMEM_BUFTAG_ALLOC) == -1) { in verify_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1922 btp->bt_bxstat = (intptr_t)bcp ^ KMEM_BUFTAG_ALLOC; in kmem_cache_alloc_debug()
1990 if (btp->bt_bxstat != ((intptr_t)bcp ^ KMEM_BUFTAG_ALLOC)) { in kmem_cache_free_debug()