/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_variables.c | 75 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute() 98 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 123 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 168 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 182 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute()
|
/openbmc/phosphor-led-sysfs/ |
H A D | meson.build | 32 udevdir = dependency('udev').get_variable('udevdir') 41 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir'), 45 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir'), 53 install_dir: dbus.get_variable(pkgconfig: 'system_bus_services_dir'),
|
/openbmc/linux/drivers/xen/ |
H A D | efi.c | 124 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() 126 set_xen_guest_handle(efi_data(op).u.get_variable.name, name); in xen_efi_get_variable() 128 sizeof(efi_data(op).u.get_variable.vendor_guid)); in xen_efi_get_variable() 129 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable() 130 efi_data(op).u.get_variable.size = *data_size; in xen_efi_get_variable() 131 set_xen_guest_handle(efi_data(op).u.get_variable.data, data); in xen_efi_get_variable() 136 *data_size = efi_data(op).u.get_variable.size; in xen_efi_get_variable() 285 efi.get_variable = xen_efi_get_variable; in xen_efi_runtime_setup()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 32 - gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gd… 33 + get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/g… 45 - gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gd… 46 + get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/g…
|
/openbmc/phosphor-host-postd/ |
H A D | meson.build | 50 install_dir: systemd.get_variable('systemdsystemunitdir')) 76 udevdir = dependency('udev', required : false).get_variable('udevdir') 82 install_dir: systemd.get_variable('systemdsystemunitdir')
|
/openbmc/phosphor-logging/dist/ |
H A D | meson.build | 1 systemd_system_unit_dir = dependency('systemd').get_variable( 19 dbus_system_bus_services_dir = dependency('dbus-1').get_variable(
|
/openbmc/phosphor-networkd/ |
H A D | meson.build | 28 sdbusplusplus_depfiles = subproject('sdbusplus').get_variable( 76 install_dir: dependency('systemd').get_variable('systemdutildir') / 'network', 87 install_dir: dependency('systemd').get_variable('systemdsystemunitdir'),
|
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
H A D | meson.build | 26 systemd_system_unit_dir = dependency('systemd').get_variable( 30 udev_dir = dependency('udev').get_variable(
|
/openbmc/linux/security/integrity/platform_certs/ |
H A D | load_uefi.c | 58 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db() 72 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); in get_cert_list() 85 *status = efi.get_variable(name, guid, NULL, &lsize, db); in get_cert_list()
|
/openbmc/phosphor-misc/firstboot/ |
H A D | meson.build | 18 install_dir: set_mac.get_variable('systemdsystemunitdir'), 33 install_dir: set_hostname.get_variable('systemdsystemunitdir'),
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/ |
H A D | 0001-gdk-pixbuf-loader-meson.build-do-not-look-for-gdk-pi.patch | 21 -gdk_pixbuf_query_loaders = find_program(pixbuf_dep.get_variable(pkgconfig: 'gdk_pixbuf_query_loade… 25 pixbuf_dep.get_variable(pkgconfig: 'gdk_pixbuf_moduledir', pkgconfig_define: ['prefix', prefix]),
|
/openbmc/phosphor-hwmon/ |
H A D | meson.build | 81 cli11_dep = cli11_proj.get_variable('CLI11_dep') 91 systemd_system_unit_dir = dependency('systemd').get_variable( 95 udev_dir = dependency('udev').get_variable(
|
/openbmc/libcper/tests/ |
H A D | meson.build | 32 nlohmann_json_dep = nlohmann_proj.get_variable('nlohmann_json_dep') 38 valijson_dep = valijson_proj.get_variable('valijson_dep')
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | meson.build | 99 sdbusplus = sdbusplus_proj.get_variable('sdbusplus_dep') 107 cli11 = cli11_proj.get_variable('CLI11_dep') 127 systemd_system_unit_dir = systemd.get_variable('systemdsystemunitdir')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider/ |
H A D | 0001-meson-add-option-to-allow-override-default-default_p.patch | 23 - default_pkcs11_module = p11_kit.get_variable(pkgconfig: 'proxy_module') 28 + default_pkcs11_module = p11_kit.get_variable(pkgconfig: 'proxy_module')
|
/openbmc/qemu/tests/fp/ |
H A D | meson.build | 40 libsoftfloat = libsoftfloat_proj.get_variable('libsoftfloat_dep') 44 libtestfloat = libtestfloat_proj.get_variable('libtestfloat_dep') 45 libslowfloat = libtestfloat_proj.get_variable('libslowfloat_dep')
|
/openbmc/linux/arch/x86/xen/ |
H A D | efi.c | 107 mode = efi_get_secureboot_mode(efi.get_variable); in xen_efi_get_secureboot() 117 status = efi.get_variable(L"MokSBStateRT", &shim_guid, in xen_efi_get_secureboot()
|
/openbmc/obmc-console/ |
H A D | meson.build | 17 systemdsystemunitdir = dependency('systemd').get_variable('systemdsystemunitdir') 58 install_dir: udev.get_variable('udevdir') / 'rules.d',
|
/openbmc/phosphor-gpio-monitor/ |
H A D | meson.build | 41 systemd_system_unit_dir = systemd.get_variable( 73 udev.get_variable(
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 662 ret = EFI_CALL(RT->get_variable(var_name16, &guid, NULL, &size, NULL)); in show_efi_boot_opt() 665 ret = EFI_CALL(RT->get_variable(var_name16, &guid, NULL, &size, in show_efi_boot_opt() 751 ret = EFI_CALL(RT->get_variable(L"BootOrder", &guid, NULL, &size, in show_efi_boot_order() 755 ret = EFI_CALL(RT->get_variable(L"BootOrder", &guid, NULL, in show_efi_boot_order() 774 ret = EFI_CALL(RT->get_variable(var_name16, &guid, NULL, &size, in show_efi_boot_order() 787 ret = EFI_CALL(RT->get_variable(var_name16, &guid, NULL, &size, in show_efi_boot_order()
|
/openbmc/qemu/tests/functional/ |
H A D | meson.build | 253 target_tests = get_variable('tests_' + target_base + '_' + sysmode + '_quick', []) \ 254 + get_variable('tests_generic_' + sysmode) 257 target_tests = get_variable('tests_' + target_base + '_' + sysmode + '_' + speed, [])
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_bootmgr.c | 103 EFI_CALL(ret = rs->get_variable(name, v, NULL, size, buf)); in get_var() 106 EFI_CALL(ret = rs->get_variable(name, v, NULL, size, buf)); in get_var()
|
/openbmc/phosphor-inventory-manager/ |
H A D | meson.build | 66 ifacesdir = phosphor_dbus_interfaces_dep.get_variable('yamldir') 72 sdbusplus_dep = sdbusplus_proj.get_variable('sdbusplus_dep')
|
/openbmc/bios-bmc-smm-error-logger/service_files/ |
H A D | meson.build | 9 install_dir: systemd.get_variable('systemdsystemunitdir'),
|
/openbmc/estoraged/service_files/ |
H A D | meson.build | 3 systemd_system_unitdir = systemd_dep.get_variable('systemdsystemunitdir')
|