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

/freebsd-12-stable/libexec/rbootd/
H A Dparseconf.c163 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++)
164 client->files[i] = BootFiles[i];
173 if (j==C_MAXFILE||BootFiles[j]==NULL) {
178 if (STREQN(BootFiles[j], bcp)) {
181 BootFiles[j];
305 ** Strings in `BootFiles' are freed/allocated.
322 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) {
323 FreeStr(BootFiles[i]);
324 BootFiles[i] = NULL;
338 * list of boot files (BootFiles)
[all...]
H A Dconf.c64 ** The maximum number of bootable files (`char *BootFiles[]') is
86 char *BootFiles[C_MAXFILE]; /* list of boot files */ variable
H A Ddefs.h145 extern char *BootFiles[]; /* list of boot files */
H A Drmpproto.c121 BootFiles);
125 client? client->files: BootFiles))

Completed in 49 milliseconds