Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h344 char *lh_base; member
H A Dumem.c1296 lhp->lh_base = vmem_alloc(umem_log_arena, in umem_log_init()
1298 if (lhp->lh_base == NULL) in umem_log_init()
1306 bzero(lhp->lh_base, lhp->lh_chunksize * nchunks); in umem_log_init()
1324 if (lhp->lh_base != NULL) in umem_log_init()
1325 vmem_free(umem_log_arena, lhp->lh_base, in umem_log_init()
1352 clhp->clh_current = lhp->lh_base + in umem_log_enter()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h429 char *lh_base; member
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1761 (uintptr_t)lhp->lh_base) == -1) { in umem_log_walk_init()
1762 mdb_warn("failed to read log at base %p", lhp->lh_base); in umem_log_walk_init()
1803 (uintptr_t)ulw->ulw_lh.lh_base, bcp, wsp->walk_cbdata)); in umem_log_walk_step()
2410 (uintptr_t)lh.lh_base; in umem_log()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1829 (uintptr_t)lhp->lh_base) == -1) { in kmem_log_walk_init()
1830 mdb_warn("failed to read log at base %p", lhp->lh_base); in kmem_log_walk_init()
1868 (uintptr_t)klw->klw_lh.lh_base, bcp, wsp->walk_cbdata)); in kmem_log_walk_step()
2768 (uintptr_t)lh.lh_base; in kmem_log()
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1446 lhp->lh_base = vmem_alloc(kmem_log_arena, in kmem_log_init()
1450 bzero(lhp->lh_base, lhp->lh_chunksize * nchunks); in kmem_log_init()
1485 clhp->clh_current = lhp->lh_base + in kmem_log_enter()