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

/osnet-11/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:__anon266
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in180 ${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -boot n -net user,tftp=$netdir,bootfile=/boot/grub/$target_cpu-$platform/core.0 -net nic | cat | tr -d "\r"
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c1543 char *servername, *bootfile; local
1547 bootfile = grub_strndup(ack->boot_file, sizeof(ack->boot_file));
1582 grub_printf("BootFile : %s\n", bootfile);
1584 grub_free(bootfile);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1038 if (grub_strlen(bootfile) > MAX_BOOTFILE_LEN) {
1040 grub_printf("bootfile path too long\n");
1080 * - If the bootfile is a path to pxegrub, then search along each
1085 if (bootfile != NULL && bootfile[0] != 0) {
1087 grub_strcpy(menufile, bootfile);
1107 if (grub_memcmp(bootfile, "pxegrub.", i) == 0)
1108 grub_strcpy(c, bootfile + i);
1110 grub_strcpy(c, bootfile);
H A Dshared.h603 extern char *bootfile;

Completed in 453 milliseconds