Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c928 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
930 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
933 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()
938 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
1012 sm->initializing = true; in eapol_auth_initialize()
1019 sm->initializing = false; in eapol_auth_initialize()
H A Deapol_auth_sm_i.h164 bool initializing; /* in process of initializing state machines */ member
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_timer.c62 int initializing; variable
492 if (!initializing) { in alarming()
H A Dntpsim.c121 initializing = TRUE; in ntpsim()
140 initializing = FALSE; in ntpsim()
H A Dntpd.c853 initializing = TRUE; /* mark that we are initializing */
1179 initializing = FALSE;
H A Dntp_config.c3434 if (!initializing && !scan_addrs_once) { in config_nic_rules()
4452 ctx->was_initializing = initializing; in config_peers()
4533 ctx->was_initializing = initializing; in config_peers()
4614 INSIST(!initializing); in peer_name_resolved()
4615 initializing = TRUE; in peer_name_resolved()
4633 initializing = FALSE; in peer_name_resolved()
H A Dntp_peer.c684 && !initializing) { in set_peerdstadr()
/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dmtk,scp.yaml56 initializing SCP.
/freebsd-14.2/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-14.2/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod393 when initializing the application.
402 when initializing the application.
408 when initializing the application.
/freebsd-14.2/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,imx6q-pcie.txt38 The regulator will be enabled when initializing the PCIe host and
H A Dfsl,imx6q-pcie-common.yaml103 The regulator will be enabled when initializing the PCIe host and
/freebsd-14.2/contrib/ntp/include/
H A Dntpd.h607 extern int initializing; /* initializing flag */
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2362 "initializing vector element|capturing value}0">;
7104 "initializing char array with wide string literal">;
8358 "initializing with expression of different type}0,1"
8378 "initializing with expression of different type}0,1"
8397 "initializing with expression of different type}0,1"
8410 "initializing with expression of different type}0,1"
8423 "initializing with expression of different type}0,1"
8441 "initializing with expression of different type}0,1"
8459 "initializing with expression of different type}0,1"
9105 "to the initializing declaration here">;
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml160 initializing IPA hardware. Optional, and only used when
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc88 "Number of seconds to sleep before AddressSanitizer starts initializing. "
/freebsd-14.2/sys/dev/bhnd/
H A Dbhnd_erom_if.m94 * @retval non-zero if an error occurs initializing the EROM parser,
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1222 enum init_status { initialized = 0, not_initialized = 1, initializing = 2 }; enumerator
1254 &uninitialized, not_initialized, initializing); in init()
/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c208 supported = (ioread32be(&dev->iseg->initializing) >> in reset_fw_if_needed()
H A Dmlx5_main.c754 return ioread32be(&dev->iseg->initializing) >> 31; in fw_initializing()
782 ioread32be(&dev->iseg->initializing)); in wait_fw_init()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def232 /// parameter, for initializing virtual bases and for other subobjects.
/freebsd-14.2/contrib/libxo/doc/
H A Dencoders.rst234 - initializing the encoder
/freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml317 power sequence must be maintained while initializing the card.
/freebsd-14.2/sys/dev/mlx5/
H A Ddevice.h494 __be32 initializing; member
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod202 it as activated, and initializing it if it isn't already initialized.

123