Searched refs:boot_file (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c279 if (size > OFFSET_OF (boot_file, bp))
280 set_env_limn_ro (name, "boot_file", (char *) bp->boot_file,
281 sizeof (bp->boot_file));
321 if (size > OFFSET_OF (boot_file, bp) && path)
323 *path = grub_strndup (bp->boot_file, sizeof (bp->boot_file));
H A Dnet.c1547 bootfile = grub_strndup(ack->boot_file, sizeof(ack->boot_file));
/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 42 milliseconds