| /src/sys/arch/sparc/stand/ofwboot/ |
| net.c | 156 int attempts; local 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 99 for (attempts = 100; attempts && !quit; attempts--) {
|
| /src/sys/dev/pci/igc/ |
| igc_nvm.c | 110 uint32_t attempts = 100000; local 115 for (i = 0; i < attempts; i++) {
|
| igc_i225.c | 542 uint32_t attempts = 100000; local 563 for (k = 0; k < attempts; k++) {
|
| /src/usr.sbin/rpc.statd/ |
| statd.h | 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anon8559
|
| /src/sys/net/ |
| nd.c | 276 unsigned int attempts = ln->ln_asked - nd->nd_mmaxtries; local 279 while (attempts-- != 0) {
|
| /src/bin/ksh/ |
| main.c | 513 volatile int attempts = 13; local 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 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 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 172 while ((val & F_BUSY) && attempts--) 552 int attempts = EEPROM_MAX_POLL; local 562 } while (!(val & PCI_VPD_ADDR_F) && --attempts); 585 int attempts = EEPROM_MAX_POLL; local 598 } while ((val & PCI_VPD_ADDR_F) && --attempts); 3268 unsigned int width, density, slow, attempts; local 3436 int err = -EIO, attempts = 100; local [all...] |
| /src/sys/dev/pci/ |
| if_wm.c | 14457 uint32_t attempts = 100000; local 14461 for (i = 0; i < attempts; i++) { 16210 * attempts to acknowledge any phy read requests.
|