Searched refs:bc_lastlog (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 147 struct umem_bufctl *bc_lastlog; /* last log entry */ member
|
H A D | umem.c | 1374 _bcp->bc_lastlog = umem_log_enter((lp), _bcp, \
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 136 struct kmem_bufctl *bc_lastlog; /* last log entry */ member
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1657 if (bc.bc_lastlog != NULL && in bufctl_history_walk_init() 1658 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init() 1664 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init() 1702 bhw->bhw_next = b->bc_lastlog; in bufctl_history_walk_step() 2624 "", bcp->bc_cache, bcp->bc_lastlog, bcp->bc_contents); in bufctl()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 1726 if (bc.bc_lastlog != NULL && in bufctl_history_walk_init() 1727 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init() 1733 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init() 1770 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_step() 2983 "", bc.bc_cache, bc.bc_lastlog, bc.bc_contents); in bufctl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | kmem.c | 1465 _bcp->bc_lastlog = kmem_log_enter((lp), _bcp, sizeof (*_bcp)); \
|