Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c162 post_mountroot(char *bootfile, char *redirect) in post_mountroot() argument
168 (void) strcpy(filename2, bootfile); in post_mountroot()
174 printf("Enter filename [%s]: ", bootfile); in post_mountroot()
177 (void) strcpy(bootfile, tmpname); in post_mountroot()
185 if ((fd = openfile(bootfile)) == FAILURE) { in post_mountroot()
197 (void) strcpy(bootfile, filename2); in post_mountroot()
202 printf("%s: cannot open %s\n", my_own_name, bootfile); in post_mountroot()
206 (void) strcpy(bootfile, filename2); in post_mountroot()
225 my_own_name = bootfile; in post_mountroot()
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c191 char bootdev[OBP_MAXPATHLEN], bootfile[OBP_MAXPATHLEN]; in cpr_prop_setup() local
206 (void) strcpy(bootfile, CPRBOOT); in cpr_prop_setup()
212 (void) strcat(bootfile, sp); in cpr_prop_setup()
213 len = strlen(bootfile); in cpr_prop_setup()
215 cpr_abbreviate_devpath(sp, &bootfile[len]); in cpr_prop_setup()
235 cpr_prop_update(file_idx, bootfile); in cpr_prop_setup()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c157 strncpy(bp->bp_file, bootfile, sizeof (bp->bp_file)); in bootp()
215 bcopy(rbootp->bp_file, bootfile, sizeof (bootfile)); in bootp()
216 bootfile[sizeof (bootfile) - 1] = '\0'; in bootp()
H A Dglobals.c22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
H A Dnet.h76 extern char bootfile[FNAME_SIZE];
/illumos-gate/usr/src/boot/forth/
H A Dloader.conf17 bootfile="unix" # Kernel name (possibly absolute path)
H A Dsupport.4th1722 \ 1. The "bootfile" environment variable
1736 s" bootfile" getenv dup -1 <> if
1757 \ 1. The "bootfile" environment variable
1839 \ 1. The "bootfile" environment variable
1907 s" bootfile" getenv dup -1 <> if
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c102 char *bootfile = NULL; variable
566 bootfile = bootpreply->bp_file; in await_bootp()
663 bootfile = dhcpreply->bp_file; in await_dhcp()
1245 if (bootfile == NULL) in print_network_configuration()
1248 etherboot_printf ("BootFile: %s\n", bootfile); in print_network_configuration()
1345 bootfile = dhcpreply->bp_file; in dhcp_copy()
H A Dpxe.h490 uint8_t bootfile[128]; /* boot filename */ member
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1417 valid_DOS_boot(char *bootfile, uchar_t **bootloadp) in valid_DOS_boot() argument
1427 if ((err = stat(bootfile, &status)) != 0) { in valid_DOS_boot()
1429 myname, bootfile, err); in valid_DOS_boot()
1448 if ((bfd = open(bootfile, O_RDONLY)) == -1) { in valid_DOS_boot()
1450 myname, bootfile); in valid_DOS_boot()
/illumos-gate/usr/src/boot/common/
H A Dhelp.common196 set bootfile=<filename>[;<filename>...]
199 by setting the bootfile variable to a semicolon-separated list of
201 directories. The default bootfile set is "unix".
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h485 uint8_t bootfile[128]; /* boot filename */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1003 if (bootfile != NULL && bootfile[0] != 0) { in solaris_config_file()
1008 if (grub_memcmp(bootfile, "pxegrub.", i) == 0) in solaris_config_file()
1009 grub_strcpy(c, bootfile + i); in solaris_config_file()
1011 grub_strcpy(c, bootfile); in solaris_config_file()
H A Dshared.h604 extern char *bootfile;