| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| store_init.c | 23 if (!RUN_ONCE(&store_init, do_store_init)) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_def.c | 71 RUN_ONCE(&openssldir_setup_init, do_openssldir_setup); 81 RUN_ONCE(&openssldir_setup_init, do_openssldir_setup); 91 RUN_ONCE(&openssldir_setup_init, do_openssldir_setup); 101 RUN_ONCE(&openssldir_setup_init, do_openssldir_setup);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| init.c | 518 * unnecessarily - but all the critical code is contained in RUN_ONCE 541 if (!RUN_ONCE(&base, ossl_init_base)) 569 } else if (!RUN_ONCE(®ister_atexit, ossl_init_register_atexit)) { 573 if (!RUN_ONCE(&load_crypto_nodelete, ossl_init_load_crypto_nodelete)) 583 && !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings)) 592 && !RUN_ONCE(&ssl_strings, ossl_init_load_ssl_strings)) 601 && !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers)) 610 && !RUN_ONCE(&add_all_digests, ossl_init_add_all_digests)) 631 ret = RUN_ONCE(&config, ossl_init_config); 648 && !RUN_ONCE(&async, ossl_init_async) [all...] |
| defaults.c | 154 if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup)) 170 if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup)) 186 if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup))
|
| cversion.c | 83 (void)RUN_ONCE(&version_strings_once, version_strings_setup);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| init.c | 486 * unnecessarily - but all the critical code is contained in RUN_ONCE 509 if (!RUN_ONCE(&base, ossl_init_base)) 537 } else if (!RUN_ONCE(®ister_atexit, ossl_init_register_atexit)) { 541 if (!RUN_ONCE(&load_crypto_nodelete, ossl_init_load_crypto_nodelete)) 551 && !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings)) 560 && !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers)) 569 && !RUN_ONCE(&add_all_digests, ossl_init_add_all_digests)) 590 ret = RUN_ONCE(&config, ossl_init_config); 607 && !RUN_ONCE(&async, ossl_init_async)) 612 && !RUN_ONCE(&engine_openssl, ossl_init_engine_openssl) [all...] |
| /src/sys/sys/ |
| once.h | 52 #define RUN_ONCE(o, fn) \
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_init.c | 73 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| init.c | 630 if (!RUN_ONCE(&base, ossl_init_base)) 645 } else if (!RUN_ONCE(®ister_atexit, ossl_init_register_atexit)) { 649 if (!RUN_ONCE(&load_crypto_nodelete, ossl_init_load_crypto_nodelete)) 659 && !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings)) 668 && !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers)) 677 && !RUN_ONCE(&add_all_digests, ossl_init_add_all_digests)) 692 ret = RUN_ONCE(&config, ossl_init_config); 700 && !RUN_ONCE(&async, ossl_init_async)) 705 && !RUN_ONCE(&engine_openssl, ossl_init_engine_openssl)) 709 && !RUN_ONCE(&engine_devcrypto, ossl_init_engine_devcrypto) [all...] |
| mem_dbg.c | 127 if (!RUN_ONCE(&memdbg_init, do_memdbg_init)) 201 if (!RUN_ONCE(&memdbg_init, do_memdbg_init)) 245 if (!RUN_ONCE(&memdbg_init, do_memdbg_init)) 277 if (!RUN_ONCE(&memdbg_init, do_memdbg_init) 331 if (!RUN_ONCE(&memdbg_init, do_memdbg_init) 577 if (!RUN_ONCE(&memdbg_init, do_memdbg_init))
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_init.c | 118 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base)) 127 && !RUN_ONCE(&ssl_strings, ossl_init_load_ssl_strings))
|
| /src/sys/modules/examples/executor/ |
| executor.c | 59 * It should return 0 as RUN_ONCE calls the function until it returns 0. 77 RUN_ONCE(&ctl, runonce_example);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| thread_once.h | 17 * Initialisation of global data should never happen via "RUN_ONCE" inside the 119 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded 129 #define RUN_ONCE(once, init) \
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| thread_once.h | 17 * Initialisation of global data should never happen via "RUN_ONCE" inside the 119 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded 129 # define RUN_ONCE(once, init) \
|
| /src/crypto/external/bsd/openssl.old/dist/include/internal/ |
| thread_once.h | 108 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded 118 #define RUN_ONCE(once, init) \
|
| /src/sys/dev/sysmon/ |
| sysmon_taskq.c | 121 (void)RUN_ONCE(&once_tq, tq_preinit); 235 (void)RUN_ONCE(&once_tq, tq_preinit); 286 (void)RUN_ONCE(&once_tq, tq_preinit);
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_init.c | 193 if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base)) 202 && !RUN_ONCE(&ssl_strings, ossl_init_load_ssl_strings))
|
| /src/sys/external/bsd/drm2/i915drm/ |
| i915_module.c | 92 return RUN_ONCE(&i915drmkms_init_once, &i915drmkms_init);
|
| /src/sys/external/bsd/drm2/radeon/ |
| radeon_module.c | 86 return RUN_ONCE(&radeon_init_once, &radeon_init);
|
| /src/sys/external/bsd/drm2/via/ |
| via_module.c | 75 return RUN_ONCE(&viadrm_init_once, &viadrm_init);
|
| /src/sys/external/bsd/drm2/vmwgfx/ |
| vmwgfx_module.c | 76 return RUN_ONCE(&vmwgfx_init_once, &vmwgfx_init);
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_init.c | 93 if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_init.c | 88 if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_init.c | 84 if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
| err.c | 361 if (!RUN_ONCE(&err_string_init, do_err_strings_init)) 400 if (!RUN_ONCE(&err_string_init, do_err_strings_init)) 662 if (!RUN_ONCE(&err_string_init, do_err_strings_init)) { 681 if (!RUN_ONCE(&err_string_init, do_err_strings_init)) { 701 if (!RUN_ONCE(&err_string_init, do_err_strings_init)) { 755 if (!RUN_ONCE(&err_init, err_do_init)) 809 if (!RUN_ONCE(&err_init, err_do_init)) 834 if (!RUN_ONCE(&err_string_init, do_err_strings_init))
|