Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h150 struct umem_bufctl *bc_lastlog; /* last log entry */ member
H A Dumem.c1378 _bcp->bc_lastlog = umem_log_enter((lp), _bcp, \
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h136 struct kmem_bufctl *bc_lastlog; /* last log entry */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1658 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 Dkmem.c1727 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 Dkmem.c1478 _bcp->bc_lastlog = kmem_log_enter((lp), _bcp, sizeof (*_bcp)); \