Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h347 char *lh_base; member
H A Dumem.c1299 lhp->lh_base = vmem_alloc(umem_log_arena, in umem_log_init()
1301 if (lhp->lh_base == NULL) in umem_log_init()
1309 bzero(lhp->lh_base, lhp->lh_chunksize * nchunks); in umem_log_init()
1327 if (lhp->lh_base != NULL) in umem_log_init()
1328 vmem_free(umem_log_arena, lhp->lh_base, in umem_log_init()
1356 clhp->clh_current = lhp->lh_base + in umem_log_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h428 char *lh_base; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1762 (uintptr_t)lhp->lh_base) == -1) { in umem_log_walk_init()
1763 mdb_warn("failed to read log at base %p", lhp->lh_base); in umem_log_walk_init()
1804 (uintptr_t)ulw->ulw_lh.lh_base, bcp, wsp->walk_cbdata)); in umem_log_walk_step()
2411 (uintptr_t)lh.lh_base; in umem_log()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1830 (uintptr_t)lhp->lh_base) == -1) { in kmem_log_walk_init()
1831 mdb_warn("failed to read log at base %p", lhp->lh_base); in kmem_log_walk_init()
1869 (uintptr_t)klw->klw_lh.lh_base, bcp, wsp->walk_cbdata)); in kmem_log_walk_step()
2769 (uintptr_t)lh.lh_base; in kmem_log()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1416 lhp->lh_base = vmem_alloc(kmem_log_arena, in kmem_log_init()
1420 bzero(lhp->lh_base, lhp->lh_chunksize * nchunks); in kmem_log_init()
1457 clhp->clh_current = lhp->lh_base + in kmem_log_enter()