Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c51 int BootRetry; in ADM_Send_file() local
75 BootRetry = ADM_BOOT_RETRY; in ADM_Send_file()
76 while (BootRetry > 0) { in ADM_Send_file()
92 BootRetry = BootRetry - 1; in ADM_Send_file()
128 if (BootRetry <= 0) { in ADM_Send_file()
H A Ddownload.c52 int BootRetry; in ADM_Process_download() local
122 BootRetry = ADM_BOOT_RETRY; in ADM_Process_download()
123 while (BootRetry > 0) { in ADM_Process_download()
146 BootRetry = BootRetry - 1; in ADM_Process_download()
168 if (BootRetry <= 0) { in ADM_Process_download()