Searched refs:thr_get_storage (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/include/
H A Dmt.h67 extern void *thr_get_storage(pthread_key_t *, size_t, void(*)(void *));
/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A D_errlst.c136 ret = thr_get_storage(&t_errno_key, sizeof (int), free);
137 /* if thr_get_storage fails we return the address of t_errno */
/opensolaris-onvv-gate/usr/src/lib/libnsl/common/
H A Dcommon.c33 thr_get_storage(pthread_key_t *keyp, size_t size, void (*destructor)(void *)) function
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dmt_misc.c167 rce_addr = thr_get_storage(&rce_key, sizeof (*rce_addr), free);
187 tsd = thr_get_storage(&rpc_callerr_key, sizeof (struct rpc_err), free);
H A Dclnt_simple.c111 rcp = thr_get_storage(&rpc_call_key, sizeof (*rcp), rpc_call_destroy);
H A Dinet_ntoa.c148 else if ((b = thr_get_storage(&ntoa_key, 18, free)) == NULL)
H A Dclnt_perror.c69 thr_get_storage(&perror_key, ERRBUFSZ, free);
H A Dkey_call.c810 kcp = thr_get_storage(&key_call_key, sizeof (*kcp), key_call_destroy);
H A Dclnt_vc.c1143 * Allocate just one the first time. thr_get_storage() may
1148 pfdp = thr_get_storage(&pfdp_key, sizeof (struct pollfd), free);
/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c367 thr_get_storage(&buf_key, LN_BUFSIZE, free);
439 thr_get_storage(&buf_key, LN_BUFSIZE, free);
598 thr_get_storage(&clone_buf_key, sizeof (struct nis_sdata),
/opensolaris-onvv-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c109 ret = thr_get_storage(&nderror_key, sizeof (int), free);
110 /* if thr_get_storage fails we return the address of _nderror */
755 thr_get_storage(&nderrbuf_key, NDERR_BUFSZ, free);
/opensolaris-onvv-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c112 ret = thr_get_storage(&nc_error_key, sizeof (int), free);
113 /* if thr_get_storage fails we return the address of nc_error */
821 thr_get_storage(&perror_key, BUFSIZ, free);
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in1163 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|thr_get_storage

Completed in 107 milliseconds