Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 67) sorted by relevance

123

/dragonfly/usr.sbin/rpc.statd/
H A Dfile.c269 int attempts; in notify_hosts() local
310 for (attempts = 0; attempts < 44; attempts++) in notify_hosts()
326 if (attempts < 10) sleep(5); in notify_hosts()
327 else if (attempts < 20) sleep(60); in notify_hosts()
/dragonfly/sys/dev/drm/i915/
H A Dintel_uc.c155 int ret, attempts; in intel_uc_init_hw() local
184 attempts = 3; in intel_uc_init_hw()
186 attempts = 1; in intel_uc_init_hw()
188 while (attempts--) { in intel_uc_init_hw()
204 "retry %d more time(s)\n", ret, attempts); in intel_uc_init_hw()
H A Dintel_dp.c3881 int attempts = 10; in intel_dp_sink_crc_stop() local
3905 } while (--attempts && count); in intel_dp_sink_crc_stop()
3907 if (attempts == 0) { in intel_dp_sink_crc_stop()
3959 int attempts = 6; in intel_dp_sink_crc() local
3975 } while (--attempts && count == 0); in intel_dp_sink_crc()
3977 if (attempts == 0) { in intel_dp_sink_crc()
/dragonfly/contrib/diffutils/lib/
H A Dtempname.c202 unsigned int attempts = TMP_MAX; in __try_tempname() local
204 unsigned int attempts = ATTEMPTS_MIN; in __try_tempname() local
229 for (count = 0; count < attempts; value += 7777, ++count) in __try_tempname()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-v850.texi45 the V850 processor. This allows the linker to detect attempts to link
51 the V850E processor. This allows the linker to detect attempts to link
57 the V850E1 processor. This allows the linker to detect attempts to link
74 the V850E2 processor. This allows the linker to detect attempts to link
80 the V850E2V3 processor. This allows the linker to detect attempts to link
90 the V850E3V5 processor. This allows the linker to detect attempts to link
303 the V850 processor. This allows the linker to detect attempts to link
309 the V850E processor. This allows the linker to detect attempts to link
315 the V850E1 processor. This allows the linker to detect attempts to link
321 the V850E2 processor. This allows the linker to detect attempts to link
[all …]
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_client.c115 int attempts; member
389 if (entry->attempts == 0) in radius_client_retransmit()
406 if (entry->attempts == 0) in radius_client_retransmit()
467 entry->attempts++; in radius_client_retransmit()
510 if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER || in radius_client_timer()
511 (s < 0 && entry->attempts > 0)) { in radius_client_timer()
696 entry->attempts = 1; in radius_client_list_add()
1119 entry->attempts = 1; in radius_change_server()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddc_link_dp.h53 int attempts);
/dragonfly/usr.bin/tip/
H A DREADME52 It attempts to give the same user interface as cu but it is really
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi308 This pass attempts to remove redundant computation by substituting
315 This pass attempts to change the name of compiler temporaries involved in
572 This is part of the CFG cleanup passes. It attempts to join PHI nodes
718 This pass attempts to remove redundant computation by substituting
771 This pass attempts to replace conditional branches and surrounding
785 This pass attempts to combine groups of two or three instructions that
788 result using algebra, and then attempts to match the result against
795 register-to-register move. It then attempts to change the registers
899 This optional pass attempts to find instructions that can go into the
/dragonfly/sbin/route/
H A Droute.c594 int ishost = 0, proxy = 0, ret, attempts, oerrno, flags = RTF_STATIC; in newroute() local
822 for (attempts = 1; ; attempts++) { in newroute()
846 if (attempts > 1 && ret == 0 && af == AF_INET) { in newroute()
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_i210.c326 u32 attempts = 100000; in e1000_write_nvm_srwr() local
349 for (k = 0; k < attempts; k++) { in e1000_write_nvm_srwr()
H A De1000_nvm.c240 u32 attempts = 100000; in e1000_poll_eerd_eewr_done() local
245 for (i = 0; i < attempts; i++) { in e1000_poll_eerd_eewr_done()
/dragonfly/libexec/bootpd/
H A DProblems29 attempts to lookup the tagname as a host name to find the
/dragonfly/sbin/newfs_msdos/
H A Dmkfs_msdos.c249 u_int extra_res, alignment, saved_x, attempts=0; in mkfs_msdos() local
571 attempts++; in mkfs_msdos()
572 } while (o.align && alignment != 0 && attempts < 2); in mkfs_msdos()
/dragonfly/sys/dev/netif/sbsh/
H A Dif_sbsh.c113 u_int32_t crc_errs, ufl_errs, ofl_errs, attempts, last_time; member
843 ++sc->in_stats.attempts; in activate()
/dragonfly/contrib/bzip2/
H A DREADME106 This program and library (attempts to) compress data by
/dragonfly/usr.sbin/ppp/
H A Dppp.8.m4103 attempts to bring up the link.
994 .Op Ar attempts
997 .Bl -tag -width attempts -compact
1031 .It Ar attempts
1036 .Ar attempts ,
4271 attempts to use the given phone
4955 The default is 5 attempts for
4964 The default is 3 attempts.
5378 .Op Ar attempts
5382 .Ar attempts
[all …]
H A DREADME.changes32 It does not describe new features, rather it attempts
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME347 Format "auto" attempts to detect the file format
349 It attempts to read the profile data files as
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def168 /* This parameter limits the number of backtracking attempts when using the
171 "max-modulo-backtrack-attempts",
172 …"The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop",
/dragonfly/sys/kern/
H A Dbus_if.m110 # bus. The generic implementation of this method attempts to probe and
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.def176 /* This parameter limits the number of backtracking attempts when using the
179 "max-modulo-backtrack-attempts",
180 …"The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop.…
1213 "uninit-control-dep-attempts",
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in195 Added logging of restricted commit attempts.
/dragonfly/contrib/cryptsetup/
H A DINSTALL12 The `configure' shell script attempts to guess correct values for
/dragonfly/contrib/tre/
H A DREADME46 attempts to conform to these specifications as strictly as

123