Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c49 int BootRetry; in ADM_Send_file() local
73 BootRetry = ADM_BOOT_RETRY; in ADM_Send_file()
74 while (BootRetry > 0) { in ADM_Send_file()
90 BootRetry = BootRetry - 1; in ADM_Send_file()
126 if (BootRetry <= 0) { in ADM_Send_file()
H A Ddownload.c50 int BootRetry; in ADM_Process_download() local
120 BootRetry = ADM_BOOT_RETRY; in ADM_Process_download()
121 while (BootRetry > 0) { in ADM_Process_download()
144 BootRetry = BootRetry - 1; in ADM_Process_download()
166 if (BootRetry <= 0) { in ADM_Process_download()