Searched defs:GETRIES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c161 #define GETRIES 10 macro
188 * Attempt no more than GETRIES times to read a packet. The only valid
191 for (tries = 0; tries < GETRIES; tries++) {

Completed in 44 milliseconds