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

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c125 struct grub_efi_runtime_services efiemu_runtime_services; variable in typeref:struct:grub_efi_runtime_services
400 efiemu_runtime_services.hdr.crc32 = 0;
401 efiemu_runtime_services.hdr.crc32 = efiemu_getcrc32
402 (0, &efiemu_runtime_services, sizeof (efiemu_runtime_services));
585 struct grub_efi_runtime_services efiemu_runtime_services = variable in typeref:struct:grub_efi_runtime_services
634 .runtime_services = &efiemu_runtime_services,

Completed in 20 milliseconds