Searched refs:BootRetry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddownload.c52 int BootRetry; local
122 BootRetry = ADM_BOOT_RETRY;
123 while (BootRetry > 0) {
142 /* If we timeout, decrement BootRetry and try again */
146 BootRetry = BootRetry - 1;
168 if (BootRetry <= 0) {
H A Dsend_file.c51 int BootRetry; local
75 BootRetry = ADM_BOOT_RETRY;
76 while (BootRetry > 0) {
89 /* If we timeout, decrement BootRetry and try again */
92 BootRetry = BootRetry - 1;
128 if (BootRetry <= 0) {

Completed in 44 milliseconds