Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c47 modent_step_data_t hwalk_msd; /* current entry data */ member
187 hwp->hwalk_msd.msd_hash_index = -1; in modent_walk_init()
188 hwp->hwalk_msd.msd_position = 0; in modent_walk_init()
189 hwp->hwalk_msd.msd_first_addr = NULL; in modent_walk_init()
207 hwp->hwalk_msd.msd_position = 0; in modent_walk_step()
208 if (++hwp->hwalk_msd.msd_hash_index >= in modent_walk_step()
211 wsp->walk_addr = hwp->hwalk_msd.msd_first_addr = in modent_walk_step()
213 hwp->hwalk_msd.msd_hash_index]; in modent_walk_step()
216 if (mdb_vread(&hwp->hwalk_msd.msd_mhe, sizeof (hwp->hwalk_msd.msd_mhe), in modent_walk_step()
223 status = wsp->walk_callback(wsp->walk_addr, &hwp->hwalk_msd, in modent_walk_step()
[all …]