Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rbootd/
H A Dconf.c71 int BootAny = 0; /* set true if we boot anyone */ variable
H A Drbootd.c99 BootAny++; in main()
268 if (BootAny) { in main()
H A Ddefs.h130 extern int BootAny; /* set true if we can boot anyone */
H A Dparseconf.c92 if (BootAny) /* ignore config file */ in ParseConfig()