/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/lib/libpmc/ |
H A D | pmc.cmn-600.3 | 123 Number of incoming requests that are retried. 153 Counts number of retried requests 169 Counts number of retried transactions by the MC 173 Counts number of times a HighHigh priority request is protocol-retried at the 337 Number of retried TXREQ flits dispatched. 397 Number of retried TXREQ flits dispatched.
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_connect.3 | 56 The maximum number of times that a data transfer operation should be retried 62 should be retried on a connection after receiving a receiver not ready (RNR)
|
H A D | rdma_accept.3 | 70 should be retried on a connection after receiving a receiver not ready (RNR)
|
/freebsd/sys/dev/isci/ |
H A D | isci.h | 99 * need to be retried, but we cannot return CAM_REQUEUE_REQ because 108 * be retried. 116 * it needs to be retried again - it just keeps its same place in the
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | epoll.c | 303 event_warn("Epoll MOD(%d) on %d retried as ADD; that failed too", in epoll_apply_one_change() 307 event_debug(("Epoll MOD(%d) on %d retried as ADD; succeeded.", in epoll_apply_one_change() 324 event_warn("Epoll ADD(%d) on %d retried as MOD; that failed too", in epoll_apply_one_change() 328 event_debug(("Epoll ADD(%d) on %d retried as MOD; succeeded.", in epoll_apply_one_change()
|
H A D | util-internal.h | 118 /* True iff e is an error that means a read/write operation can be retried. */ 121 /* True iff e is an error that means an connect can be retried. */ 124 /* True iff e is an error that means a accept can be retried. */
|
/freebsd/contrib/libevent/ |
H A D | epoll.c | 303 event_warn("Epoll MOD(%d) on %d retried as ADD; that failed too", in epoll_apply_one_change() 307 event_debug(("Epoll MOD(%d) on %d retried as ADD; succeeded.", in epoll_apply_one_change() 324 event_warn("Epoll ADD(%d) on %d retried as MOD; that failed too", in epoll_apply_one_change() 328 event_debug(("Epoll ADD(%d) on %d retried as MOD; succeeded.", in epoll_apply_one_change()
|
H A D | util-internal.h | 118 /* True iff e is an error that means a read/write operation can be retried. */ 121 /* True iff e is an error that means an connect can be retried. */ 124 /* True iff e is an error that means a accept can be retried. */
|
/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 | 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 | 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
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 736 "Count of retried failures to establish the transient mapping"); 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/contrib/libarchive/libarchive/ |
H A D | archive_write_header.3 | 52 for operations that might succeed if retried,
|
H A D | archive_write_finish_entry.3 | 57 for operations that might succeed if retried,
|
H A D | archive_read_header.3 | 66 (the operation failed but can be retried),
|
H A D | archive_read_extract.3 | 115 (the operation failed but can be retried),
|
H A D | archive_read_data.3 | 96 (the operation failed but can be retried),
|
/freebsd/share/man/man4/ |
H A D | nvmf.4 | 80 Once a new association is established, suspended I/O requests are retried.
|
H A D | iscsi.4 | 100 retried after the connection is reestablished.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_get_error.3 | 189 The operation did not complete and can be retried later. 222 \&\s-1TLS/SSL I/O\s0 function should be retried.
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | gsskrb5_locl.h | 66 RETRIED = 32, enumerator
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_024_pos.ksh | 92 # The 'zfs destroy' command is retried because it can
|
/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.
|