Searched refs:bc_lastlog (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 150 struct umem_bufctl *bc_lastlog; /* last log entry */ member
|
H A D | umem.c | 1378 _bcp->bc_lastlog = umem_log_enter((lp), _bcp, \
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 136 struct kmem_bufctl *bc_lastlog; /* last log entry */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1658 if (bc.bc_lastlog != NULL && in bufctl_history_walk_init() 1659 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init() 1665 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init() 1703 bhw->bhw_next = b->bc_lastlog; in bufctl_history_walk_step() 2625 "", bcp->bc_cache, bcp->bc_lastlog, bcp->bc_contents); in bufctl()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 1727 if (bc.bc_lastlog != NULL && in bufctl_history_walk_init() 1728 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init() 1734 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init() 1771 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_step() 2984 "", bc.bc_cache, bc.bc_lastlog, bc.bc_contents); in bufctl()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kmem.c | 1478 _bcp->bc_lastlog = kmem_log_enter((lp), _bcp, sizeof (*_bcp)); \
|