Home
last modified time | relevance | path

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

12

/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.c66 static int inited = 0; variable
88 if (inited) { in _thr_list_init()
92 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/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/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c72 int inited; member
239 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 1; in vchiq_platform_init_state()
243 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 0; in vchiq_platform_init_state()
251 if(!((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited) in vchiq_platform_get_arm_state()
/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/crypto/openssl/test/
H A Dfake_rsaprov.c245 static const unsigned char inited[] = { 1 }; in fake_rsa_gen() local
249 || !TEST_mem_eq(gctx, sizeof(*gctx), inited, sizeof(inited))) in fake_rsa_gen()
/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/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/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()
H A Dmain.h1051 bool inited;
1042 bool inited; global() member
H A Dfw.c1069 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_lps_pg_dpk_get()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c794 static int inited = 0; in newnfs_portinit() local
796 if (inited) in newnfs_portinit()
798 inited = 1; in newnfs_portinit()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c1103 static int inited = 0; in nfscl_init() local
1105 if (inited) in nfscl_init()
1107 inited = 1; in nfscl_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1762 static int inited = 0; in InitializeInterceptors() local
1763 CHECK_EQ(inited, 0); in InitializeInterceptors()
1923 inited = 1; in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp669 static bool inited; in GetEnv()
670 if (!inited) { in GetEnv()
671 inited = true; in GetEnv()
/freebsd/contrib/file/magic/Magdir/
H A Dmacintosh156 >73 byte &0x01 \b, inited
/freebsd/crypto/heimdal/
H A DChangeLog.20031431 argument should be inited when used

12