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

/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h77 grub_efi_uint32_t set_variable; member in struct:grub_efiemu_runtime_services32
94 grub_efi_uint64_t set_variable; member in struct:grub_efiemu_runtime_services64
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c286 set_variable(uefirt_hdl_t hdl, char *name, UINTN data_size, void *data) function
854 ret = set_variable(hdl, "BootOrder", dst * sizeof (uint16_t),
996 ret = set_variable(hdl, "BootOrder", sizeof (boot_num),
1065 if ((ret = set_variable(hdl, "BootOrder", sizeof (uint16_t) * i,
1098 ret = set_variable(hdl, boot_name, 0, NULL);
1910 if (set_variable(hdl, boot_name, bootopt_len, bootopt_buf)) {
3750 ret = set_variable(hdl, "BootNext", data_size, &bootnext);
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1048 (*set_variable) (grub_efi_char16_t *variable_name, member in struct:grub_efi_runtime_services

Completed in 27 milliseconds