Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c161 post_mountroot(char *bootfile, char *redirect) in post_mountroot() argument
167 (void) strcpy(filename2, bootfile); in post_mountroot()
173 printf("Enter filename [%s]: ", bootfile); in post_mountroot()
176 (void) strcpy(bootfile, tmpname); in post_mountroot()
184 if ((fd = openfile(bootfile)) == FAILURE) { in post_mountroot()
196 (void) strcpy(bootfile, filename2); in post_mountroot()
201 printf("%s: cannot open %s\n", my_own_name, bootfile); in post_mountroot()
205 (void) strcpy(bootfile, filename2); in post_mountroot()
224 my_own_name = bootfile; in post_mountroot()
/titanic_41/usr/src/uts/sparc/os/
H A Dcpr_sparc.c193 char bootdev[OBP_MAXPATHLEN], bootfile[OBP_MAXPATHLEN]; in cpr_prop_setup() local
208 (void) strcpy(bootfile, CPRBOOT); in cpr_prop_setup()
214 (void) strcat(bootfile, sp); in cpr_prop_setup()
215 len = strlen(bootfile); in cpr_prop_setup()
217 cpr_abbreviate_devpath(sp, &bootfile[len]); in cpr_prop_setup()
237 cpr_prop_update(file_idx, bootfile); in cpr_prop_setup()
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample43 # by wanboot-cgi(bootfile).
47 # These are used by wanboot-cgi(bootfile|bootfs|rootfs) to determine
/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1000 if (bootfile != NULL && bootfile[0] != 0) { in solaris_config_file()
1005 if (grub_memcmp(bootfile, "pxegrub.", i) == 0) in solaris_config_file()
1006 grub_strcpy(c, bootfile + i); in solaris_config_file()
1008 grub_strcpy(c, bootfile); in solaris_config_file()
H A Dshared.h603 extern char *bootfile;