Searched refs:bootfile (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dloader.conf7 bootfile="kernel" # Kernel name (possibly absolute path)
/illumos-gate/usr/src/boot/sys/boot/forth/
H A Dloader.conf17 bootfile="unix" # Kernel name (possibly absolute path)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dglobals.c23 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
H A Dnet.h72 extern char bootfile[FNAME_SIZE];
H A Dbootp.c134 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
212 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
213 bootfile[sizeof(bootfile) - 1] = '\0';
574 {67, __TXT, "bootfile-name"},
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c161 post_mountroot(char *bootfile, char *redirect) argument
166 /* Save the bootfile, just in case we need it again */
167 (void) strcpy(filename2, bootfile);
173 printf("Enter filename [%s]: ", bootfile);
176 (void) strcpy(bootfile, tmpname);
184 if ((fd = openfile(bootfile)) == FAILURE) {
195 /* restore bootfile */
196 (void) strcpy(bootfile, filename2);
201 printf("%s: cannot open %s\n", my_own_name, bootfile);
204 /* restore bootfile */
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c193 char bootdev[OBP_MAXPATHLEN], bootfile[OBP_MAXPATHLEN]; local
208 (void) strcpy(bootfile, CPRBOOT);
214 (void) strcat(bootfile, sp);
215 len = strlen(bootfile);
217 cpr_abbreviate_devpath(sp, &bootfile[len]);
237 cpr_prop_update(file_idx, bootfile);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c102 char *bootfile = NULL; variable
566 bootfile = bootpreply->bp_file;
663 bootfile = dhcpreply->bp_file;
1245 if (bootfile == NULL)
1248 etherboot_printf ("BootFile: %s\n", bootfile);
1345 bootfile = dhcpreply->bp_file;
H A Dpxe.h490 uint8_t bootfile[128]; /* boot filename */ member in struct:__anon2142
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1417 valid_DOS_boot(char *bootfile, uchar_t **bootloadp) argument
1427 if ((err = stat(bootfile, &status)) != 0) {
1429 myname, bootfile, err);
1448 if ((bfd = open(bootfile, O_RDONLY)) == -1) {
1450 myname, bootfile);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h482 uint8_t bootfile[128]; /* boot filename */ member in struct:__anon328
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1010 if (bootfile != NULL && bootfile[0] != 0) {
1015 if (grub_memcmp(bootfile, "pxegrub.", i) == 0)
1016 grub_strcpy(c, bootfile + i);
1018 grub_strcpy(c, bootfile);
H A Dshared.h603 extern char *bootfile;

Completed in 173 milliseconds