Searched defs:boot_file (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c145 const char *boot_file, const char *core_file,
229 boot_path = grub_util_get_path (dir, boot_file);
893 char *boot_file; member in struct:arguments
936 if (arguments->boot_file)
937 free (arguments->boot_file);
939 arguments->boot_file = xstrdup (arg);
1174 arguments.boot_file ? : DEFAULT_BOOT_FILE,
1187 arguments.boot_file ? : DEFAULT_BOOT_FILE,
1201 free (arguments.boot_file);
144 setup(const char *dir, const char *boot_file, const char *core_file, const char *root, const char *dest, int must_embed, int force, int fs_probe, int allow_floppy, int force_mbr, int dry_run , char *version_spec ) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h381 char boot_file[128]; member in struct:grub_net_bootp_packet

Completed in 18 milliseconds