Searched refs:C_MAXFILE (Results 1 – 4 of 4) sorted by relevance
153 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()163 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()169 if (i < C_MAXFILE) in ParseConfig()312 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()336 if (i == C_MAXFILE) in GetBootFiles()
77 #define C_MAXFILE 10 /* max number of boot-able files */ macro107 char *files[C_MAXFILE]; /* boot-able files */
76 char *BootFiles[C_MAXFILE]; /* list of boot files */
245 if (i < C_MAXFILE && filelist[i] != NULL) { in SendFileNo()331 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++) in SendBootRepl()