Searched defs:get_variable (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/ |
H A D | efiemu.h | 75 grub_efi_uint32_t get_variable; member in struct:grub_efiemu_runtime_services32 92 grub_efi_uint64_t get_variable; member in struct:grub_efiemu_runtime_services64
|
/osnet-11/usr/src/lib/libuefi_rt/common/ |
H A D | libuefi_rt_path.c | 328 get_variable(uefirt_hdl_t hdl, char *name, UINTN *data_size, void *data) function 822 ret = get_variable(hdl, "BootOrder", &boot_order_size, NULL); 836 ret = get_variable(hdl, "BootOrder", &boot_order_size, boot_order); 878 ret = get_variable(hdl, "BootOrder", &boot_order_size, NULL); 892 ret = get_variable(hdl, "BootOrder", &boot_order_size, boot_order); 931 ret = get_variable(hdl, "BootOrder", &boot_order_size, NULL); 945 ret = get_variable(hdl, "BootOrder", &boot_order_size, boot_order); 993 if ((get_variable(hdl, "BootOrder", &size, bo_ptr) == EFI_NOT_FOUND) || 1011 (ret = get_variable(hdl, "BootOrder", &size, bo_ptr)) != 2308 if ((ret = get_variable(hd [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/efi/ |
H A D | api.h | 1036 (*get_variable) (grub_efi_char16_t *variable_name, member in struct:grub_efi_runtime_services
|
Completed in 29 milliseconds