Lines Matching defs:boot_path
960 char *boot_path, *boot_img;
999 boot_path = grub_util_get_path (dir, "diskboot.img");
1000 boot_size = grub_util_get_image_size (boot_path);
1005 boot_img = grub_util_read_image (boot_path);
1022 free (boot_path);
1221 char *boot_path, *boot_img;
1224 boot_path = grub_util_get_path (dir, "boot.img");
1225 boot_size = grub_util_get_image_size (boot_path);
1226 boot_img = grub_util_read_image (boot_path);
1249 free (boot_path);
1277 char *boot_path, *boot_img;
1283 boot_path = grub_util_get_path (dir, "diskboot.img");
1284 boot_size = grub_util_get_image_size (boot_path);
1288 boot_img = grub_util_read_image (boot_path);
1296 free (boot_path);
1304 char *boot_path, *boot_img;
1334 boot_path = grub_util_get_path (dir, "fwstart_fuloong2f.img");
1339 boot_path = grub_util_get_path (dir, "fwstart.img");
1342 boot_size = grub_util_get_image_size (boot_path);
1343 boot_img = grub_util_read_image (boot_path);