Home
last modified time | relevance | path

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

123

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c916 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()
H A Deapol_auth_sm_i.h164 bool initializing; /* in process of initializing state machines */ member
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dmtk,scp.yaml54 initializing SCP.
122 initializing sub cores of multi-core SCP.
/freebsd/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/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/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/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,mdp3-rdma.yaml57 Phandle to the System Control Processor (SCP) used for initializing
/freebsd/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/contrib/ntp/include/
H A Dntpd.h607 extern int initializing; /* initializing flag */
/freebsd/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/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml166 initializing IPA hardware. Optional, and only used when
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc88 "Number of seconds to sleep before AddressSanitizer starts initializing. "
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom_if.m94 * @retval non-zero if an error occurs initializing the EROM parser,
/freebsd/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/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c208 supported = (ioread32be(&dev->iseg->initializing) >> in reset_fw_if_needed()
H A Dmlx5_main.c749 return ioread32be(&dev->iseg->initializing) >> 31; in fw_initializing()
777 ioread32be(&dev->iseg->initializing)); in wait_fw_init()
/freebsd/contrib/libxo/doc/
H A Dencoders.rst234 - initializing the encoder
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def232 /// parameter, for initializing virtual bases and for other subobjects.
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml317 power sequence must be maintained while initializing the card.
/freebsd/sys/dev/mlx5/
H A Ddevice.h494 __be32 initializing; member

123