Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h94 #define KMEM_SIZE_DECODE(x) ((x) / 251) macro
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1359 KMEM_SIZE_DECODE(((uint32_t *)btp)[0]), in kmem_error()
1360 KMEM_SIZE_DECODE(((uint32_t *)btp)[1])); in kmem_error()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3160 else if (bp[KMEM_SIZE_DECODE(ip[1])] == KMEM_REDZONE_BYTE) in verify_alloc()