Home
last modified time | relevance | path

Searched refs:set_variable (Results 1 – 25 of 25) 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/linux/drivers/xen/
H A Defi.c170 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable()
172 set_xen_guest_handle(efi_data(op).u.set_variable.name, name); in xen_efi_set_variable()
175 sizeof(efi_data(op).u.set_variable.vendor_guid)); in xen_efi_set_variable()
176 memcpy(&efi_data(op).u.set_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_set_variable()
177 efi_data(op).u.set_variable.size = data_size; in xen_efi_set_variable()
178 set_xen_guest_handle(efi_data(op).u.set_variable.data, data); in xen_efi_set_variable()
287 efi.set_variable = xen_efi_set_variable; in xen_efi_runtime_setup()
/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/linux/drivers/firmware/efi/
H A Dvars.c126 return __efivars && __efivars->ops->set_variable; in efivar_supports_writes()
221 setvar = __efivars->ops->set_variable; in efivar_set_variable_locked()
H A Druntime-wrappers.c261 status = efi_call_virt(set_variable, in efi_call_rts()
447 status = efi_call_virt_pointer(efi.runtime, set_variable, name, vendor, in virt_efi_set_variable_nb()
564 efi.set_variable = virt_efi_set_variable; in efi_native_runtime_setup()
H A Defibc.c22 status = efi.set_variable(name, &LINUX_EFI_LOADER_ENTRY_GUID, in efibc_set_variable()
H A Defi.c222 generic_ops.set_variable = efi.set_variable; in generic_ops_register()
/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/linux/arch/x86/platform/efi/
H A Defi_64.c658 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
689 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking()
839 efi.set_variable = efi_thunk_set_variable; in efi_thunk_runtime_setup()
H A Dquirks.c195 status = efi.set_variable((efi_char16_t *)efi_dummy_name, in efi_query_variable_store()
/openbmc/linux/include/linux/
H A Defi.h275 u32 set_variable; member
328 efi_set_variable_t __efiapi *set_variable; member
662 efi_set_variable_t *set_variable; member
1057 efi_set_variable_t *set_variable; member
/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.py1584 project.set_variable(Project.PROJECT_SPECIFIC_CALLBACK,'')
1586 project.set_variable(Project.PROJECT_SPECIFIC_ISNEW,'')
1587 project.set_variable(Project.PROJECT_SPECIFIC_STATUS,Project.PROJECT_SPECIFIC_NONE)
1589 project.set_variable('INTERNAL_PROJECT_SPECIFIC_SKIPRELEASE','')
/openbmc/linux/arch/ia64/kernel/
H A Defi.c188 (efi_set_variable_t *) __va(runtime->set_variable), \
550 efi.set_variable = phys_set_variable; in efi_init()
678 efi.set_variable = virt_set_variable; in efi_enter_virtual_mode()
/openbmc/linux/include/xen/interface/
H A Dplatform.h166 } get_variable, set_variable; member
/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.c259 status = efi.set_variable(name, &vendor_guid, in efi_runtime_set_variable()
/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/linux/drivers/firmware/google/
H A Dgsmi.c484 .set_variable = gsmi_set_variable,
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h115 efi_rt_call(set_variable, (efi_char16_t *)(name), \
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl889 sub set_variable { subroutine
1239 set_variable($lvalue, $rvalue);
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_scsi.c1393 static int set_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip) in set_variable() function
2342 result = set_variable(srb, chip); in app_cmd()
/openbmc/u-boot/include/
H A Defi_api.h237 efi_status_t (EFIAPI *set_variable)(u16 *variable_name,
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c1627 sts = efi.set_variable(EFI_BL_LEVEL_NAME, &EFI_BL_LEVEL_GUID, in applespi_save_bl_level()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py380 def set_variable(self,variable,value): member in Project