Home
last modified time | relevance | path

Searched refs:retried (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/sbin/fsck/
H A Dfsutil.c190 int retried = 0; in blockcheck() local
230 } else if (S_ISCHR(stblock.st_mode) && !retried) { in blockcheck()
237 retried++; in blockcheck()
239 } else if ((fsp = getfsfile(newname)) != 0 && !retried) { in blockcheck()
243 retried++; in blockcheck()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A D2template_test.in23 Subject: Delayed Mail (still being retried)
33 It will be retried until it is $maximal_queue_lifetime_days day(s) old.
91 Subject: Delayed Mail (still being retried)
101 It will be retried until it is $maximal_queue_lifetime_days day(s) old.
H A Dobs_template_test.ref23 Subject: Delayed Mail (still being retried)
33 It will be retried until it is $maximal_queue_lifetime_days day(s) old.
H A Dtemplate_test.ref23 Subject: Delayed Mail (still being retried)
33 It will be retried until it is $maximal_queue_lifetime_days day(s) old.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOCSP_sendreq_new.pod83 B<-1> if the operation should be retried and B<0> if an error occurred.
112 If OCSP_sendreq_nbio() indicates an operation should be retried the
114 write) should be retried and appropriate action taken (for example a select()
H A DSSL_get_error.pod49 The operation did not complete and can be retried later.
80 TLS/SSL I/O function should be retried.
H A DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
H A DBIO_ctrl.pod98 that the call should be retried later in a similar manner to BIO_write_ex().
H A DBIO_should_retry.pod31 should then be retried at a later time.
H A DBIO_s_connect.pod101 to determine if the call should be retried.
H A DBIO_f_ssl.pod102 to determine if the call should be retried. If an SSL connection has
/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c166 short retried; /* number of times current io retried */ member
1508 sc->retried = 0; in fddmadone()
1515 if (sc->retried >= sc->retries) { in fddmadone()
1516 sc->retried = 0; in fddmadone()
1519 sc->retried++; in fddmadone()
1556 sc->retried = 0; in fddone()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_set_retry_verify.pod5 SSL_set_retry_verify - indicate that certificate verification should be retried
H A DSSL_get_error.pod63 The operation did not complete and can be retried later.
96 TLS/SSL I/O function should be retried.
H A DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
H A DBIO_should_retry.pod31 should then be retried at a later time.
H A DBIO_ctrl.pod115 that the call should be retried later in a similar manner to BIO_write_ex().
H A DBIO_s_connect.pod101 to determine if the call should be retried.
H A DOSSL_CMP_exec_certreq.pod88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.2.rst
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man5/
H A Dfips_config.pod57 operation may then be retried if the error mode has not been triggered.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.4102 to 300s so that deliveries are retried earlier after the first
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c836 int r, ok = -1, retried = 0; in process_sign_request2() local
939 if (pin == NULL && !retried && sshkey_is_sk(id->key) && in process_sign_request2()
949 retried = 1; in process_sign_request2()
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.autofs55 delay), because the RPC is retried by the kernel and it succeeds the second
/netbsd-src/sys/dev/pci/
H A Dif_msk.c2308 bool retried = false; in msk_intr() local
2371 } else if (!retried) { in msk_intr()
2372 retried = true; in msk_intr()

12