Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1625 void *bhw_next; member
1664 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1666 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1678 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
1687 mdb_warn("unable to read bufctl at %p", bhw->bhw_next); in bufctl_history_walk_step()
1702 bhw->bhw_next = b->bc_lastlog; in bufctl_history_walk_step()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1694 void *bhw_next; member
1733 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_init()
1735 bhw->bhw_next = (void *)wsp->walk_addr; in bufctl_history_walk_init()
1747 uintptr_t addr = (uintptr_t)bhw->bhw_next; in bufctl_history_walk_step()
1755 mdb_warn("unable to read bufctl at %p", bhw->bhw_next); in bufctl_history_walk_step()
1770 bhw->bhw_next = bc.bc_lastlog; in bufctl_history_walk_step()