Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libumem/common/
H A Dumem_impl.h92 #define UMEM_SIZE_DECODE(x) ((x) / 251) macro
H A Dumem.c1182 UMEM_SIZE_DECODE(((uint32_t *)btp)[0]), in umem_error()
1183 UMEM_SIZE_DECODE(((uint32_t *)btp)[1])); in umem_error()
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2812 else if (bp[UMEM_SIZE_DECODE(ip[1])] == UMEM_REDZONE_BYTE) in verify_alloc()