Home
last modified time | relevance | path

Searched refs:guid2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c28 static efi_guid_t guid2 = variable
108 &guid1, &interface4, &guid2, &interface2, NULL); in setup()
156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface); in execute()
204 &guid2, &interface2, in execute()
295 &guid2, &interface2, in execute()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c24 const struct efi_guid *guid2) in compare_guid() argument
26 if (memcmp(guid1, guid2, sizeof(struct efi_guid)) == 0) in compare_guid()