Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Dparseconf.c156 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()
157 client->files[i] = BootFiles[i]; in ParseConfig()
166 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()
171 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
174 BootFiles[j]; in ParseConfig()
315 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()
316 FreeStr(BootFiles[i]); in GetBootFiles()
317 BootFiles[i] = NULL; in GetBootFiles()
343 else if ((BootFiles[i] = NewStr(dp->d_name)) != NULL) in GetBootFiles()
H A Dconf.c80 char *BootFiles[C_MAXFILE]; /* list of boot files */ variable
H A Drmpproto.c113 BootFiles); in ProcessPacket()
117 client? client->files: BootFiles)) in ProcessPacket()
H A Ddefs.h143 extern char *BootFiles[]; /* list of boot files */