Home
last modified time | relevance | path

Searched refs:initializing (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd-12.1/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c933 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
935 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
937 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
939 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
941 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
1015 sm->initializing = TRUE; in eapol_auth_initialize()
1022 sm->initializing = FALSE; in eapol_auth_initialize()
H A Deapol_auth_sm_i.h164 Boolean initializing; /* in process of initializing state machines */ member
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_timer.c63 int initializing; variable
464 if (!initializing) { in alarming()
H A Dntpsim.c121 initializing = TRUE; in ntpsim()
140 initializing = FALSE; in ntpsim()
H A Dntpd.c864 initializing = TRUE; /* mark that we are initializing */
1183 initializing = FALSE;
/freebsd-12.1/contrib/ntp/ntpdate/
H A Dntpdate.c132 int initializing = 1; variable
246 initializing = 1; in clear_globals()
550 initializing = 0; in ntpdatemain()
1970 if (initializing || free_recvbuffs() == 0) { in input_handler()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod383 when initializing the application.
392 when initializing the application.
398 when initializing the application.
H A DEVP_DigestInit.pod294 instead of initializing and cleaning it up on each call and allow non default
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c258 ZFS_VDEV_QUEUE_KNOB_MIN(initializing);
259 ZFS_VDEV_QUEUE_KNOB_MAX(initializing);
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_affinity.h649 enum init_status { initialized = 0, not_initialized = 1, initializing = 2 }; enumerator
689 &uninitialized, not_initialized, initializing); in init()
/freebsd-12.1/contrib/ntp/include/
H A Dntpd.h562 extern int initializing; /* initializing flag */
/freebsd-12.1/sys/dev/bhnd/
H A Dbhnd_erom_if.m95 * @retval non-zero if an error occurs initializing the EROM parser,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td1940 "initializing vector element|capturing value}0">;
5766 "initializing char array with wide string literal">;
6791 "initializing with expression of different type}0,1"
6809 "initializing with expression of different type}0,1"
6826 "initializing with expression of different type}0,1"
6839 "initializing with expression of different type}0,1"
6854 "initializing with expression of different type}0,1"
6872 "initializing with expression of different type}0,1"
6889 "initializing with expression of different type}0,1"
6903 "initializing with expression of different type}0,1"
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c676 return ioread32be(&dev->iseg->initializing) >> 31; in fw_initializing()
704 ioread32be(&dev->iseg->initializing)); in wait_fw_init()
H A Dmlx5_health.c207 supported = (ioread32be(&dev->iseg->initializing) >> in reset_fw_if_needed()
/freebsd-12.1/sys/dev/mlx5/
H A Ddevice.h466 __be32 initializing; member
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19941492 prevent a TARGET_EXPR from initializing an object directly.
1963 * typeck2.c (digest_init): Handle initializing a pmf with an
2010 initializing them.
2107 (grokdeclarator): pedwarn about initializing non-const or
2451 we don't know what we're initializing.
2456 Only create temporaries when initializing a reference, not when
3270 * decl.c (grokdeclarator): Only complain about initializing const
3921 * decl2.c (grokfield): Don't pedwarn twice about initializing
4568 * decl.c (grok_reference_init): Make a temporary for initializing
4710 for initializing unions.
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dobstacks.texi352 @code{obstack_blank}, which adds space without initializing it.
495 growing object in obstack @var{obstack-ptr} without initializing them.
/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstacks.texi352 @code{obstack_blank}, which adds space without initializing it.
495 growing object in obstack @var{obstack-ptr} without initializing them.
/freebsd-12.1/contrib/serf/
H A DCHANGES45 Fix a race condition when initializing OpenSSL from multiple threads (r2263)
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt93 # parameters, then the Master PF Driver is responsible for initializing
H A Dt6fw_cfg_fpga.txt72 # parameters, then the Master PF Driver is responsible for initializing
H A Dt6fw_cfg_uwire.txt72 # parameters, then the Master PF Driver is responsible for initializing
H A Dt5fw_cfg_uwire.txt72 # parameters, then the Master PF Driver is responsible for initializing
/freebsd-12.1/lib/libomp/
H A Dkmp_i18n_default.inc216 "Error initializing affinity - not using affinity.",

1234