Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/pam-krb5/tests/data/scripts/cache/
H A Dsearch-k5login-debug31 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/
/freebsd/contrib/pam-krb5/tests/data/scripts/expired/
H A Dbasic-heimdal-old-debug40 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/
H A Dbasic-mit-debug38 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/
H A Dbasic-heimdal-debug41 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/
H A Ddefer-mit-debug54 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c121 initializing = TRUE; in ntpsim()
140 initializing = FALSE; in ntpsim()
H A Dntp_timer.c62 int initializing;
489 const char *msg = "alarming: initializing TRUE\n"; in alarming()
492 if (!initializing) { in alarming()
63 int initializing; global() variable
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 free_config_nic_rules()
4452 ctx->was_initializing = initializing; in config_peers()
4533 ctx->was_initializing = initializing;
4614 INSIST(!initializing);
4615 initializing = TRUE;
4633 initializing = FALSE; in free_config_peers()
/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/pci/
H A Dfsl,imx6q-pcie.txt38 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/crypto/krb5/src/po/
H A Dmit-krb5.pot84 msgid "while initializing krb5"
330 msgid "while initializing Kerberos 5 library"
758 msgid "initializing kerberos library"
1191 msgid "while initializing target cache"
1313 msgid "while initializing krb5 library"
1347 msgid "while initializing output ccache"
1468 msgid "while initializing %s interface"
2473 msgid "while initializing the Kerberos admin interface"
2539 msgid "while initializing random key generator"
2552 msgid "while initializing update log"
[all …]
H A Dde.po58 msgid "while initializing krb5"
269 msgid "while initializing Kerberos 5 library"
419 msgid "when initializing cache %s"
700 msgid "initializing kerberos library"
1170 msgid "while initializing target cache"
1249 msgid "while initializing krb5 library"
1402 msgid "while initializing %s interface"
2465 msgid "while initializing the Kerberos admin interface"
2565 msgid "while initializing random key generator"
2578 msgid "while initializing update log"
[all …]
H A Dka.po87 msgid "while initializing krb5"
342 msgid "while initializing Kerberos 5 library"
775 msgid "initializing kerberos library"
1229 msgid "while initializing target cache"
1356 msgid "while initializing krb5 library"
1390 msgid "while initializing output ccache"
1520 msgid "while initializing %s interface"
2540 msgid "while initializing the Kerberos admin interface"
2608 msgid "while initializing random key generator"
2621 msgid "while initializing update log"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td116 "initializing an array from a '%0' predefined identifier is a Microsoft extension">,
2401 "%select{copying variable|copying parameter|initializing template parameter|"
2402 "returning object|initializing statement expression result|"
2404 "allocating object|copying temporary|initializing base subobject|"
2405 "initializing vector element|capturing value}0">;
6289 "initializing %0 from an empty initializer list is incompatible with C++98">,
7244 "initializing wide char array with non-wide string literal">;
7246 "initializing char array with wide string literal">;
7248 "initializing wide char array with incompatible wide string literal">;
7250 "initializing 'char8_t' array with plain string literal">;
[all …]
/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.h1273 enum init_status { initialized = 0, not_initialized = 1, initializing = 2 }; enumerator
1305 &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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def232 /// parameter, for initializing virtual bases and for other subobjects.
/freebsd/contrib/libxo/doc/
H A Dencoders.rst234 - initializing the encoder

123