Searched refs:NRETRIES (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/bi/
H A Dif_ni.c90 * Retry NRETRIES times to do the operation, if it still fails assume
93 #define NRETRIES 100 macro
96 for (__i = 0; __i < NRETRIES; __i++) { \
100 if (__i == NRETRIES) \
106 for (__i = 0; __i < NRETRIES; __i++) { \
110 if (__i == NRETRIES) \
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c295 #define NRETRIES 10 macro
1851 if (send_errno == EINTR && ++attempts < NRETRIES)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c326 #define NRETRIES 10 macro
1703 if (send_errno == EINTR && ++attempts < NRETRIES) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dsocket.c224 #define NRETRIES 10 macro

Completed in 269 milliseconds