/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd_generic.h | 17 bool initialized; member 35 if (wrapper->initialized) { in tsd_cleanup_wrapper() 36 wrapper->initialized = false; in tsd_cleanup_wrapper() 38 if (wrapper->initialized) { in tsd_cleanup_wrapper() 79 wrapper->initialized = false; in tsd_wrapper_get() 110 tsd_boot_wrapper.initialized = false; in tsd_boot1() 112 wrapper->initialized = false; in tsd_boot1() 162 wrapper->initialized = true; in tsd_set()
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | log.c | 96 static int initialized = 0; in rpcapd_vlog_systemlog() 104 if (!initialized) { in rpcapd_vlog_systemlog() 120 initialized = 1; in rpcapd_vlog_systemlog() 125 initialized = 1; in rpcapd_vlog_systemlog() 174 static int initialized = 0; in rpcapd_vlog_systemlog() local 177 if (!initialized) { in rpcapd_vlog_systemlog() 182 initialized = 1; in rpcapd_vlog_systemlog()
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
H A D | randombytes_salsa20_random.c | 82 int initialized; member 92 int initialized; member 100 SODIUM_C99(.initialized =) 0, 105 SODIUM_C99(.initialized =) 0, 334 if (global.initialized == 0) { in randombytes_salsa20_random_stir() 336 global.initialized = 1; in randombytes_salsa20_random_stir() 370 stream.initialized = 1; in randombytes_salsa20_random_stir() 381 if (stream.initialized == 0) { in randombytes_salsa20_random_stir_if_needed() 387 if (stream.initialized == 0) { in randombytes_salsa20_random_stir_if_needed() 403 if (global.initialized != 0) { in randombytes_salsa20_random_close() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
H A D | randombytes_sysrandom.c | 95 int initialized; member 101 SODIUM_C99(.initialized =) 0, 283 if (stream.initialized == 0) { in randombytes_sysrandom_stir() 285 stream.initialized = 1; in randombytes_sysrandom_stir() 292 if (stream.initialized == 0) { in randombytes_sysrandom_stir_if_needed() 306 stream.initialized = 0; in randombytes_sysrandom_close() 315 if (stream.initialized != 0) { in randombytes_sysrandom_close() 316 stream.initialized = 0; in randombytes_sysrandom_close()
|
/freebsd/tools/regression/priv/ |
H A D | priv_proc_setlogin.c | 44 static int initialized; variable 51 if (initialized) in priv_proc_setlogin_setup() 58 initialized = 1; in priv_proc_setlogin_setup() 84 if (initialized) in priv_proc_setlogin_cleanup()
|
H A D | priv_io.c | 52 static int initialized; variable 74 initialized = 1; in priv_io_setup() 104 if (!initialized) in priv_io_cleanup() 109 initialized = 0; in priv_io_cleanup()
|
H A D | priv_proc_setrlimit.c | 50 static int initialized; variable 75 initialized = 1; in priv_proc_setrlimit_setup() 165 if (initialized) in priv_proc_setrlimit_cleanup() 167 initialized = 0; in priv_proc_setrlimit_cleanup()
|
H A D | priv_adjtime.c | 45 static int initialized; variable 52 if (initialized) in priv_adjtime_setup() 58 initialized = 1; in priv_adjtime_setup()
|
/freebsd/contrib/dma/ |
H A D | util.c | 61 static int initialized = 0; in hostname() local 64 if (initialized) in hostname() 93 initialized = 1; in hostname() 97 initialized = 1; in hostname() 104 initialized = 1; in hostname() 115 static int initialized = 0; in systemhostname() local 118 if (initialized) in systemhostname() 136 initialized = 1; in systemhostname()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_spinlock.c | 53 static int initialized; variable 78 if (!initialized) in __thr_spinlock() 109 if (initialized != 0) { in _thr_spinlock_init() 121 initialized = 1; in _thr_spinlock_init()
|
/freebsd/lib/libc/locale/ |
H A D | cXXrtomb_iconv.h | 42 bool initialized; member 70 if (s == NULL || !cs->initialized) { in cXXrtomb_l() 73 cs->initialized = false; in cXXrtomb_l() 78 cs->initialized = true; in cXXrtomb_l()
|
H A D | mbrtocXX_iconv.h | 44 bool initialized; member 73 if (s == NULL || !cs->initialized) { in mbrtocXX_l() 76 cs->initialized = false; in mbrtocXX_l() 81 cs->initialized = true; in mbrtocXX_l()
|
/freebsd/sys/crypto/siphash/ |
H A D | siphash.c | 67 ctx->initialized = 1; in SipHash_InitX() 76 ctx->initialized == 1, in SipHash_SetKey() 77 ("%s: context %p not properly initialized", __func__, ctx)); in SipHash_SetKey() 87 ctx->initialized = 2; in SipHash_SetKey() 129 KASSERT(ctx->initialized == 2, in SipHash_Update() 130 ("%s: context %p not properly initialized", __func__, ctx)); in SipHash_Update() 176 KASSERT(ctx->initialized == 2, in SipHash_Final() 177 ("%s: context %p not properly initialized", __func__, ctx)); 188 KASSERT(ctx->initialized == 2, in SipHash_End() 189 ("%s: context %p not properly initialized", __func_ in SipHash_End() [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.cpp | 146 int initialized; member 205 if (initialized != 0) in Initialize() 206 return initialized > 0; in Initialize() 207 initialized = -1; in Initialize() 211 initialized = mutex_type_count ? 1 : -1; in Initialize() 212 return initialized > 0; in Initialize()
|
H A D | sanitizer_coverage_libcdep_new.cpp | 112 CHECK(!initialized); in Initialize() 114 initialized = true; in Initialize() 121 if (!initialized) Initialize(); in InitTracePcGuard() 145 if (!initialized || !common_flags()->coverage) return; in Dump() 150 bool initialized; member in __sancov::__anonc88033120111::TracePcGuardController
|
/freebsd/bin/csh/ |
H A D | iconv_stub.c | 46 static int initialized; variable 53 if (initialized) { in dl_iconv_open() 57 initialized = 1; in dl_iconv_open()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | clock.c | 82 static int initialized = 0; variable 126 if (!initialized) in decr_intr() 194 initialized = 1; in decr_init() 239 return (initialized == 1); in decr_vdso_timehands() 249 return (initialized == 1); in decr_vdso_timehands32()
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | core.c | 39 static volatile int initialized; variable 48 if (initialized != 0) { in sodium_init() 63 initialized = 1; in sodium_init()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-pselect.c | 81 static int initialized; in pselect_notify_setup() local 83 if (initialized && notify_pid == getpid()) in pselect_notify_setup() 107 initialized = 1; in pselect_notify_setup()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_data.c | 307 static bool initialized = FALSE; in init_global_mutexes() local 309 if (!initialized) { in init_global_mutexes() 310 initialized = TRUE; in init_global_mutexes()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BF_encrypt.pod | 66 for the same message. B<ivec> may be initialized with anything, but the 67 recipient needs to know what it was initialized with, or it won't be able 69 B<ivec> is simply initialized to zero. 75 offset in B<ivec> is stored between calls. This integer must be initialized 76 to zero when B<ivec> is initialized. 92 It uses the same parameters as BF_cfb64_encrypt(), which must be initialized
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 171 KMP_MB(); /* in case another processor initialized lock */ in __kmp_release_tas_lock_with_checks() 267 KMP_MB(); /* in case another processor initialized lock */ in __kmp_release_nested_tas_lock_with_checks() 472 KMP_MB(); /* in case another processor initialized lock */ in __kmp_release_futex_lock_with_checks() 568 KMP_MB(); /* in case another processor initialized lock */ in __kmp_release_nested_futex_lock_with_checks() 653 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_acquire_ticket_lock_with_checks() 694 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_test_ticket_lock_with_checks() 732 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_release_ticket_lock_with_checks() 766 std::atomic_store_explicit(&lck->lk.initialized, true, in __kmp_init_ticket_lock() 771 std::atomic_store_explicit(&lck->lk.initialized, false, in __kmp_destroy_ticket_lock() 787 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_destroy_ticket_lock_with_checks() [all...] |
/freebsd/stand/ficl/softwords/ |
H A D | ficllocal.fr | 4 \ variables before the "--" are initialized in reverse order 5 \ from the stack. Those after the "--" are zero initialized
|
/freebsd/tools/build/options/ |
H A D | INIT_ALL | 12 Build the base system or kernel with stack variables initialized to 16 Build the base system or kernel with stack variables initialized
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 52 static bool initialized; in memprofThreadRegistry() local 55 if (!initialized) { in memprofThreadRegistry() 62 initialized = true; in memprofThreadRegistry()
|