HomeSort by: relevance | last modified time | path
    Searched refs:C_MAXFILE (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rbootd/
conf.c 66 ** limited to C_MAXFILE (i.e. the maximum number of files that
86 char *BootFiles[C_MAXFILE]; /* list of boot files */
parseconf.c 163 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++)
173 if (j==C_MAXFILE||BootFiles[j]==NULL) {
179 if (i < C_MAXFILE)
322 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) {
339 * C_MAXFILE will be ignored.
345 if (i == C_MAXFILE)
defs.h 79 #define C_MAXFILE 16 /* max number of boot-able files */
109 char *files[C_MAXFILE]; /* boot-able files */
rmpproto.c 255 if (i < C_MAXFILE && filelist[i] != NULL) {
349 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++)

Completed in 29 milliseconds