| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | init_ets.c | 32 static int inited = 0; in krb5_init_ets() local 34 if (inited == 0) { in krb5_init_ets() 41 inited++; in krb5_init_ets()
|
| /freebsd/contrib/libpcap/ |
| H A D | sslutils.c | 62 static int inited = 0; in ssl_init_once() local 63 if (inited) return 0; in ssl_init_once() 127 inited = 1; in ssl_init_once()
|
| /freebsd/sys/tests/epoch/ |
| H A D | epoch_test.c | 50 static int inited; variable 157 inited = 1; in test_modinit() 166 if (inited == 0) in epochtest_execute()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | audio.c | 56 uint8_t inited; member 146 if (aud->inited) { in audio_set_params() 154 aud->inited = 1; in audio_set_params()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_exit.c | 72 static int inited = 0; in thread_uw_init() local 77 if (inited) in thread_uw_init() 99 inited = 1; in thread_uw_init()
|
| H A D | thr_list.c | 67 static int inited = 0; variable 89 if (inited) { in _thr_list_init() 93 inited = 1; in _thr_list_init()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 122 static bool inited; variable 125 if (UNLIKELY(!inited)) { in get_cur_proc() 155 inited = true; in __tsan_init() 210 CHECK(inited); in __tsan_malloc()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 122 #define inited(c) ((c)->dal_handle->db_context && \ macro 571 if (!inited(context)) in krb5_db2_get_age() 604 if (!inited(context)) in krb5_db2_lock() 612 if (!inited(context)) in krb5_db2_unlock() 766 if (!inited(context)) in krb5_db2_get_principal() 824 if (!inited(context)) in krb5_db2_put_principal() 868 if (!inited(context)) in krb5_db2_delete_principal() 1143 if (!inited(context)) in krb5_db2_iterate() 1187 if (inited(context)) in krb5_db2_open() 1208 if (inited(context)) in krb5_db2_create() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_interceptors.cpp | 210 static int inited = 0; in InitializeInterceptors() local 211 CHECK_EQ(inited, 0); in InitializeInterceptors() 243 inited = 1; in InitializeInterceptors()
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | application.cpp | 119 impl::app::inited(void) in inited() function in impl::app 153 PRE(inited()); in process_options()
|
| H A D | application.hpp | 76 bool inited(void);
|
| /freebsd/lib/librt/ |
| H A D | sigev_thread.c | 111 static int inited = 0; in __sigev_thread_init() local 133 if (!inited) { in __sigev_thread_init() 139 inited = 1; in __sigev_thread_init()
|
| /freebsd/sys/kern/ |
| H A D | subr_epoch.c | 137 static __read_mostly int inited; variable 324 inited = 1; in epoch_init() 334 inited = 2; in epoch_init_smp() 373 if (__predict_false(!inited)) in epoch_alloc() 789 if (__predict_false(inited < 2)) in epoch_call() 973 if (__predict_false(inited < 2)) in epoch_drain_callbacks()
|
| H A D | subr_csan.c | 65 bool inited; member 97 kcsan_cpus[cpu].inited = true; in kcsan_cpu_init() 184 if (__predict_false(!cpu->inited)) in kcsan_access()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 22 static bool inited; variable 32 if (!inited) { in InitThread() 33 inited = true; in InitThread()
|
| /freebsd/lib/libc/net/ |
| H A D | hesiod.c | 465 static int inited = 0; variable 526 if (!inited) { in init_context() 527 inited = 1; in init_context()
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_2835_arm.c | 87 int inited; member 302 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 1; in vchiq_platform_init_state() 306 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 0; in vchiq_platform_init_state() 314 if(!((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited) in vchiq_platform_get_arm_state()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 519 static int inited = 0; in InitializeInterceptors() local 520 CHECK_EQ(inited, 0); in InitializeInterceptors() 545 inited = 1; in InitializeInterceptors()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | commonring.c | 37 if (!commonring->inited) { in brcmf_commonring_config() 39 commonring->inited = true; in brcmf_commonring_config()
|
| H A D | commonring.h | 28 bool inited; member
|
| /freebsd/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwcommon.c | 281 static int inited = 0; variable 358 static int inited = 0; in KFW_initialize() local 360 if ( !inited ) { in KFW_initialize() 372 if ( !inited ) { in KFW_initialize() 373 inited = 1; in KFW_initialize()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | wow.c | 563 pno_req->inited = true; in rtw_wow_check_pno() 795 if (rtw_wow->pno_req.inited) in rtw_wow_vif_iter() 842 if (pno_req->inited) { in rtw_wow_clear_wakeups()
|
| /freebsd/crypto/openssl/test/ |
| H A D | fake_rsaprov.c | 258 static const unsigned char inited[] = { 1 }; in fake_rsa_gen() local 262 || !TEST_mem_eq(gctx, sizeof(*gctx), inited, sizeof(inited))) in fake_rsa_gen()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonport.c | 789 static int inited = 0; in newnfs_portinit() local 791 if (inited) in newnfs_portinit() 793 inited = 1; in newnfs_portinit()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 1065 static int inited = 0; in nfscl_init() local 1067 if (inited) in nfscl_init() 1069 inited = 1; in nfscl_init()
|