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

/freebsd-9.3-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-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h171 * aborted_cached - Notify that cached PMK attempt was aborted
250 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt);
323 #define eapol_sm_notify_pmkid_attempt(sm, attempt) do { } while (0)
H A Deapol_supp_sm.c1491 * @attempt: Whether PMKSA caching is tried
1495 void eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1499 if (attempt) {
/freebsd-9.3-release/crypto/openssh/
H A Dauth2.c237 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
242 if (authctxt->attempt++ == 0) {
390 (authctxt->attempt > 1 || strcmp(method, "none") != 0))
H A Dauth.h54 int attempt; member in struct:Authctxt
H A Dsshconnect.c456 int sock = -1, attempt; local
462 for (attempt = 0; attempt < connection_attempts; attempt++) {
463 if (attempt > 0) {
H A Dsshconnect2.c888 static int attempt = 0; local
894 if (attempt++ >= options.number_of_password_prompts)
897 if (attempt != 1)
1353 static int attempt = 0; local
1355 if (attempt++ >= options.number_of_password_prompts)
1358 if (attempt > 1 && !authctxt->info_req_seen) {
H A Dmonitor.c211 #define MON_ALOG 0x0020 /* Log auth attempt without authenticating */
737 if (authctxt->attempt++ != 0)
1197 /* Log failed attempt */
/freebsd-9.3-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-9.3-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-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S36 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-9.3-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-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h806 u_int16_t attempt; /* (2 * attempt - 1) * 0.625 msec */ member in struct:__anon9706
807 u_int16_t timeout; /* (2 * attempt - 1) * 0.625 msec */
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S35 # binary. Then we attempt to load /boot/loader from the CD we were booted
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY813 don't add TCP state if it is an RST packet and (attempt) to send out
1107 attempt to prevent people running buildsolaris script without doing a
1414 ECONNRESET (attempt to make ECONNRESET work for locally outbound
1690 Fix Makefile problem due to attempt to fix Sun compiling problems.
1695 when not present rather than attempt to do something.
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/cvs/src/
H A Dsanity.sh2451 ${PROG} \[[a-z]* aborted\]: attempt to specify a numeric revision"
2733 ${PROG} \[admin aborted\]: attempt to delete all revisions"
2742 ${PROG} \[admin aborted\]: attempt to delete all revisions"
6372 # And attempt to resurrect it at the same time:
10074 # list, causing the diff library to attempt to interpret the file
11196 echo lame attempt at resolving it >>a
15065 # More absolute path checks. The following used to attempt to create
15992 "${PROG} \[import aborted\]: attempt to import the repository"
15994 "${PROG} \[import aborted\]: attempt to import the repository"
21438 # stops recursing after the first attempt
[all...]

Completed in 303 milliseconds