Home
last modified time | relevance | path

Searched refs:guid1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c25 static efi_guid_t guid1 = variable
96 ret = boottime->install_protocol_interface(&handle1, &guid1, in setup()
108 &guid1, &interface4, &guid2, &interface2, NULL); in setup()
203 &guid1, &interface4, in execute()
221 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
248 ret = boottime->locate_handle(BY_PROTOCOL, &guid1, NULL, in execute()
294 &guid1, &interface4, in execute()
305 ret = boottime->locate_handle_buffer(BY_PROTOCOL, &guid1, NULL, in execute()
335 if (efi_st_memcmp(prot_buffer[0], &guid1, 16) && in execute()
336 efi_st_memcmp(prot_buffer[1], &guid1, 16)) { in execute()
[all …]
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c23 static bool compare_guid(const struct efi_guid *guid1, in compare_guid() argument
26 if (memcmp(guid1, guid2, sizeof(struct efi_guid)) == 0) in compare_guid()
/openbmc/linux/fs/smb/server/
H A Doplock.c477 const char *guid1, const char *key1) in compare_guid_key() argument
483 if (!memcmp(guid1, guid2, SMB2_CLIENT_GUID_SIZE) && in compare_guid_key()