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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c62 struct image_target_desc struct
102 struct image_target_desc image_targets[] =
466 grub_target_to_host32_real (struct image_target_desc *image_target, grub_uint32_t in)
475 grub_target_to_host64_real (struct image_target_desc *image_target, grub_uint64_t in)
484 grub_host_to_target64_real (struct image_target_desc *image_target, grub_uint64_t in)
493 grub_host_to_target32_real (struct image_target_desc *image_target, grub_uint32_t in)
502 grub_target_to_host16_real (struct image_target_desc *image_target, grub_uint16_t in)
511 grub_host_to_target16_real (struct image_target_desc *image_target, grub_uint16_t in)
520 grub_host_to_target_addr_real (struct image_target_desc *image_target, grub_uint64_t in)
529 grub_target_to_host_real (struct image_target_desc *image_targe
[all...]

Completed in 21 milliseconds