HomeSort by relevance Sort by last modified time
    Searched refs:UserStruct (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 74 @param[in] UserStruct Pointer to the user structure with the embedded
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.
88 IN CONST VOID *UserStruct
95 CmpStruct = UserStruct;
150 USER_STRUCT *UserStruct;
155 UserStruct = Ptr;
156 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
157 free (UserStruct);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
OrderedCollectionLib.h 75 @param[in] UserStruct Pointer to the user structure with the embedded
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.
88 IN CONST VOID *UserStruct
295 @param[in,out] Collection The collection to insert UserStruct into.
303 that now links UserStruct.
310 collection that compares equal to UserStruct),
317 @param[in] UserStruct The user structure to link into the collection.
318 UserStruct is ordered against in-collection user
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 51 VOID *UserStruct;
76 return Node->UserStruct;
214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct);
532 @param[in,out] Tree The tree to insert UserStruct into.
540 now links UserStruct.
547 compares equal to UserStruct), with return value
554 @param[in] UserStruct The user structure to link into the tree.
555 UserStruct is ordered against in-tree user
560 been allocated, linking UserStruct. The new
578 that compares equal to UserStruct. The node
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
ExtraRootBusMap.c 82 @param[in] UserStruct Pointer to the ACPI_HID_DEVICE_PATH with the
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.
96 IN CONST VOID *UserStruct
103 Acpi = UserStruct;
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c 49 @param[in] UserStruct Pointer to the user structure with the embedded
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.
63 IN CONST VOID *UserStruct
68 Blob = UserStruct;
665 VOID *UserStruct;
669 OrderedCollectionDelete (Tracker, TrackerEntry, &UserStruct);
670 Blob = UserStruct;

Completed in 76 milliseconds