Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/installboot/
Dbootstrap.c35 bootstrap(int devfd, char *dev, char *bootfile) in bootstrap() argument
61 fprintf(stderr, "reading bootstrap from %s\n", bootfile); in bootstrap()
62 fd = open(bootfile, O_RDONLY); in bootstrap()
64 err(1, "open %s", bootfile); in bootstrap()
66 err(1, "fstat %s", bootfile); in bootstrap()
Dlandisk_installboot.c81 md_bootstrap(int devfd, char *dev, char *bootfile) in md_bootstrap() argument
108 fprintf(stderr, "reading bootstrap from %s\n", bootfile); in md_bootstrap()
109 fd = open(bootfile, O_RDONLY); in md_bootstrap()
111 err(1, "open %s", bootfile); in md_bootstrap()
113 err(1, "fstat %s", bootfile); in md_bootstrap()
/openbsd/src/sys/lib/libsa/
Dbootp.c201 strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); in bootprecv()
202 bootfile[sizeof(bootfile) - 1] = '\0'; in bootprecv()
Dglobals.c22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
Dnet.h78 extern char bootfile[FNAME_SIZE];
/openbsd/src/sys/ntfs/
Dntfs.h225 struct bootfile { struct
261 struct bootfile ntm_bootfile; argument
Dntfs_vfsops.c297 bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile)); in ntfs_mountfs()
/openbsd/src/sys/arch/sparc64/stand/ofwboot/
Dboot.c92 extern char bootfile[128];
/openbsd/src/sys/arch/i386/stand/libsa/
Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/openbsd/src/sys/arch/amd64/stand/libsa/
Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/openbsd/src/sys/arch/sparc64/stand/bootblk/
Dbootblk.fth831 : do-boot ( bootfile -- )