Home
last modified time | relevance | path

Searched refs:bt_bufctl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h169 umem_bufctl_t *bt_bufctl; /* bufctl */ member
H A Dumem.c1117 bcp = btp->bt_bufctl; in umem_error()
1165 (intptr_t)btp->bt_bufctl ^ btp->bt_bxstat, in umem_error()
1462 btp->bt_bufctl = bcp; in umem_slab_create()
1675 umem_bufctl_audit_t *bcp = (umem_bufctl_audit_t *)btp->bt_bufctl; in umem_cache_alloc_debug()
1734 umem_bufctl_audit_t *bcp = (umem_bufctl_audit_t *)btp->bt_bufctl; in umem_cache_free_debug()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h148 kmem_bufctl_t *bt_bufctl; /* bufctl */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1295 bcp = btp->bt_bufctl; in kmem_error()
1343 (intptr_t)btp->bt_bufctl ^ btp->bt_bxstat, in kmem_error()
1571 btp->bt_bufctl = bcp; in kmem_slab_create()
1914 kmem_bufctl_audit_t *bcp = (kmem_bufctl_audit_t *)btp->bt_bufctl; in kmem_cache_alloc_debug()
1987 kmem_bufctl_audit_t *bcp = (kmem_bufctl_audit_t *)btp->bt_bufctl; in kmem_cache_free_debug()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1406 out = (uintptr_t)tag.bt_bufctl; in kmem_walk_step()
2164 stat = (intptr_t)bt.bt_bufctl ^ bt.bt_bxstat; in whatis_print_kmf_lite()
3044 return (btp->bt_bxstat == ((intptr_t)btp->bt_bufctl ^ pat) ? 0 : -1); in verify_buftag()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1361 out = (uintptr_t)tag.bt_bufctl; in umem_walk_step()
2703 return (btp->bt_bxstat == ((intptr_t)btp->bt_bufctl ^ pat) ? 0 : -1); in verify_buftag()