Home
last modified time | relevance | path

Searched refs:get_variable (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/xen/
H A Defi.c123 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable()
125 set_xen_guest_handle(efi_data(op).u.get_variable.name, name); in xen_efi_get_variable()
127 sizeof(efi_data(op).u.get_variable.vendor_guid)); in xen_efi_get_variable()
128 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable()
129 efi_data(op).u.get_variable.size = *data_size; in xen_efi_get_variable()
130 set_xen_guest_handle(efi_data(op).u.get_variable.data, data); in xen_efi_get_variable()
135 *data_size = efi_data(op).u.get_variable.size; in xen_efi_get_variable()
284 efi.get_variable = xen_efi_get_variable; in xen_efi_runtime_setup()
/OK3568_Linux_fs/kernel/security/integrity/platform_certs/
H A Dload_uefi.c56 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db()
70 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); in get_cert_list()
83 *status = efi.get_variable(name, guid, NULL, &lsize, db); in get_cert_list()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Defi.c109 status = efi.get_variable(L"SecureBoot", &efi_variable_guid, in xen_efi_get_secureboot()
119 status = efi.get_variable(L"SetupMode", &efi_variable_guid, in xen_efi_get_secureboot()
130 status = efi.get_variable(L"MokSBStateRT", &shim_guid, in xen_efi_get_secureboot()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dima_arch.c26 status = efi.get_variable(L"SecureBoot", &efi_variable_guid, in get_sb_mode()
39 status = efi.get_variable(L"SetupMode", &efi_variable_guid, in get_sb_mode()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A D0001-meson.build-Disable-libseccomp-for-all-archs.patch36 fontconfig_cache_path = fontconfig_dep.get_variable(pkgconfig: 'cachedir')
37 xkb_base = xkb_config_dep.get_variable(pkgconfig: 'xkb_base')
/OK3568_Linux_fs/buildroot/package/mesa3d/
H A D0002-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch34 - '-DLIBCLC_INCLUDEDIR="@0@/"'.format(dep_clc.get_variable(pkgconfig : 'includedir')),
36 '-DLIBCLC_LIBEXECDIR="@0@/"'.format(dep_clc.get_variable(pkgconfig : 'libexecdir'))
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0031-efi-Add-a-function-to-read-EFI-variables-with-attrib.patch41 - status = efi_call_5 (r->get_variable, var16, guid, NULL, &datasize, data);
42 + status = efi_call_5 (r->get_variable, var16, guid, attributes, &datasize, data);
H A D0030-efi-Return-grub_efi_status_t-from-grub_efi_get_varia.patch99 status = efi_call_5 (r->get_variable, var16, guid, NULL, &datasize, data);
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dvars.c864 status = ops->get_variable(entry->var.VariableName, in efivar_entry_size()
894 status = __efivars->ops->get_variable(entry->var.VariableName, in __efivar_entry_get()
922 status = __efivars->ops->get_variable(entry->var.VariableName, in efivar_entry_get()
1013 status = ops->get_variable(entry->var.VariableName, in efivar_entry_set_get_size()
H A Druntime-wrappers.c206 status = efi_call_virt(get_variable, (efi_char16_t *)arg1, in efi_call_rts()
468 efi.get_variable = virt_efi_get_variable; in efi_native_runtime_setup()
H A Defi.c182 generic_ops.get_variable = efi.get_variable; in generic_ops_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h226 u32 get_variable; member
279 efi_get_variable_t __efiapi *get_variable; member
561 efi_get_variable_t *get_variable; member
955 efi_get_variable_t *get_variable; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Defivar.c103 status = efi.get_variable( in read_efi_var()
/OK3568_Linux_fs/buildroot/package/pipewire-media-session/
H A D0001-meson-remove-session-managers-option-check.patch20 @@ -4,9 +4,7 @@ systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunit
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch25 opencv_prefix = opencv_dep.get_variable('prefix')
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Defi.c152 (efi_get_variable_t *) __va(runtime->get_variable), \
546 efi.get_variable = phys_get_variable; in efi_init()
674 efi.get_variable = virt_get_variable; in efi_enter_virtual_mode()
937 status = efi.get_variable(name_utf16, &guid, NULL, &size, data); in efi_uart_console_only()
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dprobe_roms.c189 status = get_efi()->get_variable(isci_efivar_name, in isci_get_efi_var()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi_64.c596 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
804 efi.get_variable = efi_thunk_get_variable; in efi_thunk_runtime_setup()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch40 mutter_typelibdir = mutter_dep.get_variable('typelibdir')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1449 if '1' == project.get_variable('INTERNAL_PROJECT_SPECIFIC_SKIPRELEASE'):
1522 …if Project.PROJECT_SPECIFIC_CLONING_SUCCESS == project.get_variable(Project.PROJECT_SPECIFIC_STATU…
1527 "is_new" : project.get_variable(Project.PROJECT_SPECIFIC_ISNEW),
1528 "default_image_recipe" : project.get_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE),
1540 callback = project.get_variable(Project.PROJECT_SPECIFIC_CALLBACK)
1552 default_target = project.get_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE)
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c385 .get_variable = (void *)&efi_device_error,
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dplatform.h183 } get_variable, set_variable; member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py312 return self.get_variable(Project.PROJECT_SPECIFIC_ISNEW)
374 def get_variable(self,variable,default_value = ''): member in Project
386 return self.get_variable(Project.PROJECT_SPECIFIC_DEFAULTIMAGE)
/OK3568_Linux_fs/kernel/drivers/firmware/efi/test/
H A Defi_test.c184 status = efi.get_variable(name, vd, at, dz, data); in efi_runtime_get_variable()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h190 efi_status_t (EFIAPI *get_variable)(s16 *variable_name,

12