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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c196 uintptr_t dam0; local
226 mdb_vread(&dam0, sizeof (dam0),
229 (uintptr_t)(sizeof (dam0) + tmd_offset + (char *)sht.tran_tgtmap));
231 if (dam0 != NULL) {
232 rval = mdb_call_dcmd("damap", dam0, DCMD_ADDRSPEC, 0, NULL);

Completed in 77 milliseconds