Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/rbootd/
H A Dparseconf.c144 for (; i < C_MAXFILE && BootFiles[i] != NULL; i++) in ParseConfig()
145 client->files[i] = BootFiles[i]; in ParseConfig()
154 if (j==C_MAXFILE||BootFiles[j]==NULL) { in ParseConfig()
160 if (STREQN(BootFiles[j], bcp)) { in ParseConfig()
163 BootFiles[j]; in ParseConfig()
302 for (i = 0; i < C_MAXFILE && BootFiles[i] != NULL; i++) { in GetBootFiles()
303 FreeStr(BootFiles[i]); in GetBootFiles()
304 BootFiles[i] = NULL; in GetBootFiles()
330 else if ((BootFiles[i] = NewStr(dp->d_name)) != NULL) in GetBootFiles()
H A Dconf.c77 char *BootFiles[C_MAXFILE]; /* list of boot files */ variable
H A Ddefs.h125 extern char *BootFiles[]; /* list of boot files */
H A Drmpproto.c109 client ? client->files : BootFiles); in ProcessPacket()
113 client? client->files: BootFiles)) in ProcessPacket()