Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2143 psaddr_t tsd_paddr; in __td_thr_tsd() local
2166 &tsd_paddr, sizeof (tsd_paddr)) != PS_OK) in __td_thr_tsd()
2168 else if (tsd_paddr != 0 && in __td_thr_tsd()
2169 ps_pdread(ph_p, tsd_paddr, &stsd, sizeof (stsd)) != PS_OK) in __td_thr_tsd()
2173 nkey = tsd_paddr == 0 ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()
2176 tsd_paddr = (psaddr_t)&ulwp->ul_ftsd[0]; in __td_thr_tsd()
2200 tsd_paddr = (psaddr_t)&ulwp->ul_ftsd[0]; in __td_thr_tsd()
2202 tsd_paddr = addr; in __td_thr_tsd()
2225 if (ps_pdread(ph_p, tsd_paddr + key * sizeof (void *), in __td_thr_tsd()
2234 if (ps_pdread(ph_p, tsd_paddr + key * sizeof (caddr32_t), in __td_thr_tsd()