Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1626 void *bhw_next; member
1665 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1667 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1679 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
1688 mdb_warn("unable to read bufctl at %p", bhw->bhw_next); in bufctl_history_walk_step()
1703 bhw->bhw_next = b->bc_lastlog; in bufctl_history_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1695 void *bhw_next; member
1734 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1736 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1748 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
1756 mdb_warn("unable to read bufctl at %p", bhw->bhw_next); in bufctl_history_walk_step()
1771 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_step()