Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h147 struct umem_bufctl *bc_lastlog; /* last log entry */ member
H A Dumem.c1374 _bcp->bc_lastlog = umem_log_enter((lp), _bcp, \
/titanic_50/usr/src/uts/common/sys/
H A Dkmem_impl.h136 struct kmem_bufctl *bc_lastlog; /* last log entry */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1657 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 Dkmem.c1726 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 Dkmem.c1465 _bcp->bc_lastlog = kmem_log_enter((lp), _bcp, sizeof (*_bcp)); \