Home
last modified time | relevance | path

Searched refs:vhandle (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/thread/
H A Dinternal.c73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument
75 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_join()
78 if (vhandle == NULL) in ossl_crypto_thread_join()
95 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() argument
97 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_clean()
115 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument
120 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() argument
/freebsd/crypto/openssl/include/internal/
H A Dthread.h22 int ossl_crypto_thread_clean(void *vhandle);
/freebsd/lib/libc/rpc/
H A Drpc_generic.c326 __rpc_getconf(void *vhandle) in __rpc_getconf() argument
331 handle = (struct handle *)vhandle; in __rpc_getconf()
402 __rpc_endconf(void *vhandle) in __rpc_endconf() argument
406 handle = (struct handle *) vhandle; in __rpc_endconf()
/freebsd/sys/rpc/
H A Drpc_generic.c604 __rpc_getconf(void *vhandle) in __rpc_getconf() argument
609 handle = (struct handle *)vhandle; in __rpc_getconf()
683 __rpc_endconf(void *vhandle) in __rpc_endconf() argument
687 handle = (struct handle *) vhandle; in __rpc_endconf()