/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_util.c | 106 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL) { in fmev_api_enter() 147 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL) { in fmev_api_freetsd() 166 if ((tsd = pthread_getspecific(fmev_tsdkey)) != NULL) in fmev_seterr() 189 if ((tsd = pthread_getspecific(fmev_tsdkey)) == NULL) in __fmev_errno()
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | mtctxres.c | 72 if (pthread_getspecific(key) != 0) { in __res_init_ctx() 127 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres() 129 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_subr.c | 88 if (fmd.d_pid != 0 && (tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vpanic() 133 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) { in fmd_verror() 210 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vdprintf() 273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_trace()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | error.c | 79 return ((uintptr_t)pthread_getspecific(errkey)); in _elf_geterr() 112 buffer = pthread_getspecific(bufkey); in elf_errmsg()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 116 # pragma weak pthread_getspecific macro 137 if (&pthread_getspecific == 0 in krb5int_pthread_loaded() 239 t = pthread_getspecific(key); in k5_getspecific() 288 t = pthread_getspecific(key); in k5_setspecific()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | common.c | 39 addr = pthread_getspecific(*keyp); in thr_get_storage()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 81 buf = pthread_getspecific(key); in gai_strerror()
|
H A D | irs_data.c | 148 net_data = pthread_getspecific(key); in net_data_init()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 106 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in reportError() 137 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in getError() 154 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in clearError() 165 __nis_deferred_error_t *defErr = pthread_getspecific(tsdKey); in logError()
|
H A D | nisdb_mt.cc | 65 if ((tsd = (nisdb_tsd_t *)pthread_getspecific(nisdb_tsd_key)) == 0) { in __nisdb_get_tsd()
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 62 strp = pthread_getspecific(*keyp); in _get_bsplitchar()
|
H A D | bgets.c | 63 str = pthread_getspecific(*keyp); in _get_stop()
|
H A D | pathfind.c | 86 str = pthread_getspecific(*keyp); in _get_cpath()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 84 if ((loc = pthread_getspecific(key)) != NULL) { in tsdalloc()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 214 le = pthread_getspecific( nsldapi_key ); in set_ld_error() 221 le = pthread_getspecific( nsldapi_key ); in set_ld_error() 246 le = pthread_getspecific( nsldapi_key ); in get_ld_error()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 201 netid_tcp = pthread_getspecific(tcp_key); in __rpc_getconfip() 203 netid_udp = pthread_getspecific(udp_key); in __rpc_getconfip()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | error.c | 143 ret = (scf_error_t)pthread_getspecific(scf_error_key); in scf_error()
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 660 ops = pthread_getspecific(tpd_key); in tnf_thread_enable() 704 ops = pthread_getspecific(tpd_key); in common_fork()
|
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key)); in uu_error()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 139 tsdp = (mftsd_t *)pthread_getspecific(tsd_key); in get_thread_specific_data()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 188 le = pthread_getspecific(adutils_lderrno_key); in adutils_get_lderrno_struct()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 284 return (pthread_getspecific(key)); in tss_get()
|
H A D | door_calls.c | 346 if (rv == 0 && (pdd = pthread_getspecific(privdoor_key)) != NULL) { in door_unbind() 601 if ((pdd = pthread_getspecific(privdoor_key)) == NULL) in door_xcreate_n()
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 251 eabuf = pthread_getspecific(key); in ea_buf()
|
/titanic_50/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 318 iobuf = pthread_getspecific(*keyp); in _get_iobuf()
|