Searched refs:C_MAXFILE (Results 1 – 4 of 4) sorted by relevance
163 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()173 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()179 if (i < C_MAXFILE) in ParseConfig()322 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()345 if (i == C_MAXFILE) in GetBootFiles()
79 #define C_MAXFILE 10 /* max number of boot-able files */ macro109 char *files[C_MAXFILE]; /* boot-able files */
86 char *BootFiles[C_MAXFILE]; /* list of boot files */
255 if (i < C_MAXFILE && filelist[i] != NULL) { in SendFileNo()349 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++) in SendBootRepl()