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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2933 uintptr_t **cid_ithr; member in struct:cpuinfo_data
2969 if (cid->cid_ithr[id][pil] != NULL) {
2971 "%p and %p)\n", id, pil, addr, cid->cid_ithr[id][pil]);
2975 cid->cid_ithr[id][pil] = addr;
3121 uintptr_t iaddr = cid->cid_ithr[cpu->cpu_id][i];
3263 cid.cid_ithr = mdb_alloc(sizeof (uintptr_t **)
3267 cid.cid_ithr[i] = mdb_zalloc(sizeof (uintptr_t *) *

Completed in 71 milliseconds