Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A Dinit_ets.c32 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 Dsslutils.c62 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 Depoch_test.c50 static int inited; variable
157 inited = 1; in test_modinit()
166 if (inited == 0) in epochtest_execute()
/freebsd/usr.sbin/bhyve/
H A Daudio.c56 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 Dthr_exit.c72 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 Dthr_list.c67 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 Dtsan_go.cpp122 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 Dkdb_db2.c122 #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 Dtysan_interceptors.cpp210 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 Dapplication.cpp119 impl::app::inited(void) in inited() function in impl::app
153 PRE(inited()); in process_options()
H A Dapplication.hpp76 bool inited(void);
/freebsd/lib/librt/
H A Dsigev_thread.c111 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 Dsubr_epoch.c137 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 Dsubr_csan.c65 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 Ddd_interceptors.cpp22 static bool inited; variable
32 if (!inited) { in InitThread()
33 inited = true; in InitThread()
/freebsd/lib/libc/net/
H A Dhesiod.c465 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 Dvchiq_2835_arm.c87 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 Dhwasan_interceptors.cpp519 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 Dcommonring.c37 if (!commonring->inited) { in brcmf_commonring_config()
39 commonring->inited = true; in brcmf_commonring_config()
H A Dcommonring.h28 bool inited; member
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c281 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 Dwow.c563 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 Dfake_rsaprov.c258 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 Dnfs_commonport.c789 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 Dnfs_clport.c1065 static int inited = 0; in nfscl_init() local
1067 if (inited) in nfscl_init()
1069 inited = 1; in nfscl_init()

12