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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c88 #define grub_host_to_target16(x) grub_cpu_to_be16(x) macro
95 #define grub_host_to_target16(x) grub_cpu_to_le16(x) macro
208 prev->len = grub_host_to_target16 (grub_target_to_host16 (prev->len) + 1);
212 block->len = grub_host_to_target16 (1);
214 block->segment = grub_host_to_target16 (current_segment);
H A Dgrub-mkimage.c463 #define grub_host_to_target16(x) (grub_host_to_target16_real (image_target, (x))) macro
1012 block->len = grub_host_to_target16 (num);
1016 == grub_host_to_target16 (GRUB_BOOT_I386_PC_KERNEL_SEG
1067 c->machine = grub_host_to_target16 (image_target->pe_target);
1069 c->num_sections = grub_host_to_target16 (4);
1071 c->characteristics = grub_host_to_target16 (GRUB_PE32_EXECUTABLE_IMAGE
1084 c->optional_header_size = grub_host_to_target16 (sizeof (struct grub_pe32_optional_header));
1089 o->magic = grub_host_to_target16 (GRUB_PE32_PE32_MAGIC);
1104 o->subsystem = grub_host_to_target16 (GRUB_PE32_SUBSYSTEM_EFI_APPLICATION);
1122 c->optional_header_size = grub_host_to_target16 (sizeo
[all...]

Completed in 1242 milliseconds