Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Dparseconf.c153 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()
154 client->files[i] = BootFiles[i]; in ParseConfig()
163 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()
168 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
171 BootFiles[j]; in ParseConfig()
312 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()
313 FreeStr(BootFiles[i]); in GetBootFiles()
314 BootFiles[i] = NULL; in GetBootFiles()
340 else if ((BootFiles[i] = NewStr(dp->d_name)) != NULL) in GetBootFiles()
H A Dconf.c76 char *BootFiles[C_MAXFILE]; /* list of boot files */ variable
H A Drmpproto.c111 BootFiles); in ProcessPacket()
115 client? client->files: BootFiles)) in ProcessPacket()
H A Ddefs.h141 extern char *BootFiles[]; /* list of boot files */