Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c92 int attempts; in ATF_TC_BODY() local
99 for (attempts = 100; attempts && !quit; attempts--) { in ATF_TC_BODY()
/freebsd/usr.sbin/rpc.statd/
H A Dfile.c303 int attempts; in notify_hosts() local
344 for (attempts = 0; attempts < 44; attempts++) in notify_hosts()
351 if (notify_one_host(hp->hostname, attempts == 0)) in notify_hosts()
360 if (attempts < 10) sleep(5); in notify_hosts()
361 else if (attempts < 20) sleep(60); in notify_hosts()
/freebsd/tools/regression/security/proc_to_proc/
H A DREADME5 This test suite attempts to determine the behavior of inter-process
13 ptrace cred1 attempts ptrace attach to cred2
14 sighup cred1 attempts SIGHUP of cred2
15 sigsegv cred1 attempts SIGSEGV of cred2
16 see cred1 attempts getpriority() on cred2
17 sched cred1 attempts setpriority() on cred2
/freebsd/stand/lua/
H A Dpassword.lua90 local attempts = 1
101 if attempts > 1 then
113 attempts = attempts + 1
/freebsd/sys/vm/
H A Dvm_swapout.c284 int breakout, tryagain, attempts; in vm_daemon() local
301 attempts = 0; in vm_daemon()
303 attempts++; in vm_daemon()
377 if (attempts <= 8) { in vm_daemon()
403 if (tryagain != 0 && attempts <= 10) { in vm_daemon()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reap.ksh90 attempts++;
94 /attempts > 10/
H A Dtst.noreap.ksh98 attempts++;
102 /attempts > 10/
H A Dtst.noreapring.ksh90 attempts++;
94 /attempts > 10/
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c643 int attempts = 3; in ossl_pool_acquire_entropy()
646 while (bytes_needed != 0 && attempts-- > 0) { in ossl_pool_acquire_entropy()
652 attempts = 3; /* reset counter after successful attempt */ in ossl_pool_acquire_entropy()
674 int attempts = 3; in ossl_pool_acquire_entropy()
680 while (bytes_needed != 0 && attempts-- > 0) { in ossl_pool_acquire_entropy()
687 attempts = 3; /* reset counter on successful attempt */ in ossl_pool_acquire_entropy()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_read.pod24 BIO_read_ex() attempts to read I<dlen> bytes from BIO I<b> and places the data
28 BIO_write_ex() attempts to write I<dlen> bytes from I<data> to BIO I<b>.
32 BIO_read() attempts to read I<len> bytes from BIO I<b> and places
45 BIO_get_line() attempts to read from BIO I<b> a line of data up to the next '\n'
53 BIO_write() attempts to write I<len> bytes from I<buf> to BIO I<b>.
55 BIO_puts() attempts to write a NUL-terminated string I<buf> to BIO I<b>,
H A DEVP_PKEY_CTX_get_algor.pod38 B<EVP_I<TYPE>_CTX_get_algor>() attempts to retrieve a complete
46 B<EVP_I<TYPE>_CTX_get_algor_params>() attempts to retrieve the I<parameters>
56 B<EVP_I<TYPE>_CTX_set_algor_params>() attempts to pass I<< alg->parameters >>
H A DX509_get_pubkey.pod26 X509_get_pubkey() attempts to decode the public key for certificate B<x>. If
37 X509_set_pubkey() attempts to set the public key for certificate B<x> to
H A DASN1_TYPE_get.pod38 ASN1_TYPE_unpack_sequence() attempts to parse the SEQUENCE present in
43 ASN1_TYPE_pack_sequence() attempts to encode the ASN.1 structure I<s>
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c566 attempt = a->attempts; in iter_filter_order()
569 } else if(a->addr.ss_family != AF_INET6 && attempt == a->attempts) { in iter_filter_order()
577 attempt = a->attempts; in iter_filter_order()
578 } else if(a->attempts > attempt) { in iter_filter_order()
624 attempt = a->attempts; in iter_filter_order()
627 } else if(a->addr.ss_family != AF_INET && attempt == a->attempts) { in iter_filter_order()
635 attempt = a->attempts; in iter_filter_order()
636 } else if(a->attempts > attempt) { in iter_filter_order()
712 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
732 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
[all …]
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_event.c504 uint32_t attempts = 0; in vmci_event_register_subscription() local
540 for (success = false, attempts = 0; in vmci_event_register_subscription()
541 success == false && attempts < VMCI_EVENT_MAX_ATTEMPTS; in vmci_event_register_subscription()
542 attempts++) { in vmci_event_register_subscription()
/freebsd/packages/blocklist/
H A Dblocklist.ucl22 The blocklistd(8) daemon monitors failed access attempts from remote network
26 blocklistd(8) relies on each network daemon to report access attempts, so
/freebsd/sys/arm64/arm64/
H A Dundefined.c187 int attempts, error, Rn, Rd, Rm; in swp_emulate() local
216 attempts = 0; in swp_emulate()
236 if (error != 0 && (++attempts % 5) == 0) in swp_emulate()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c541 bool attempts; in _nc_resolve_uses2() local
545 attempts = FALSE; in _nc_resolve_uses2()
551 attempts = TRUE; in _nc_resolve_uses2()
626 if (!progress && attempts) { in _nc_resolve_uses2()
/freebsd/share/examples/ipfilter/rules/
H A Dexample.137 # Log all connection attempts for TCP
/freebsd/sys/dev/e1000/
H A Dif_igbv.c335 int attempts, i, remaining; in igbv_vlan_retry_tick() local
359 for (attempts = 0, i = 0; in igbv_vlan_retry_tick()
360 attempts < IGBV_VLAN_RETRY_BATCH && i < 4096; i++) { in igbv_vlan_retry_tick()
366 attempts++; in igbv_vlan_retry_tick()
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in29 ; - `RestrictSUIDSGID=yes` ensures that any attempts to set the set-user-ID
32 ; - `RestrictRealTime=yes` ensures that any attempts to enable realtime
/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c118 int attempts; member
408 if (entry->attempts == 0) in radius_client_retransmit()
429 if (entry->attempts == 0) in radius_client_retransmit()
502 entry->attempts++; in radius_client_retransmit()
571 if (entry->attempts >= RADIUS_CLIENT_NUM_FAILOVER || in radius_client_timer()
572 (s < 0 && entry->attempts > 0)) { in radius_client_timer()
753 entry->attempts = 1; in radius_client_list_add()
1608 entry->attempts = 0; in radius_change_server()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c542 u32 attempts, success, per; in mt7996_tx_stats_show_phy() local
548 attempts = mib->tx_mpdu_attempts_cnt; in mt7996_tx_stats_show_phy()
550 per = attempts ? 100 - success * 100 / attempts : 100; in mt7996_tx_stats_show_phy()
551 seq_printf(file, "Tx attempts: %8u (MPDUs)\n", attempts); in mt7996_tx_stats_show_phy()
/freebsd/contrib/kyua/utils/process/
H A Dchild.ipp42 /// If the subprocess cannot be completely set up for any reason, it attempts to
77 /// If the subprocess cannot be completely set up for any reason, it attempts to
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff1 This patch attempts to expose timespec and getnstimeofday which were

123456789