Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rbootd/
H A Dparseconf.c163 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()
164 client->files[i] = BootFiles[i]; in ParseConfig()
173 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()
178 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
181 BootFiles[j]; in ParseConfig()
322 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()
323 FreeStr(BootFiles[i]); in GetBootFiles()
324 BootFiles[i] = NULL; in GetBootFiles()
350 else if ((BootFiles[i] = NewStr(dp->d_name)) != NULL) in GetBootFiles()
H A Dconf.c86 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); in ProcessPacket()
125 client? client->files: BootFiles)) in ProcessPacket()