/src/tests/fs/nfs/ |
t_mountd.c | 92 int attempts; local in function:ATF_TC_BODY 99 for (attempts = 100; attempts && !quit; attempts--) {
|
/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/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
dc_link_dp.h | 48 int attempts); 64 int attempts,
|
/src/usr.sbin/rpc.statd/ |
statd.h | 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anonbd6933a80108
|
statd.c | 393 hi->attempts = 0; 445 * If one of the initial attempts fails, we wait 462 if (notify_one_host(name) || hi->attempts++ >= 44) { 465 hi->attempts = 0; 468 if (hi->attempts < 10) 470 else if (hi->attempts < 20)
|
/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/arch/m68k/060sp/dist/ |
changes | 105 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few 127 stated that ONLY "bit 0" would be set. The 060SP attempts to set a few
|
/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/usr.bin/make/unit-tests/ |
varname-dot-make-level.mk | 41 # and prevent any attempts to override it.
|
varname.mk | 41 # ${VARNAME} works, while all other attempts fail.
|
/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/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...] |
cxgb_common.h | 636 int attempts, int delay, u32 *valp); 639 int polarity, int attempts, int delay) 641 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
|
/src/bin/ksh/ |
main.c | 513 volatile int attempts = 13; local in function:shell 583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
|
/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/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_dp.c | 1506 int attempts, 1516 for (j = 0; j < attempts; ++j) { 1549 if (j == (attempts - 1)) 1983 int attempts) 1988 for (i = 0; i < attempts; i++) {
|
/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.
|