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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddamap.c152 struct dam kdam; local
167 if (mdb_vread(&kdam, sizeof (kdam), damaddr) == -1) {
173 mdb_readstr(kstring, sizeof (kstring), (uintptr_t)kdam.dam_name);
176 if (mdb_vread(&kss, sizeof (kss), (uintptr_t)kdam.dam_da) == -1) {
178 (uintptr_t)kdam.dam_da);
194 * Structure copy kdam to dam, then clear out pointers in dam (some
198 *dam = kdam;

Completed in 65 milliseconds