Home
last modified time | relevance | path

Searched refs:guid2 (Results 1 – 3 of 3) 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()
/openbmc/linux/fs/smb/server/
H A Doplock.c479 const char *guid2, *key2; in compare_guid_key() local
481 guid2 = opinfo->conn->ClientGUID; in compare_guid_key()
483 if (!memcmp(guid1, guid2, SMB2_CLIENT_GUID_SIZE) && in compare_guid_key()