| /freebsd-11-stable/contrib/libpcap/rpcapd/ |
| HD | log.c | 98 static int initialized = 0; in rpcapd_vlog_systemlog() 106 if (!initialized) { in rpcapd_vlog_systemlog() 122 initialized = 1; in rpcapd_vlog_systemlog() 127 initialized = 1; in rpcapd_vlog_systemlog() 176 static int initialized = 0; in rpcapd_vlog_systemlog() local 179 if (!initialized) { in rpcapd_vlog_systemlog() 184 initialized = 1; in rpcapd_vlog_systemlog()
|
| /freebsd-11-stable/crypto/openssl/crypto/rand/ |
| HD | md_rand.c | 145 static int initialized = 0; variable 190 initialized = 0; in ssleay_rand_cleanup() 400 if (!initialized) { in ssleay_rand_bytes() 402 initialized = (entropy >= ENTROPY_NEEDED); in ssleay_rand_bytes() 408 if (!initialized) { in ssleay_rand_bytes() 447 if (initialized) in ssleay_rand_bytes() 540 if (initialized) in ssleay_rand_bytes() 564 initialized = 0; in ssleay_rand_bytes_from_system() 611 if (!initialized) { in ssleay_rand_status() 613 initialized = (entropy >= ENTROPY_NEEDED); in ssleay_rand_status() [all …]
|
| /freebsd-11-stable/contrib/apr/misc/unix/ |
| HD | start.c | 39 static int initialized = 0; variable 46 if (initialized++) { in apr_initialize() 78 initialized--; in apr_terminate() 79 if (initialized) { in apr_terminate()
|
| /freebsd-11-stable/tools/regression/priv/ |
| HD | priv_proc_setlogin.c | 46 static int initialized; variable 53 if (initialized) in priv_proc_setlogin_setup() 60 initialized = 1; in priv_proc_setlogin_setup() 86 if (initialized) in priv_proc_setlogin_cleanup()
|
| HD | priv_io.c | 54 static int initialized; variable 76 initialized = 1; in priv_io_setup() 106 if (!initialized) in priv_io_cleanup() 111 initialized = 0; in priv_io_cleanup()
|
| HD | priv_proc_setrlimit.c | 52 static int initialized; variable 77 initialized = 1; in priv_proc_setrlimit_setup() 167 if (initialized) in priv_proc_setrlimit_cleanup() 169 initialized = 0; in priv_proc_setrlimit_cleanup()
|
| HD | priv_adjtime.c | 47 static int initialized; variable 54 if (initialized) in priv_adjtime_setup() 60 initialized = 1; in priv_adjtime_setup()
|
| /freebsd-11-stable/lib/libthr/thread/ |
| HD | thr_spinlock.c | 54 static int initialized; variable 79 if (!initialized) in __thr_spinlock() 110 if (initialized != 0) { in _thr_spinlock_init() 122 initialized = 1; in _thr_spinlock_init()
|
| /freebsd-11-stable/sys/crypto/siphash/ |
| HD | siphash.c | 70 ctx->initialized = 1; in SipHash_InitX() 79 ctx->initialized == 1, in SipHash_SetKey() 90 ctx->initialized = 2; in SipHash_SetKey() 127 KASSERT(ctx->initialized == 2, in SipHash_Update() 174 KASSERT(ctx->initialized == 2, in SipHash_Final() 186 KASSERT(ctx->initialized == 2, in SipHash_End()
|
| /freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | tsd.h | 86 bool initialized; \ 92 bool initialized; \ 306 wrapper->initialized) { \ 307 wrapper->initialized = false; \ 309 if (wrapper->initialized) { \ 343 wrapper->initialized = false; \ 414 wrapper->initialized = true; \ 426 wrapper->initialized) { \ 427 wrapper->initialized = false; \ 429 if (wrapper->initialized) { \ [all …]
|
| /freebsd-11-stable/lib/libc/locale/ |
| HD | cXXrtomb_iconv.h | 43 bool initialized; member 71 if (s == NULL || !cs->initialized) { in cXXrtomb_l() 74 cs->initialized = false; in cXXrtomb_l() 81 cs->initialized = true; in cXXrtomb_l()
|
| HD | mbrtocXX_iconv.h | 45 bool initialized; member 74 if (s == NULL || !cs->initialized) { in mbrtocXX_l() 77 cs->initialized = false; in mbrtocXX_l() 84 cs->initialized = true; in mbrtocXX_l()
|
| /freebsd-11-stable/bin/csh/ |
| HD | iconv_stub.c | 48 static int initialized; variable 55 if (initialized) { in dl_iconv_open() 59 initialized = 1; in dl_iconv_open()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_coverage_libcdep_new.cpp | 110 CHECK(!initialized); in Initialize() 112 initialized = true; in Initialize() 119 if (!initialized) Initialize(); in InitTracePcGuard() 143 if (!initialized || !common_flags()->coverage) return; in Dump() 148 bool initialized; member in __sancov::__anon93ace9290111::TracePcGuardController
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| HD | kernel.c | 122 mp->initialized = B_TRUE; in zmutex_init() 129 ASSERT(mp->initialized == B_TRUE); in zmutex_destroy() 133 mp->initialized = B_FALSE; in zmutex_destroy() 139 ASSERT(mp->initialized == B_TRUE); in zmutex_owned() 147 ASSERT(mp->initialized == B_TRUE); in mutex_enter() 158 ASSERT(mp->initialized == B_TRUE); in mutex_tryenter() 172 ASSERT(mp->initialized == B_TRUE); in mutex_exit() 181 ASSERT(mp->initialized == B_TRUE); in mutex_owner() 196 rwlp->initialized = B_TRUE; in rw_init() 206 rwlp->initialized = B_FALSE; in rw_destroy() [all …]
|
| /freebsd-11-stable/contrib/dma/ |
| HD | util.c | 59 static int initialized = 0; in hostname() local 62 if (initialized) in hostname() 91 initialized = 1; in hostname() 95 initialized = 1; in hostname() 115 initialized = 1; in hostname()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/win32/ |
| HD | entropy.c | 139 if (ent->initialized < THRESHOLD_BITS) in fillpool() 140 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized); in fillpool() 220 if (ent->initialized < THRESHOLD_BITS) in fillpool() 221 ent->initialized += added; in fillpool()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | hash.c | 94 isc_boolean_t initialized; member 188 hctx->initialized = ISC_FALSE; in isc_hash_ctxcreate() 245 if (hctx->initialized == ISC_TRUE) in isc_hash_ctxinit() 278 hctx->initialized = ISC_TRUE; in isc_hash_ctxinit() 370 if (hctx->initialized == ISC_FALSE) in hash_calc()
|
| /freebsd-11-stable/sys/dev/syscons/apm/ |
| HD | apm_saver.c | 61 if (!apm_softc.initialized || !apm_softc.active) in apm_saver() 77 if (!apm_softc.initialized || !apm_softc.active) in apm_init()
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | blowfish.pod | 56 for the same message. B<ivec> may be initialized with anything, but the 57 recipient needs to know what it was initialized with, or it won't be able 59 B<ivec> is simply initialized to zero. 65 offset in B<ivec> is stored between calls. This integer must be initialized 66 to zero when B<ivec> is initialized. 82 It uses the same parameters as BF_cfb64_encrypt(), which must be initialized
|
| /freebsd-11-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_data.c | 285 static bool initialized = FALSE; in init_global_mutexes() local 287 if (!initialized) { in init_global_mutexes() 288 initialized = TRUE; in init_global_mutexes()
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_lock.cpp | 655 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_acquire_ticket_lock_with_checks() 696 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_test_ticket_lock_with_checks() 735 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_release_ticket_lock_with_checks() 769 std::atomic_store_explicit(&lck->lk.initialized, true, in __kmp_init_ticket_lock() 774 std::atomic_store_explicit(&lck->lk.initialized, false, in __kmp_destroy_ticket_lock() 790 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_destroy_ticket_lock_with_checks() 830 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_acquire_nested_ticket_lock_with_checks() 868 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_test_nested_ticket_lock_with_checks() 898 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_release_nested_ticket_lock_with_checks() 934 if (!std::atomic_load_explicit(&lck->lk.initialized, in __kmp_destroy_nested_ticket_lock_with_checks() [all …]
|
| /freebsd-11-stable/sys/powerpc/powerpc/ |
| HD | clock.c | 82 static int initialized = 0; variable 117 if (!initialized) in decr_intr() 182 initialized = 1; in decr_init()
|
| /freebsd-11-stable/sys/dev/drm2/radeon/ |
| HD | radeon_fence.c | 838 rdev->fence_drv[ring].initialized = true; in radeon_fence_driver_start_ring() 865 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_init_ring() 910 if (!rdev->fence_drv[ring].initialized) in radeon_fence_driver_fini() 919 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_fini() 938 if (!rdev->fence_drv[ring].initialized) in radeon_fence_driver_force_completion() 957 if (!rdev->fence_drv[i].initialized) in radeon_debugfs_fence_info() 967 if (i != j && rdev->fence_drv[j].initialized) in radeon_debugfs_fence_info()
|
| /freebsd-11-stable/stand/ficl/softwords/ |
| HD | ficllocal.fr | 4 \ variables before the "--" are initialized in reverse order 5 \ from the stack. Those after the "--" are zero initialized
|