/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 | 66 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 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/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/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_2835_arm.c | 72 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 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/crypto/openssl/test/ |
H A D | fake_rsaprov.c | 245 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 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/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/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()
|
H A D | main.h | 1051 bool inited; 1042 bool inited; global() member
|
H A D | fw.c | 1069 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_lps_pg_dpk_get()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonport.c | 794 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 D | nfs_clport.c | 1103 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 D | msan_interceptors.cpp | 1762 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 D | sanitizer_linux.cpp | 669 static bool inited; in GetEnv() 670 if (!inited) { in GetEnv() 671 inited = true; in GetEnv()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | macintosh | 156 >73 byte &0x01 \b, inited
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2003 | 1431 argument should be inited when used
|