Home
last modified time | relevance | path

Searched refs:set_variable (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_variables.c66 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute()
90 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
114 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
161 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
175 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py552 project.set_variable('INTERNAL_PROJECT_SPECIFIC_SKIPRELEASE','1')
557 project.set_variable(Project.PROJECT_SPECIFIC_CALLBACK,project_callback)
558 project.set_variable(Project.PROJECT_SPECIFIC_STATUS,Project.PROJECT_SPECIFIC_EDIT)
561 project.set_variable(Project.PROJECT_SPECIFIC_ISNEW,Project.PROJECT_SPECIFIC_NEW)
562 project.set_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE,"core-image-minimal")
568 project.set_variable(Project.PROJECT_SPECIFIC_ISNEW,Project.PROJECT_SPECIFIC_NONE)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch66 - status = set_variable(current_var, input_data,
81 - status = set_variable(u"var", "a",
102 - status = set_variable(current_var, input_data,
119 - status = set_variable(u"var", input_data,
H A D0012-Revert-Make-variable-index-usage-robust-with-redunda.patch234 - efi_status = set_variable(var_name, input_data, attributes);
/openbmc/u-boot/cmd/
H A Defidebug.c536 ret = EFI_CALL(RT->set_variable(var_name16, &guid, in do_efi_boot_add()
585 ret = EFI_CALL(RT->set_variable(var_name16, &guid, 0, 0, NULL)); in do_efi_boot_rm()
853 ret = EFI_CALL(RT->set_variable(L"BootNext", &guid, in do_efi_boot_next()
908 ret = EFI_CALL(RT->set_variable(L"BootOrder", &guid, in do_efi_boot_order()
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c315 .ptr = &efi_runtime_services.set_variable,
707 .set_variable = efi_set_variable,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py168 … project.set_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE,str(request.POST['default_image']))
170 project.set_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE,'')
210 project.set_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE,default_target)
H A Dviews.py1582 project.set_variable(Project.PROJECT_SPECIFIC_CALLBACK,'')
1584 project.set_variable(Project.PROJECT_SPECIFIC_ISNEW,'')
1585 project.set_variable(Project.PROJECT_SPECIFIC_STATUS,Project.PROJECT_SPECIFIC_NONE)
1587 project.set_variable('INTERNAL_PROJECT_SPECIFIC_SKIPRELEASE','')
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py426 …bitbake.req.project.set_variable(Project.PROJECT_SPECIFIC_STATUS,Project.PROJECT_SPECIFIC_CLONING_…
/openbmc/u-boot/include/
H A Defi_api.h237 efi_status_t (EFIAPI *set_variable)(u16 *variable_name,
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py379 def set_variable(self,variable,value): member in Project