Home
last modified time | relevance | path

Searched refs:StandaloneKey (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c87 IN CONST VOID *StandaloneKey, in KeyCompare() argument
94 CmpKey = StandaloneKey; in KeyCompare()
310 USER_KEY StandaloneKey; in CmdFind() local
314 StandaloneKey.Value = Value; in CmdFind()
315 Entry = OrderedCollectionFind (Collection, &StandaloneKey); in CmdFind()
323 assert (UserStruct->Key.Value == StandaloneKey.Value); in CmdFind()
342 USER_KEY StandaloneKey; in CmdDelete() local
347 StandaloneKey.Value = Value; in CmdDelete()
348 Entry = OrderedCollectionFind (Collection, &StandaloneKey); in CmdDelete()
358 assert (UserStruct->Key.Value == StandaloneKey.Value); in CmdDelete()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DOrderedCollectionLib.h87 IN CONST VOID *StandaloneKey,
198 IN CONST VOID *StandaloneKey
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DExtraRootBusMap.c95 IN CONST VOID *StandaloneKey, in RootBridgePathKeyCompare() argument
102 Uid = StandaloneKey; in RootBridgePathKeyCompare()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemuFwCfgAcpi.c62 IN CONST VOID *StandaloneKey, in BlobKeyCompare() argument
69 return AsciiStrCmp (StandaloneKey, (CONST CHAR8 *)Blob->File); in BlobKeyCompare()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c205 IN CONST VOID *StandaloneKey in OrderedCollectionFind() argument
214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct); in OrderedCollectionFind()