Searched defs:curr_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c58 topo_nodehash_t *curr_hash; member in struct:tnwalk_state
837 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next;
852 if (state->curr_hash == NULL)
856 (uintptr_t)state->curr_hash) != sizeof (topo_nodehash_t)) {
859 (uintptr_t)state->curr_hash);
878 state->curr_hash =

Completed in 476 milliseconds