Lines Matching full:retry
81 .Nd BIO retry functions
137 returns 1 if the cause of the retry condition is that a BIO needs
141 returns 1 if the cause of the retry condition is that a BIO needs
146 or writing) is the cause of the retry condition, or 0 otherwise.
154 representing the cause of the current retry condition,
155 or 0 if there is no retry condition.
206 sets the retry reason for a special condition for the given
233 almost all current BIO types will not request a retry,
236 signal a retry then it need not call
242 they can request a retry even if the underlying I/O structure
245 An application can retry the failed call immediately
250 While an application may retry a failed non-blocking call immediately,
262 and then retry the BIO operation.
263 By combining the retry conditions of several non-blocking BIOs in a single
299 they cannot retry after a partial read or write.