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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1694 void *bhw_next; member in struct:bufctl_history_walk
1733 bhw->bhw_next = bc.bc_lastlog;
1735 bhw->bhw_next = (void *)wsp->walk_addr;
1747 uintptr_t addr = (uintptr_t)bhw->bhw_next;
1755 mdb_warn("unable to read bufctl at %p", bhw->bhw_next);
1770 bhw->bhw_next = bc.bc_lastlog;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1626 void *bhw_next; member in struct:bufctl_history_walk
1665 bhw->bhw_next = bc.bc_lastlog;
1667 bhw->bhw_next = (void *)wsp->walk_addr;
1679 uintptr_t addr = (uintptr_t)bhw->bhw_next;
1688 mdb_warn("unable to read bufctl at %p", bhw->bhw_next);
1703 bhw->bhw_next = b->bc_lastlog;

Completed in 103 milliseconds