Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c46 modent_step_data_t hwalk_msd; /* current entry data */ member
186 hwp->hwalk_msd.msd_hash_index = -1; in modent_walk_init()
187 hwp->hwalk_msd.msd_position = 0; in modent_walk_init()
188 hwp->hwalk_msd.msd_first_addr = 0; in modent_walk_init()
206 hwp->hwalk_msd.msd_position = 0; in modent_walk_step()
207 if (++hwp->hwalk_msd.msd_hash_index >= in modent_walk_step()
210 wsp->walk_addr = hwp->hwalk_msd.msd_first_addr = in modent_walk_step()
212 hwp->hwalk_msd.msd_hash_index]; in modent_walk_step()
215 if (mdb_vread(&hwp->hwalk_msd.msd_mhe, sizeof (hwp->hwalk_msd.msd_mhe), in modent_walk_step()
222 status = wsp->walk_callback(wsp->walk_addr, &hwp->hwalk_msd, in modent_walk_step()
[all …]