Searched refs:bootfile (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.sbin/installboot/ |
H A D | bootstrap.c | 35 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 D | landisk_installboot.c | 81 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 D | bootp.c | 201 strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); in bootprecv() 202 bootfile[sizeof(bootfile) - 1] = '\0'; in bootprecv()
|
H A D | globals.c | 22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
|
H A D | net.h | 78 extern char bootfile[FNAME_SIZE];
|
/openbsd/sys/ntfs/ |
H A D | ntfs.h | 225 struct bootfile { struct 261 struct bootfile ntm_bootfile; argument
|
H A D | ntfs_vfsops.c | 297 bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile)); in ntfs_mountfs()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | boot.c | 92 extern char bootfile[128];
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | pxe.h | 489 uint8_t bootfile[128]; /* boot filename */ member
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | pxe.h | 489 uint8_t bootfile[128]; /* boot filename */ member
|
/openbsd/sys/arch/sparc64/stand/bootblk/ |
H A D | bootblk.fth | 831 : do-boot ( bootfile -- )
|