Symbol: bootfile
sys/arch/arc/stand/boot/boot.c
134
char bootfile[PATH_MAX];
sys/arch/arc/stand/boot/boot.c
210
strcpy(bootfile, bootpath);
sys/arch/arc/stand/boot/boot.c
211
strcat(bootfile, kernel);
sys/arch/arc/stand/boot/boot.c
212
win = loadfile(bootfile, marks, LOAD_KERNEL);
sys/arch/arc/stand/boot/boot.c
218
strcpy(bootfile, bootpath);
sys/arch/arc/stand/boot/boot.c
219
strcat(bootfile, kernelnames[i]);
sys/arch/arc/stand/boot/boot.c
221
win = loadfile(bootfile, marks, LOAD_KERNEL);
sys/arch/evbarm/stand/boot2440/dev_net.c
102
strcpy(bootfile, ++filename);
sys/arch/evbarm/stand/boot2440/dev_net.c
103
printf("Bootfile: %s\n", bootfile);
sys/arch/evbarm/stand/boot2440/dev_net.c
106
strcpy(bootfile, path);
sys/arch/evbarm/stand/boot2440/dev_net.c
111
if (bootfile[0] == '\0')
sys/arch/evbarm/stand/boot2440/dev_net.c
112
strcpy(bootfile, "netbsd");
sys/arch/evbarm/stand/boot2440/devopen.c
78
extern char bootfile[];
sys/arch/evbarm/stand/boot2440/devopen.c
86
*file = bootfile;
sys/arch/evbarm/stand/boot2440/devopen.c
87
strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
sys/arch/evbarm/stand/boot2440/devopen.c
96
*file = bootfile;
sys/arch/evbarm/stand/boot2440/devopen.c
97
strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
sys/arch/evbarm/stand/boot2440/main.c
118
char *bootfile;
sys/arch/evbarm/stand/boot2440/main.c
206
bootfile = strsep(&bf, ";");
sys/arch/evbarm/stand/boot2440/main.c
207
printf("Trying \"%s\"...\n", bootfile);
sys/arch/evbarm/stand/boot2440/main.c
208
fd = open(bootfile, 0);
sys/arch/hpcmips/stand/lcboot/dev_net.c
68
bootfile[0] = '\0';
sys/arch/hpcmips/stand/lcboot/dev_net.c
73
strlcpy(bootfile, fname, sizeof bootfile);
sys/arch/hpcmips/stand/lcboot/dev_net.c
87
strlcpy(bootfile, fname, sizeof bootfile);
sys/arch/hpcmips/stand/lcboot/dev_net.c
90
*file = bootfile;
sys/arch/i386/stand/efiboot/devopen.c
222
strlcpy(bootfile, filename, sizeof(bootfile));
sys/arch/i386/stand/efiboot/devopen.c
248
filename = strchr(bootfile, ':');
sys/arch/i386/stand/efiboot/devopen.c
250
fname = bootfile;
sys/arch/i386/stand/pxeboot/devopen.c
105
if (strchr(bootfile, ':'))
sys/arch/i386/stand/pxeboot/devopen.c
106
fname = bootfile;
sys/arch/i386/stand/pxeboot/devopen.c
86
strncpy(bootfile, fname, FNAME_SIZE);
sys/arch/i386/stand/pxeboot/pxe.h
488
uint8_t bootfile[128]; /* boot filename */
sys/arch/ia64/stand/ia64/ski/main.c
107
bootfile = GetEnvironmentVariable(ARCENV_BOOTFILE);
sys/arch/ia64/stand/ia64/ski/main.c
108
if (bootfile)
sys/arch/ia64/stand/ia64/ski/main.c
109
setenv("bootfile", bootfile, 1);
sys/arch/macppc/stand/ofwboot/boot.c
96
extern char bootfile[MAXBOOTPATHLEN];
sys/arch/mipsco/include/disklabel.h
110
char bootfile[MIPS_BFSIZE]; /* default file to boot */
sys/arch/mipsco/mipsco/disksubr.c
300
strcpy(vh->bootfile, "/netbsd");
sys/arch/ofppc/stand/ofwboot/boot.c
99
char bootfile[128];
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
102
if ((ofd = open(bootfile, O_RDWR)) < 0)
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
103
err(1, "%s", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
105
if (nlist(bootfile, nl) != 0)
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
106
errx(1, "Could not find symbols in %s", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
109
err(1, "fstat %s", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
111
errx(1, "%s too big to map", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
115
err(1, "mmap %s", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
116
printf("mapped %s\n", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
119
errx(1, "No ELF header in %s", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
123
errx(1, "Couldn't find offset for %s in %s", nl[i].n_name, bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
125
printf("%s is at offset %#x in %s\n", nl[i].n_name, offsets[i], bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
210
printf("unmapped %s\n", bootfile);
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
81
const char *kernel, *bootfile;
sys/arch/pmax/stand/smallnet/setnetimage/setnetimage.c
97
bootfile = argv[2];
sys/arch/sandpoint/stand/altboot/dev_net.c
78
snprintf(bootfile, sizeof(bootfile), "%s", file);
sys/arch/sandpoint/stand/altboot/dev_net.c
79
else if (bootfile[0] == '\0')
sys/arch/sandpoint/stand/altboot/dev_net.c
80
snprintf(bootfile, sizeof(bootfile), "netbsd");
sys/arch/sandpoint/stand/altboot/dev_net.c
86
snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", bootfile);
sys/arch/sandpoint/stand/altboot/devopen.c
63
extern char bootfile[]; /* handed by DHCP */
sys/arch/sandpoint/stand/altboot/devopen.c
80
*file = bootfile; /* resolved fname */
sys/arch/sandpoint/stand/altboot/devopen.c
88
*file = bootfile; /* resolved fname */
sys/arch/sgimips/sgimips/arcemu.c
217
char bootfile[50];
sys/arch/sgimips/sgimips/arcemu.c
314
if (memcmp(nvram.bootfile, "dksc(", 5) == 0 ||
sys/arch/sgimips/sgimips/arcemu.c
315
memcmp(nvram.bootfile, "bootp(", 6) == 0)
sys/arch/sgimips/sgimips/arcemu.c
469
hack = strstr(nvram.bootfile, ",8)");
sys/arch/sgimips/sgimips/arcemu.c
472
return (nvram.bootfile);
sys/arch/sgimips/sgimips/arcemu.c
479
if ((file = strrchr(nvram.bootfile, ')')) != NULL)
sys/arch/sgimips/sgimips/disksubr.c
286
strcpy(vh->bootfile, "/netbsd");
sys/arch/sgimips/stand/common/boot.c
126
char bootfile[PATH_MAX];
sys/arch/sgimips/stand/common/boot.c
164
strcpy(bootfile, argv[0]);
sys/arch/sgimips/stand/common/boot.c
165
ep = strrchr(bootfile, ')');
sys/arch/sgimips/stand/common/boot.c
166
i = ep - bootfile;
sys/arch/sgimips/stand/common/boot.c
167
bootfile[i - 1] = '0';
sys/arch/sgimips/stand/common/boot.c
168
if (strstr(bootfile, "ip3x"))
sys/arch/sgimips/stand/common/boot.c
173
if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0)
sys/arch/sgimips/stand/common/boot.c
210
strcpy(bootfile, bootpath);
sys/arch/sgimips/stand/common/boot.c
211
strcat(bootfile, kernel);
sys/arch/sgimips/stand/common/boot.c
212
win = loadfile(bootfile, marks, LOAD_KERNEL);
sys/arch/sgimips/stand/common/boot.c
218
strcpy(bootfile, bootpath);
sys/arch/sgimips/stand/common/boot.c
219
strcat(bootfile, kernelnames[i]);
sys/arch/sgimips/stand/common/boot.c
221
win = loadfile(bootfile, marks, LOAD_KERNEL);
sys/arch/sgimips/stand/common/boot.c
234
strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN);
sys/arch/sgimips/stand/sgivol/sgivol.c
309
printf("bootfile: %s\n", volhdr->bootfile);
sys/arch/sgimips/stand/sgivol/sgivol.c
340
strcpy(volhdr->bootfile, "/netbsd");
sys/arch/shark/stand/ofwboot/boot.c
98
char bootfile[128];
sys/fs/ntfs/ntfs.h
254
struct bootfile ntm_bootfile;
sys/fs/ntfs/ntfs_vfsops.c
344
memcpy(&ntmp->ntm_bootfile, bp->b_data, sizeof(struct bootfile));
sys/lib/libsa/bootp.c
159
(void)strncpy((char *)bp->bp_file, bootfile, sizeof(bp->bp_file));
sys/lib/libsa/bootp.c
221
(void)memcpy(bootfile, rbuf.rbootp.bp_file, sizeof(bootfile));
sys/lib/libsa/bootp.c
222
bootfile[sizeof(bootfile) - 1] = '\0';
sys/lib/libsa/bootp.c
271
if (bootfile[0] != '\0')
sys/lib/libsa/bootp.c
272
printf("file name: %s\n", bootfile);
sys/lib/libsa/globals.c
21
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
sys/lib/libsa/net.h
95
extern char bootfile[FNAME_SIZE];
sys/stand/efiboot/boot.c
207
const char *kernel = *fname ? fname : bootfile;
sys/stand/efiboot/dev_net.c
74
if (bootfile[0] != '\0')
sys/stand/efiboot/dev_net.c
75
printf("boot: file name: %s\n", bootfile);
sys/sys/bootblock.h
1351
char bootfile[16];
usr.bin/rump_dhcpclient/dhcp.c
247
p = dhcp->bootfile;
usr.bin/rump_dhcpclient/dhcp.c
248
e = p + sizeof(dhcp->bootfile);
usr.bin/rump_dhcpclient/dhcp.h
152
uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */
usr.sbin/bootp/bootpd/bootpd.c
602
char *homedir, *bootfile;
usr.sbin/bootp/bootpd/bootpd.c
825
bootfile = NULL;
usr.sbin/bootp/bootpd/bootpd.c
840
bootfile = strrchr(homedir, '/');
usr.sbin/bootp/bootpd/bootpd.c
841
if (bootfile) {
usr.sbin/bootp/bootpd/bootpd.c
842
if (homedir == bootfile)
usr.sbin/bootp/bootpd/bootpd.c
844
*bootfile++ = '\0';
usr.sbin/bootp/bootpd/bootpd.c
847
bootfile = homedir;
usr.sbin/bootp/bootpd/bootpd.c
853
(bootfile) ? bootfile : "");
usr.sbin/bootp/bootpd/bootpd.c
862
if (hp->flags.bootfile)
usr.sbin/bootp/bootpd/bootpd.c
863
bootfile = hp->bootfile->string;
usr.sbin/bootp/bootpd/bootpd.c
874
if (bootfile) {
usr.sbin/bootp/bootpd/bootpd.c
875
if (bootfile[0] != '/') {
usr.sbin/bootp/bootpd/bootpd.c
879
strlcat(lrealpath, bootfile, sizeof(lrealpath));
usr.sbin/bootp/bootpd/bootpd.c
881
bootfile = NULL;
usr.sbin/bootp/common/bootpd.h
170
struct shared_string *bootfile,
usr.sbin/bootp/common/bootpd.h
96
unsigned bootfile :1,
usr.sbin/bootp/common/dumptab.c
134
if (hp->flags.bootfile) {
usr.sbin/bootp/common/dumptab.c
135
fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string);
usr.sbin/bootp/common/readfile.c
1427
DUP_LINK(bootfile);
usr.sbin/bootp/common/readfile.c
1893
del_string(hostptr->bootfile);
usr.sbin/bootp/common/readfile.c
864
PARSE_STR(bootfile);
usr.sbin/sysinst/arch/cobalt/md.c
185
static const char *bootfile = "boot.gz";
usr.sbin/sysinst/arch/cobalt/md.c
197
run_program(0, "/bin/rm -f %s/%s", bootdir, bootfile);
usr.sbin/sysinst/arch/cobalt/md.c
201
bootfile, bootdir, kernels[i]);
usr.sbin/sysinst/arch/macppc/md.c
152
const char *bootfile = "/boot";
usr.sbin/sysinst/arch/macppc/md.c
180
cp_to_target("/usr/mdec/ofwboot", bootfile);
usr.sbin/sysinst/arch/macppc/md.c
183
pm->diskdev, "/usr/mdec/bootxx", bootfile);
usr.sbin/sysinst/arch/news68k/md.c
156
const char *bootfile = "/boot";
usr.sbin/sysinst/arch/news68k/md.c
159
cp_to_target("/usr/mdec/boot", bootfile);
usr.sbin/sysinst/arch/news68k/md.c
162
pm->diskdev, "/usr/mdec/bootxx", bootfile);
usr.sbin/sysinst/arch/newsmips/md.c
152
const char *bootfile = "/boot";
usr.sbin/sysinst/arch/newsmips/md.c
155
cp_to_target("/usr/mdec/boot", bootfile);
usr.sbin/sysinst/arch/newsmips/md.c
158
pm->diskdev, "/usr/mdec/bootxx", bootfile);