Home
last modified time | relevance | path

Searched refs:bootfile (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/stand/boot/
Dboot.c70 const char *bootfile = kernels[0]; in boot() local
89 memcpy(cmd.image, bootfile, strlen(bootfile) + 1); in boot()
173 bootfile = kernels[i = 0]; in boot()
175 bootfile = kernels[i]; in boot()
176 memcpy(cmd.image, bootfile, strlen(bootfile) + 1); in boot()
179 (cmd.timeout) ? bootfile : ""); in boot()
/mirbsd/src/sys/lib/libsa/
Dbootp.c205 strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); in bootprecv()
206 bootfile[sizeof(bootfile) - 1] = '\0'; in bootprecv()
Dglobals.c24 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
Dnet.h75 extern char bootfile[FNAME_SIZE];
/mirbsd/src/sys/ntfs/
Dntfs.h224 struct bootfile { struct
253 struct bootfile ntm_bootfile; argument
Dntfs_vfsops.c549 bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile));
/mirbsd/src/sys/arch/i386/stand/libsa/
Dpxe.h490 uint8_t bootfile[128]; /* boot filename */ member