Searched refs:C_MAXFILE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/libexec/rbootd/
H A Dconf.c63 ** limited to C_MAXFILE (i.e. the maximum number of files that
84 char *BootFiles[C_MAXFILE]; /* list of boot files */
H A Dparseconf.c161 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++)
171 if (j==C_MAXFILE||BootFiles[j]==NULL) {
177 if (i < C_MAXFILE)
320 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) {
337 * C_MAXFILE will be ignored.
344 if (i == C_MAXFILE)
H A Ddefs.h79 #define C_MAXFILE 10 /* max number of boot-able files */ macro
109 char *files[C_MAXFILE]; /* boot-able files */
H A Drmpproto.c253 if (i < C_MAXFILE && filelist[i] != NULL) {
339 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++)

Completed in 71 milliseconds