Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c91 if (tsdp->tsd_count >= (tsdp->tsd_max - 1)) { in add_pointer()
93 new_max = (tsdp->tsd_max == 0) ? 16 : 2 * tsdp->tsd_max; in add_pointer()
100 *(tsdp->tsd_array + tsdp->tsd_count) = NULL; in add_pointer()
117 *(tsdp->tsd_array + tsdp->tsd_count) = info; in add_pointer()
121 *(tsdp->tsd_array + tsdp->tsd_count) = NULL; in add_pointer()
135 mftsd_t *tsdp; in get_thread_specific_data() local
145 tsdp = uu_zalloc(sizeof (*tsdp)); in get_thread_specific_data()
160 return (tsdp); in get_thread_specific_data()
190 mftsd_t *tsdp; in process() local
255 mftsd_t *tsdp; in find_manifests() local
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c236 Sym_desc *tsdp, *rsdp; in disp_scansyms() local
255 tsdp = 0; in disp_scansyms()
258 return (tsdp); in disp_scansyms()
273 if (tsdp == 0) { in disp_scansyms()
276 return (tsdp); in disp_scansyms()
287 return (tsdp); in disp_scansyms()
292 tsym = tsdp->sd_sym; in disp_scansyms()
304 return (tsdp); in disp_scansyms()
311 return (tsdp); in disp_scansyms()
325 return (tsdp); in disp_scansyms()
[all …]