Searched refs:variable_name (Results 1 – 12 of 12) sorted by relevance
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_variable.c | 66 static efi_status_t efi_to_native(char **native, const u16 *variable_name, in efi_to_native() argument 72 len = PREFIX_LEN + utf16_utf8_strlen(variable_name) + 1; in efi_to_native() 79 utf16_utf8_strcpy(&pos, variable_name); in efi_to_native() 163 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, in efi_get_variable() argument 173 EFI_ENTRY("\"%ls\" %pUl %p %p %p", variable_name, vendor, attributes, in efi_get_variable() 176 if (!variable_name || !vendor || !data_size) in efi_get_variable() 179 ret = efi_to_native(&native_name, variable_name, vendor); in efi_get_variable() 264 u16 *variable_name, in parse_uboot_variable() argument 292 p = variable_name; in parse_uboot_variable() 294 variable_name[name_len] = 0; in parse_uboot_variable() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | buildtest.py | 120 for variable_name in passthrough_variable_names: 121 current_variable = os.environ.get(variable_name) 124 name=variable_name,
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0003-FMP-Support-in-Corstone1000.patch | 117 + /* name size = (variable_name + \0) * sizeof(u16) */ 124 + /* name size = (variable_name + \0) * sizeof(u16) */ 131 + /* name size = (variable_name + \0) * sizeof(u16) */ 138 + /* name size = (variable_name + \0) * sizeof(u16) */ 145 + /* name size = (variable_name + \0) * sizeof(u16) */ 152 + /* name size = (variable_name + \0) * sizeof(u16) */
|
| /openbmc/u-boot/include/ |
| H A D | efi_loader.h | 525 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, 529 u16 *variable_name, 531 efi_status_t EFIAPI efi_set_variable(u16 *variable_name,
|
| H A D | efi_api.h | 230 efi_status_t (EFIAPI *get_variable)(u16 *variable_name, 236 u16 *variable_name, const efi_guid_t *vendor); 237 efi_status_t (EFIAPI *set_variable)(u16 *variable_name,
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page.py | 53 variable_name='Foo', 56 variable_name='Foo',
|
| H A D | test_builddashboard_page_artifacts.py | 146 variable_name='Christopher',
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
| H A D | chassis_template.md | 25 The syntax to specify a variable is `${variable_name}`.
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 272 …return Variable.objects.filter(build = build_id, variable_name = "IMAGE_FSTYPES")[ 0 ].variable_va… 610 build=self, variable_name='IMAGE_FSTYPES').variable_value 1790 variable_name = models.CharField(max_length=100) variable in Variable
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 580 v=variables.filter(variable_name='SSTATE_DIR') 583 v=variables.filter(variable_name='SSTATE_MIRRORS')
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 847 variable_name = k,
|
| /openbmc/u-boot/ |
| H A D | README | 2898 entry = variable_name[:attributes] 2926 If CONFIG_REGEX is defined, the variable_name above is evaluated as a 3838 entry = variable_name[:callback_name] 3850 If CONFIG_REGEX is defined, the variable_name above is evaluated as a
|