Searched defs:boot_path (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/boot/sparc64/ieee1275/ |
H A D | boot.S | 35 * The boot_path will be the OF device path of the partition where the 44 boot_path: label 160 GET_ABS(boot_path, %o3) 167 mov (boot_path_end - boot_path), %o4 171 /* Open up the boot_path, and use that handle to read the 174 * bootdev_handle = open(boot_path) 178 GET_ABS(boot_path, %o1)
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-setup.c | 153 char *boot_path, *core_path, *core_path_dev, *core_path_dev_full; local 229 boot_path = grub_util_get_path (dir, boot_file); 230 boot_size = grub_util_get_image_size (boot_path); 233 boot_path, GRUB_DISK_SECTOR_SIZE); 234 boot_img = grub_util_read_image (boot_path); 235 free (boot_path);
|
H A D | grub-mkimage.c | 960 char *boot_path, *boot_img; local 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; local 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; local 1304 char *boot_path, *boot_img; local [all...] |
Completed in 46 milliseconds