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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c216 tsd_t *stsd; local
229 if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc)
230 return (stsd->tsd_data[key]);
238 tsd_t *stsd; local
252 else if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc)
253 *valuep = stsd->tsd_data[key];
271 tsd_t *stsd; local
294 * stsd
324 tsd_t *stsd; local
446 tsd_t *stsd; local
[all...]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2165 tsd_t stsd; local
2175 ps_pdread(ph_p, tsd_paddr, &stsd, sizeof (stsd)) != PS_OK)
2179 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc;
2188 tsd32_t stsd; local
2199 ps_pdread(ph_p, addr, &stsd, sizeof (stsd)) != PS_OK)
2203 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc;

Completed in 64 milliseconds