Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c88 IN CONST VOID *UserStruct in KeyCompare() argument
95 CmpStruct = UserStruct; in KeyCompare()
150 USER_STRUCT *UserStruct; in CmdForwardEmpty() local
155 UserStruct = Ptr; in CmdForwardEmpty()
156 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value); in CmdForwardEmpty()
157 free (UserStruct); in CmdForwardEmpty()
183 USER_STRUCT *UserStruct; in CmdBackwardEmpty() local
188 UserStruct = Ptr; in CmdBackwardEmpty()
189 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value); in CmdBackwardEmpty()
190 free (UserStruct); in CmdBackwardEmpty()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c51 VOID *UserStruct; member
76 return Node->UserStruct; in OrderedCollectionUserStruct()
214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct); in OrderedCollectionFind()
590 IN VOID *UserStruct in OrderedCollectionInsert() argument
608 Result = Tree->UserStructCompare (UserStruct, Tmp->UserStruct); in OrderedCollectionInsert()
639 Tmp->UserStruct = UserStruct; in OrderedCollectionInsert()
923 OUT VOID **UserStruct OPTIONAL in OrderedCollectionDelete()
939 if (UserStruct != NULL) { in OrderedCollectionDelete()
940 *UserStruct = Node->UserStruct; in OrderedCollectionDelete()
1433 ASSERT (Tree->UserStructCompare (Last->UserStruct, Node->UserStruct) < 0); in RedBlackTreeValidate()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DOrderedCollectionLib.h88 IN CONST VOID *UserStruct
355 IN VOID *UserStruct
422 OUT VOID **UserStruct OPTIONAL
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemuFwCfgAcpi.c63 IN CONST VOID *UserStruct in BlobKeyCompare() argument
68 Blob = UserStruct; in BlobKeyCompare()
669 VOID *UserStruct; in InstallQemuFwCfgTables() local
673 OrderedCollectionDelete (Tracker, TrackerEntry, &UserStruct); in InstallQemuFwCfgTables()
674 Blob = UserStruct; in InstallQemuFwCfgTables()
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DExtraRootBusMap.c96 IN CONST VOID *UserStruct in RootBridgePathKeyCompare() argument
103 Acpi = UserStruct; in RootBridgePathKeyCompare()