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

/freebsd-10.0-release/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-10.0-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h165 * aborted_cached - Notify that cached PMK attempt was aborted
278 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
355 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
H A Deapol_supp_sm.c1481 * @attempt: Whether PMKSA caching is tried
1485 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1489 if (attempt) {
/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c242 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
247 if (authctxt->attempt++ == 0) {
398 (authctxt->attempt > 1 || strcmp(method, "none") != 0))
H A Dauth.h54 int attempt; member in struct:Authctxt
H A Dsshconnect2.c898 static int attempt = 0; local
904 if (attempt++ >= options.number_of_password_prompts)
907 if (attempt != 1)
1552 static int attempt = 0; local
1554 if (attempt++ >= options.number_of_password_prompts)
1557 if (attempt > 1 && !authctxt->info_req_seen) {
1811 static int attempt = 0; /* XXX share with userauth_password's? */ local
1813 if (attempt++ >= options.number_of_password_prompts)
1815 if (attempt != 1)
H A Dsshconnect.c379 int sock = -1, attempt; local
399 for (attempt = 0; attempt < connection_attempts; attempt++) {
400 if (attempt > 0) {
H A Dmonitor.c217 #define MON_ALOG 0x0020 /* Log auth attempt without authenticating */
759 if (authctxt->attempt++ != 0)
1219 /* Log failed attempt */
/freebsd-10.0-release/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
528 int attempt, error; local
532 for (attempt = 0; attempt < 5; attempt++) {
537 switch (attempt) {
758 /* Reset status for future attempt. */
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def127 will attempt to read commands from the
147 one attempt to retransmit requests, and will time requests out if
161 will attempt to read
/freebsd-10.0-release/sys/cam/
H A DREADME.quirks9 FreeBSD drivers make every attempt possible to support the standards
11 they also attempt to work around hardware which doesn't strictly
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S39 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES230 i have rescinded the attempt to use strcoll in expanding shorthands in
258 added some parens to isblank, in another attempt to make things
374 yet another attempt at making 8-bit input work, with another
606 an attempt to rationalize the (unsigned) char issue. almost all
960 complains about attempt to delete non-array element.
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h806 u_int16_t attempt; /* (2 * attempt - 1) * 0.625 msec */ member in struct:__anon10203
807 u_int16_t timeout; /* (2 * attempt - 1) * 0.625 msec */
/freebsd-10.0-release/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-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S35 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY254 3423803 attempt to double free rule
336 don't add TCP state if it is an RST packet and (attempt) to send out
630 attempt to prevent people running buildsolaris script without doing a
937 ECONNRESET (attempt to make ECONNRESET work for locally outbound
1213 Fix Makefile problem due to attempt to fix Sun compiling problems.
1218 when not present rather than attempt to do something.
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex2756 % attempt to check whether the conditionals are properly nested. But we
2758 % attempt to close an environment group.
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/sqlite3/
H A Dsqlite3.c1590 ** also be no-ops, and any attempt to read the journal would return
1667 ** from one release to the next. Applications must not attempt to access
1767 ** The SQLite core will never attempt to acquire or release a
2010 ** environment as long as no two threads attempt to use the same
2303 ** Any attempt to change the lookaside memory configuration when lookaside
2551 ** an attempt is made to open a database table that another thread
2564 ** ^If the callback returns non-zero, then another attempt
3051 ** the access attempt or NULL if this access attempt is directly from
4317 ** These routines attempt t
[all...]
/freebsd-10.0-release/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 517 milliseconds