Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rbootd/
H A Dparseconf.c161 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()
162 client->files[i] = BootFiles[i]; in ParseConfig()
171 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()
176 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
179 BootFiles[j]; in ParseConfig()
320 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()
321 FreeStr(BootFiles[i]); in GetBootFiles()
322 BootFiles[i] = NULL; in GetBootFiles()
348 else if ((BootFiles[i] = NewStr(dp->d_name)) != NULL) in GetBootFiles()
H A Dconf.c84 char *BootFiles[C_MAXFILE]; /* list of boot files */ variable
H A Ddefs.h143 extern char *BootFiles[]; /* list of boot files */
H A Drmpproto.c119 BootFiles); in ProcessPacket()
123 client? client->files: BootFiles)) in ProcessPacket()