| /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/crypto/openssl/doc/man3/ |
| H A D | BIO_set_flags.pod | 84 The last I/O operation should be retried when the B<BIO> becomes readable. 90 The last I/O operation should be retried when the B<BIO> becomes writable. 96 The last I/O operation should be retried when some "special" condition 111 Set if the last I/O operation on the B<BIO> should be retried at a later time.
|
| H A D | SSL_set_retry_verify.pod | 5 SSL_set_retry_verify - indicate that certificate verification 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 | SSL_get_error.pod | 64 The operation did not complete and can be retried later. 107 TLS/SSL I/O function should be retried.
|
| H A D | SSL_new_stream.pod | 78 may be retried. It is recommended that, prior to retry, the error stack be
|
| H A D | BIO_should_retry.pod | 31 should then be retried at a later time.
|
| H A D | BIO_ctrl.pod | 140 that the call should be retried later in a similar manner to BIO_write_ex().
|
| H A D | BIO_s_connect.pod | 106 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 | BIO_sendmmsg.pod | 109 whether an operation should be retried; see below.
|
| H A D | OSSL_CMP_exec_certreq.pod | 102 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
|
| H A D | ASYNC_start_job.pod | 84 There are no jobs currently available in the pool. This call can be retried
|
| /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/sys/opencrypto/ |
| H A D | cryptodev_if.m | 127 * framework and retried in the future.
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | fips_config.pod | 53 operation may then be retried if the error mode has not been triggered.
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 144 # retried up to 5 times when the command returns the keyword "busy".
|
| /freebsd/sys/kern/ |
| H A D | vfs_subr.c | 1246 bool retried; in vlrureclaim() local 1250 retried = false; in vlrureclaim() 1346 if (done == 0 && !retried) { in vlrureclaim() 1349 retried = true; in vlrureclaim() 1371 bool retried; in vnlru_free_impl() local 1381 retried = false; in vnlru_free_impl() 1393 if (!retried && vnlru_read_freevnodes() > 0) { in vnlru_free_impl() 1397 retried = true; in vnlru_free_impl()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 860 int r, ok = -1, retried = 0; in process_sign_request2() local 964 if (pin == NULL && !retried && sshkey_is_sk(id->key) && in process_sign_request2() 974 retried = 1; in process_sign_request2()
|
| H A D | sshconnect2.c | 1213 int is_agent = 0, retried = 0, r = SSH_ERR_INTERNAL_ERROR; in identity_sign() local 1262 if (!retried && pin == NULL && !is_agent && in identity_sign() 1270 retried = 1; in identity_sign()
|
| /freebsd/sys/dev/wg/ |
| H A D | if_wg.c | 993 bool retried = false; in wg_send_buf() local 1006 if (ret == EADDRNOTAVAIL && !retried) { in wg_send_buf() 1008 retried = true; in wg_send_buf()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-client-non-block.pod | 147 retried then L<SSL_get_error(3)> will return B<SSL_ERROR_WANT_READ> or
|
| H A D | ossl-guide-quic-client-non-block.pod | 180 retried then L<SSL_get_error(3)> will return B<SSL_ERROR_WANT_READ> or
|
| /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()
|