HomeSort by: relevance | last modified time | path
    Searched defs:attempts (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/sparc/stand/ofwboot/
net.c 156 int attempts; local in function:net_mountroot_bootp
158 /* We need a few attempts here as some DHCP servers
161 for (attempts = 0; attempts < 3; attempts++) {
  /src/tests/fs/nfs/
t_mountd.c 92 int attempts; local in function:ATF_TC_BODY
99 for (attempts = 100; attempts && !quit; attempts--) {
  /src/usr.sbin/rpc.statd/
statd.h 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anonbd6933a80108
  /src/sys/dev/pci/igc/
igc_nvm.c 110 uint32_t attempts = 100000; local in function:igc_poll_eerd_eewr_done
115 for (i = 0; i < attempts; i++) {
igc_i225.c 542 uint32_t attempts = 100000; local in function:__igc_write_nvm_srwr
563 for (k = 0; k < attempts; k++) {
  /src/sys/net/
nd.c 276 unsigned int attempts = ln->ln_asked - nd->nd_mmaxtries; local in function:nd_set_timer
279 while (attempts-- != 0) {
  /src/bin/ksh/
main.c 513 volatile int attempts = 13; local in function:shell
583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.c 407 int ret, attempts; local in function:__uc_init_hw
429 attempts = 3;
431 attempts = 1;
433 while (attempts--) {
450 "retry %d more time(s)\n", ret, attempts);
  /src/sbin/route/
route.c 426 int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; local in function:newroute
646 for (attempts = 1; ; attempts++) {
666 if (attempts > 1 && ret == 0 && af == AF_INET)
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 49 * @attempts: number of check iterations
54 * up to @attempts times. If @valp is not NULL the value of the register
59 int attempts, int delay, u32 *valp)
69 if (--attempts == 0)
165 int attempts = 10; local in function:t3_mc7_bd_read
172 while ((val & F_BUSY) && attempts--)
552 int attempts = EEPROM_MAX_POLL; local in function:t3_seeprom_read
562 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
585 int attempts = EEPROM_MAX_POLL; local in function:t3_seeprom_write
598 } while ((val & PCI_VPD_ADDR_F) && --attempts);
3268 unsigned int width, density, slow, attempts; local in function:mc7_init
3436 int err = -EIO, attempts = 100; local in function:t3_init_hw
    [all...]
  /src/sys/dev/pci/
if_wm.c 14457 uint32_t attempts = 100000; local in function:wm_poll_eerd_eewr_done
14461 for (i = 0; i < attempts; i++) {
16210 * attempts to acknowledge any phy read requests.

Completed in 27 milliseconds