Symbol: bootfile
libexec/bootpd/bootpd.c
628
char *homedir, *bootfile;
libexec/bootpd/bootpd.c
842
bootfile = NULL;
libexec/bootpd/bootpd.c
845
bootfile = strrchr(homedir, '/');
libexec/bootpd/bootpd.c
846
if (bootfile) {
libexec/bootpd/bootpd.c
847
if (homedir == bootfile)
libexec/bootpd/bootpd.c
849
*bootfile++ = '\0';
libexec/bootpd/bootpd.c
852
bootfile = homedir;
libexec/bootpd/bootpd.c
858
(bootfile) ? bootfile : "");
libexec/bootpd/bootpd.c
867
if (hp->flags.bootfile)
libexec/bootpd/bootpd.c
868
bootfile = hp->bootfile->string;
libexec/bootpd/bootpd.c
879
if (bootfile) {
libexec/bootpd/bootpd.c
880
if (bootfile[0] != '/')
libexec/bootpd/bootpd.c
882
strcat(clntpath, bootfile);
libexec/bootpd/bootpd.c
883
bootfile = NULL;
libexec/bootpd/bootpd.h
171
struct shared_string *bootfile,
libexec/bootpd/bootpd.h
97
unsigned bootfile :1,
libexec/bootpd/dumptab.c
137
if (hp->flags.bootfile) {
libexec/bootpd/dumptab.c
138
fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string);
libexec/bootpd/readfile.c
1428
DUP_LINK(bootfile);
libexec/bootpd/readfile.c
1897
del_string(hostptr->bootfile);
libexec/bootpd/readfile.c
865
PARSE_STR(bootfile);
stand/boot/pc32/libi386/pxe.c
370
bootplayer.bootfile);
stand/boot/pc32/libi386/pxe.c
373
bootplayer.bootfile);
stand/boot/pc32/libi386/pxe.h
491
uint8_t bootfile[128]; /* boot filename */
stand/lib/bootp.c
118
strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
stand/lib/bootp.c
196
bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
stand/lib/bootp.c
197
bootfile[sizeof(bootfile) - 1] = '\0';
stand/lib/globals.c
20
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
stand/lib/net.h
75
extern char bootfile[FNAME_SIZE];
sys/kern/kern_mib.c
189
SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW,
sys/vfs/ntfs/ntfs.h
246
struct bootfile ntm_bootfile;
sys/vfs/ntfs/ntfs_vfsops.c
331
bcopy( bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile) );
usr.sbin/syslogd/syslogd.c
1752
"syslogd: kernel boot file is %s", bootfile);
usr.sbin/syslogd/syslogd.c
283
static char bootfile[MAXLINE+1]; /* booted kernel file */
usr.sbin/syslogd/syslogd.c
492
(void)strlcpy(bootfile, getbootfile(), sizeof(bootfile));
usr.sbin/syslogd/syslogd.c
957
use_bootfile ? bootfile : "kernel", msg);