Home
last modified time | relevance | path

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

/openbsd/usr.sbin/installboot/
H A 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()
H A 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/sys/lib/libsa/
H A Dbootp.c201 strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); in bootprecv()
202 bootfile[sizeof(bootfile) - 1] = '\0'; in bootprecv()
H A Dglobals.c22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
H A Dnet.h78 extern char bootfile[FNAME_SIZE];
/openbsd/sys/ntfs/
H A Dntfs.h225 struct bootfile { struct
261 struct bootfile ntm_bootfile; argument
H A Dntfs_vfsops.c297 bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile)); in ntfs_mountfs()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dboot.c92 extern char bootfile[128];
/openbsd/sys/arch/i386/stand/libsa/
H A Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/openbsd/sys/arch/amd64/stand/libsa/
H A Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/openbsd/sys/arch/sparc64/stand/bootblk/
H A Dbootblk.fth831 : do-boot ( bootfile -- )