Searched defs:bootfile (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dglobals.c23 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
/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

Completed in 85 milliseconds