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

/freebsd-12-stable/libexec/rbootd/
H A Dconf.c65 ** limited to C_MAXFILE (i.e. the maximum number of files that
86 char *BootFiles[C_MAXFILE]; /* list of boot files */
H A Dparseconf.c163 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.
346 if (i == C_MAXFILE)
H A Ddefs.h81 #define C_MAXFILE 10 /* max number of boot-able files */ macro
111 char *files[C_MAXFILE]; /* boot-able files */
H A Drmpproto.c255 if (i < C_MAXFILE && filelist[i] != NULL) {
341 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++)

Completed in 154 milliseconds