Lines Matching refs:tvp
22 struct rpc_thread_variables *tvp = thread_rpc_vars; in __rpc_thread_destroy() local
24 if (tvp != NULL) { in __rpc_thread_destroy()
28 free (tvp->clnt_perr_buf_s); in __rpc_thread_destroy()
29 free (tvp->clntraw_private_s); in __rpc_thread_destroy()
30 free (tvp->svcraw_private_s); in __rpc_thread_destroy()
31 free (tvp->authdes_cache_s); in __rpc_thread_destroy()
32 free (tvp->authdes_lru_s); in __rpc_thread_destroy()
33 free (tvp->svc_xports_s); in __rpc_thread_destroy()
34 free (tvp->svc_pollfd_s); in __rpc_thread_destroy()
35 if (tvp != &__libc_tsd_RPC_VARS_mem) in __rpc_thread_destroy()
36 free (tvp); in __rpc_thread_destroy()
56 struct rpc_thread_variables *tvp = thread_rpc_vars; in __rpc_thread_variables() local
58 if (tvp == NULL) { in __rpc_thread_variables()
60 tvp = thread_rpc_vars; in __rpc_thread_variables()
61 if (tvp == NULL) { in __rpc_thread_variables()
62 tvp = calloc (1, sizeof *tvp); in __rpc_thread_variables()
63 if (tvp != NULL) in __rpc_thread_variables()
64 thread_rpc_vars = tvp; in __rpc_thread_variables()
67 return tvp; in __rpc_thread_variables()
83 struct rpc_thread_variables *tvp; in __rpc_thread_svc_fdset() local
85 tvp = __rpc_thread_variables (); in __rpc_thread_svc_fdset()
86 if (tvp == &__libc_tsd_RPC_VARS_mem) in __rpc_thread_svc_fdset()
88 return &tvp->svc_fdset_s; in __rpc_thread_svc_fdset()
95 struct rpc_thread_variables *tvp; in libc_hidden_nolink_sunrpc() local
97 tvp = __rpc_thread_variables (); in libc_hidden_nolink_sunrpc()
98 if (tvp == &__libc_tsd_RPC_VARS_mem) in libc_hidden_nolink_sunrpc()
100 return &tvp->rpc_createerr_s; in libc_hidden_nolink_sunrpc()
107 struct rpc_thread_variables *tvp; in libc_hidden_nolink_sunrpc() local
109 tvp = __rpc_thread_variables (); in libc_hidden_nolink_sunrpc()
110 if (tvp == &__libc_tsd_RPC_VARS_mem) in libc_hidden_nolink_sunrpc()
112 return &tvp->svc_pollfd_s; in libc_hidden_nolink_sunrpc()
123 struct rpc_thread_variables *tvp; in libc_hidden_def() local
125 tvp = __rpc_thread_variables (); in libc_hidden_def()
126 if (tvp == &__libc_tsd_RPC_VARS_mem) in libc_hidden_def()
128 return &tvp->svc_max_pollfd_s; in libc_hidden_def()