Searched refs:guid_vendor1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_variables.c | 21 static const efi_guid_t guid_vendor1 = variable 90 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute() 98 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 114 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute() 123 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute() 151 if (!efi_st_memcmp(&guid, &guid_vendor1, sizeof(efi_guid_t)) && in execute() 161 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute() 168 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
|
H A D | efi_selftest_devicepath.c | 32 static efi_guid_t guid_vendor1 = variable 108 boottime->copy_mem(&vendor_node.guid, &guid_vendor1, in setup()
|