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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c74 lh_walk_t *lhwp; local
83 lhwp = mdb_alloc(sizeof (lh_walk_t), UM_SLEEP|UM_GC);
84 lhwp->hash = (struct ldi_handle **)(uintptr_t)sym.st_value;
85 lhwp->index = 0;
88 if ((mdb_vread(&lhwp->lhp, sizeof (struct ldi_handle *),
89 (uintptr_t)lhwp->hash)) == -1) {
90 mdb_warn("couldn't read ldi handle hash at %p", lhwp->hash);
94 wsp->walk_addr = (uintptr_t)lhwp->lhp;
95 wsp->walk_data = lhwp;
103 lh_walk_t *lhwp local
[all...]

Completed in 43 milliseconds