| /titanic_53/usr/src/psm/stand/boot/sparc/common/ |
| H A D | boot_plat.c | 161 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_53/usr/src/uts/sparc/os/ |
| H A D | cpr_sparc.c | 193 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_53/usr/src/boot/lib/libstand/ |
| H A D | bootp.c | 157 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file)); in bootp() 217 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp() 218 bootfile[sizeof(bootfile) - 1] = '\0'; in bootp()
|
| H A D | globals.c | 22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
|
| H A D | net.h | 76 extern char bootfile[FNAME_SIZE];
|
| /titanic_53/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | loader.conf | 7 bootfile="kernel" # Kernel name (possibly absolute path)
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | loader.conf | 17 bootfile="unix" # Kernel name (possibly absolute path)
|
| H A D | support.4th | 1618 \ 1. The "bootfile" environment variable 1632 s" bootfile" getenv dup -1 <> if 1653 \ 1. The "bootfile" environment variable 1735 \ 1. The "bootfile" environment variable 1803 s" bootfile" getenv dup -1 <> if
|
| /titanic_53/usr/src/cmd/cmd-inet/etc/ |
| H A D | wanboot.conf.sample | 43 # by wanboot-cgi(bootfile). 47 # These are used by wanboot-cgi(bootfile|bootfs|rootfs) to determine
|
| /titanic_53/usr/src/grub/grub-0.97/netboot/ |
| H A D | nic.c | 102 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 D | pxe.h | 490 uint8_t bootfile[128]; /* boot filename */ member
|
| /titanic_53/usr/src/cmd/fdformat/ |
| H A D | fdformat.c | 1417 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_53/usr/src/boot/sys/boot/common/ |
| H A D | help.common | 170 set bootfile=<filename>[;<filename>...] 173 by setting the bootfile variable to a semicolon-separated list of 175 directories. The default bootfile set is "kernel".
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | pxe.h | 480 uint8_t bootfile[128]; /* boot filename */ member
|
| /titanic_53/usr/src/grub/grub-0.97/stage2/ |
| H A D | builtins.c | 1000 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 D | shared.h | 603 extern char *bootfile;
|