Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3111 uintptr_t **cid_ithr; member
3147 if (cid->cid_ithr[id][pil] != 0) { in cpuinfo_walk_ithread()
3149 "%p and %p)\n", id, pil, addr, cid->cid_ithr[id][pil]); in cpuinfo_walk_ithread()
3153 cid->cid_ithr[id][pil] = addr; in cpuinfo_walk_ithread()
3306 uintptr_t iaddr = cid->cid_ithr[cpu->cpu_id][i]; in cpuinfo_walk_cpu()
3449 cid.cid_ithr = mdb_alloc(sizeof (uintptr_t **) in cpuinfo()
3453 cid.cid_ithr[i] = mdb_zalloc(sizeof (uintptr_t *) * in cpuinfo()