Home
last modified time | relevance | path

Searched refs:bcn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1637 umem_bufctl_audit_t bcn; in bufctl_history_walk_init() local
1659 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init()
1660 bc.bc_addr == bcn.bc_addr && in bufctl_history_walk_init()
1661 bc.bc_cache == bcn.bc_cache && in bufctl_history_walk_init()
1662 bc.bc_slab == bcn.bc_slab && in bufctl_history_walk_init()
1663 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1664 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1706 kmem_bufctl_audit_t bcn; in bufctl_history_walk_init() local
1728 mdb_vread(&bcn, sizeof (bcn), (uintptr_t)bc.bc_lastlog) != -1 && in bufctl_history_walk_init()
1729 bc.bc_addr == bcn.bc_addr && in bufctl_history_walk_init()
1730 bc.bc_cache == bcn.bc_cache && in bufctl_history_walk_init()
1731 bc.bc_slab == bcn.bc_slab && in bufctl_history_walk_init()
1732 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1733 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init()