| /freebsd-12-stable/contrib/wpa/src/eapol_auth/ |
| D | eapol_auth_sm.c | 916 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 918 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 921 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 923 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 926 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 1000 sm->initializing = true; in eapol_auth_initialize() 1007 sm->initializing = false; in eapol_auth_initialize()
|
| D | eapol_auth_sm_i.h | 164 bool initializing; /* in process of initializing state machines */ member
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntpsim.c | 121 initializing = TRUE; in ntpsim() 140 initializing = FALSE; in ntpsim()
|
| D | ntp_timer.c | 63 int initializing; variable 481 if (!initializing) { in alarming()
|
| D | ntpd.c | 863 initializing = TRUE; /* mark that we are initializing */ 1186 initializing = FALSE;
|
| D | ntp_config.c | 4424 ctx->was_initializing = initializing; in config_peers() 4505 ctx->was_initializing = initializing; in config_peers() 4586 INSIST(!initializing); in peer_name_resolved() 4587 initializing = TRUE; in peer_name_resolved() 4605 initializing = FALSE; in peer_name_resolved()
|
| /freebsd-12-stable/contrib/ntp/ntpdate/ |
| D | ntpdate.c | 132 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-stable/crypto/openssl/doc/man3/ |
| D | EVP_PKEY_ASN1_METHOD.pod | 383 when initializing the application. 392 when initializing the application. 398 when initializing the application.
|
| D | EVP_DigestInit.pod | 355 instead of initializing and cleaning it up on each call and allow non default
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev_queue.c | 258 ZFS_VDEV_QUEUE_KNOB_MIN(initializing); 259 ZFS_VDEV_QUEUE_KNOB_MAX(initializing);
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticSemaKinds.td | 2218 "%select{copying variable|copying parameter|initializing template parameter|" 2219 "returning object|initializing statement expression result|" 2221 "allocating object|copying temporary|initializing base subobject|" 2222 "initializing vector element|capturing value}0">; 5804 "initializing %0 from an empty initializer list is incompatible with C++98">, 6675 "initializing wide char array with non-wide string literal">; 6677 "initializing char array with wide string literal">; 6679 "initializing wide char array with incompatible wide string literal">; 6681 "initializing 'char8_t' array with plain string literal">; 7820 "|%diff{initializing $ with an expression of incompatible type $|" [all …]
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntpd.h | 563 extern int initializing; /* initializing flag */
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_affinity.h | 895 enum init_status { initialized = 0, not_initialized = 1, initializing = 2 }; enumerator 927 &uninitialized, not_initialized, initializing); in init()
|
| /freebsd-12-stable/sys/dev/bhnd/ |
| D | bhnd_erom_if.m | 95 * @retval non-zero if an error occurs initializing the EROM parser,
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_health.c | 207 supported = (ioread32be(&dev->iseg->initializing) >> in reset_fw_if_needed()
|
| D | mlx5_main.c | 690 return ioread32be(&dev->iseg->initializing) >> 31; in fw_initializing() 718 ioread32be(&dev->iseg->initializing)); in wait_fw_init()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | CXXRecordDeclDefinitionBits.def | 229 /// parameter, for initializing virtual bases and for other subobjects.
|
| /freebsd-12-stable/sys/dev/mlx5/ |
| D | device.h | 466 __be32 initializing; member
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-1994 | 1492 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 4541 error_mark_node, don't worry about initializing non-const reference 4568 * decl.c (grok_reference_init): Make a temporary for initializing [all …]
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | obstacks.texi | 352 @code{obstack_blank}, which adds space without initializing it. 495 growing object in obstack @var{obstack-ptr} without initializing them.
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | obstacks.texi | 352 @code{obstack_blank}, which adds space without initializing it. 495 growing object in obstack @var{obstack-ptr} without initializing them.
|
| /freebsd-12-stable/contrib/serf/ |
| D | CHANGES | 45 Fix a race condition when initializing OpenSSL from multiple threads (r2263)
|
| /freebsd-12-stable/sys/dev/cxgbe/firmware/ |
| D | t5fw_cfg_fpga.txt | 93 # parameters, then the Master PF Driver is responsible for initializing
|
| D | t6fw_cfg_fpga.txt | 72 # parameters, then the Master PF Driver is responsible for initializing
|
| D | t5fw_cfg_uwire.txt | 72 # parameters, then the Master PF Driver is responsible for initializing
|