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

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c135 static int blretry; local
161 * every third (blretry) non-recursive invocation.
165 if (blretry > 3) {
167 blretry = 0;
169 blretry++;

Completed in 45 milliseconds