/freebsd/sbin/fsck_ffs/ |
H A D | utilities.c | 55 int retried = 0, len; in blockcheck() local 77 if (retried) in blockcheck() 91 retried++; in blockcheck()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_lib.c | 408 int asq_retries, retried = 0; in iavf_vf_config() local 415 " error %d\n", __func__, retried + 1, error); in iavf_vf_config() 424 __func__, retried + 1); in iavf_vf_config() 432 retried + 1); in iavf_vf_config() 441 " message from PF on attempt %d\n", __func__, retried + 1); in iavf_vf_config() 451 if (!retried) { in iavf_vf_config() 452 retried++; in iavf_vf_config() 462 __func__, retried + 1); in iavf_vf_config()
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 753 u_int retried; in g_io_transient_map_bio() local 760 retried = 0; in g_io_transient_map_bio() 765 retried >= transient_map_retries) { in g_io_transient_map_bio() 777 bp, bp->bio_to->name, retried); in g_io_transient_map_bio() 779 retried++; in g_io_transient_map_bio()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_retry_verify.pod | 5 SSL_set_retry_verify - indicate that certificate verification should be retried
|
H A D | SSL_get_error.pod | 63 The operation did not complete and can be retried later. 96 TLS/SSL I/O function should be retried.
|
H A D | BIO_f_buffer.pod | 70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
|
H A D | BIO_should_retry.pod | 31 should then be retried at a later time.
|
H A D | BIO_ctrl.pod | 115 that the call should be retried later in a similar manner to BIO_write_ex().
|
H A D | OSSL_CMP_exec_certreq.pod | 88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
|
H A D | BIO_s_connect.pod | 101 to determine if the call should be retried.
|
H A D | BIO_f_ssl.pod | 105 to determine if the call should be retried.
|
H A D | ASYNC_start_job.pod | 75 There are no jobs currently available in the pool. This call can be retried
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | fips_config.pod | 57 operation may then be retried if the error mode has not been triggered.
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev_if.m | 127 * framework and retried in the future.
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 1247 bool retried; in vlrureclaim() local 1251 retried = false; in vlrureclaim() 1347 if (done == 0 && !retried) { in vlrureclaim() 1350 retried = true; in vlrureclaim() 1372 bool retried; in vnlru_free_impl() local 1382 retried = false; in vnlru_free_impl() 1394 if (!retried && vnlru_read_freevnodes() > 0) { in vnlru_free_impl() 1398 retried = true; in vnlru_free_impl()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
H A D | logapi.shlib | 142 # retried up to 5 times when the command returns the keyword "busy".
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 860 int r, ok = -1, retried = 0; in process_sign_request2() local 963 if (pin == NULL && !retried && sshkey_is_sk(id->key) && in process_sign_request2() 973 retried = 1; in process_sign_request2()
|
H A D | sshconnect2.c | 1209 int is_agent = 0, retried = 0, r = SSH_ERR_INTERNAL_ERROR; in identity_sign() local 1258 if (!retried && pin == NULL && !is_agent && in identity_sign() 1266 retried = 1; in identity_sign()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 904 bool retried = false; in wg_send_buf() local 917 if (ret == EADDRNOTAVAIL && !retried) { in wg_send_buf() 919 retried = true; in wg_send_buf()
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 2958 int retried = 0; in sctp_choose_boundall() local 3212 if ((retried == 0) && (stcb->asoc.scope.ipv4_local_scope == 0)) { in sctp_choose_boundall() 3214 retried = 1; in sctp_choose_boundall() 3216 } else if (retried == 1) { in sctp_choose_boundall() 3224 if (retried == 1) { in sctp_choose_boundall()
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 448 allocation is retried. This is to make `bc` and `dc` more resilient to running
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3997 be retried. This applies both within 4106 will be retried during a queue run
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 555 entries in the queue will be retried during a queue run 7727 host is retried. If you are using persistent host status
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 12474 flushes were not handled properly if the BIO retried. On read
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |