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

/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DOrderedCollectionLib.h73 @param[in] StandaloneKey Pointer to the bare key.
78 @retval <0 If StandaloneKey compares less than UserStruct's key.
80 @retval 0 If StandaloneKey compares equal to UserStruct's key.
82 @retval >0 If StandaloneKey compares greater than UserStruct's key.
87 IN CONST VOID *StandaloneKey,
183 @param[in] Collection The collection to search for StandaloneKey.
185 @param[in] StandaloneKey The key to locate among the user structures linked
186 into Collection. StandaloneKey will be passed to
189 @retval NULL StandaloneKey could not be found.
192 StandaloneKey, otherwis
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
H A DOrderedCollectionTest.c72 @param[in] StandaloneKey Pointer to the bare key.
77 @retval <0 If StandaloneKey compares less than UserStruct's key.
79 @retval 0 If StandaloneKey compares equal to UserStruct's key.
81 @retval >0 If StandaloneKey compares greater than UserStruct's key.
87 IN CONST VOID *StandaloneKey,
94 CmpKey = StandaloneKey;
310 USER_KEY StandaloneKey; local
314 StandaloneKey.Value = Value;
315 Entry = OrderedCollectionFind (Collection, &StandaloneKey);
323 assert (UserStruct->Key.Value == StandaloneKey
86 KeyCompare( IN CONST VOID *StandaloneKey, IN CONST VOID *UserStruct ) argument
342 USER_KEY StandaloneKey; local
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DExtraRootBusMap.c80 @param[in] StandaloneKey Pointer to the bare UINT32 UID.
85 @retval <0 If StandaloneKey compares less than UserStruct's key.
87 @retval 0 If StandaloneKey compares equal to UserStruct's key.
89 @retval >0 If StandaloneKey compares greater than UserStruct's key.
95 IN CONST VOID *StandaloneKey,
102 Uid = StandaloneKey;
94 RootBridgePathKeyCompare( IN CONST VOID *StandaloneKey, IN CONST VOID *UserStruct ) argument
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
H A DQemuFwCfgAcpi.c47 @param[in] StandaloneKey Pointer to the bare key.
52 @retval <0 If StandaloneKey compares less than UserStruct's key.
54 @retval 0 If StandaloneKey compares equal to UserStruct's key.
56 @retval >0 If StandaloneKey compares greater than UserStruct's key.
62 IN CONST VOID *StandaloneKey,
69 return AsciiStrCmp (StandaloneKey, (CONST CHAR8 *)Blob->File);
61 BlobKeyCompare( IN CONST VOID *StandaloneKey, IN CONST VOID *UserStruct ) argument
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
H A DBaseOrderedCollectionRedBlackTreeLib.c190 @param[in] Tree The tree to search for StandaloneKey.
192 @param[in] StandaloneKey The key to locate among the user structures linked
193 into Tree. StandaloneKey will be passed to
196 @retval NULL StandaloneKey could not be found.
199 StandaloneKey, otherwise.
205 IN CONST VOID *StandaloneKey
214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct);

Completed in 106 milliseconds