Searched refs:attempt (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgpg_agent.c91 #define ATTEMPT_PARAMETER "svn.simple.gpg_agent.attempt"
486 int *attempt;
490 attempt = svn_hash_gets(parameters, ATTEMPT_PARAMETER);
509 if (*attempt == 1)
599 int *attempt = apr_palloc(pool, sizeof(*attempt));
601 *attempt = 1;
602 svn_hash_sets(parameters, ATTEMPT_PARAMETER, attempt);
608 *iter_baton = attempt;
622 int *attempt
485 int *attempt; local
598 int *attempt = apr_palloc(pool, sizeof(*attempt)); local
621 int *attempt = (int *)iter_baton; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c131 ldfile_try_open_bfd (const char *attempt, argument
134 entry->the_bfd = bfd_openr (attempt, entry->target);
139 info_msg (_("attempt to open %s failed\n"), attempt);
141 info_msg (_("attempt to open %s succeeded\n"), attempt);
180 ldfile_open_command_file (attempt);
258 attempt, entry->local_sym_name);
270 attempt);
287 attempt, entr
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c434 int attempt = -1; /* filter to make sure addresses have local
437 int num4ok = 0; /* number ip4 at low attempt count */
443 if(a->addr.ss_family != AF_INET6 && attempt == -1) {
444 /* if we only have ip4 at low attempt count,
447 attempt = a->attempts;
450 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) {
457 if(attempt == -1) {
458 attempt = a->attempts;
459 } else if(a->attempts > attempt) {
491 int attempt local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth2.c234 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
239 if (authctxt->attempt++ == 0) {
392 (authctxt->attempt > 1 || strcmp(method, "none") != 0)) {
H A Dauth.h57 int attempt; member in struct:Authctxt
H A Dsshconnect.c433 int sock = -1, attempt; local
441 for (attempt = 0; attempt < connection_attempts; attempt++) {
442 if (attempt > 0) {
H A Dsshconnect2.c268 int attempt; member in struct:cauthctxt
895 static int attempt = 0; local
901 if (attempt++ >= options.number_of_password_prompts)
904 if (attempt != 1)
1526 static int attempt = 0; local
1528 if (attempt++ >= options.number_of_password_prompts)
1531 if (attempt > 1 && !authctxt->info_req_seen) {
H A Dmonitor.c192 #define MON_ALOG 0x0020 /* Log auth attempt without authenticating */
708 if (authctxt->attempt++ != 0)
1111 /* Allow another attempt */
1195 /* Log failed attempt */
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dtda19988.c569 int attempt, err; local
586 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) {
593 if (attempt == MAX_READ_ATTEMPTS) {
/freebsd-11-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c89 * available, then attempt to have all the VQs share one vector. For
93 * If MSIX is not available, we will attempt to have the whole device
531 int attempt, error; local
535 for (attempt = 0; attempt < 5; attempt++) {
540 switch (attempt) {
761 /* Reset status for future attempt. */
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.c1044 unsigned attempt; local
1057 for (attempt = 0; attempt < sfxge_restart_attempts; ++attempt) {
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm75 routine in an attempt to restore only F31 WILL NOT WORK (it would
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S35 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-11-stable/stand/lua/
H A Dcore.lua80 -- We only attempt to append an extension if an absolute path
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl239 // attempt was made to address this, because original Itanium is
491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S32 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h815 u_int16_t attempt; /* (2 * attempt - 1) * 0.625 msec */ member in struct:__anon178
816 u_int16_t timeout; /* (2 * attempt - 1) * 0.625 msec */
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2928 % attempt to check whether the conditionals are properly nested. But we
2930 % attempt to close an environment group.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2827 % attempt to check whether the conditionals are properly nested. But we
2829 % attempt to close an environment group.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4038 % attempt to check whether the conditionals are properly nested. But we
4040 % attempt to close an environment group.
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1429 ** also be no-ops, and any attempt to read the journal would return
1506 ** from one release to the next. Applications must not attempt to access
1606 ** The SQLite core will never attempt to acquire or release a
1849 ** environment as long as no two threads attempt to use the same
2086 ** Any attempt to change the lookaside memory configuration when lookaside
2334 ** an attempt is made to open a database table that another thread
2347 ** ^If the callback returns non-zero, then another attempt
2834 ** the access attempt or NULL if this access attempt is directly from
4019 ** These routines attempt t
[all...]

Completed in 469 milliseconds