Searched refs:UserStruct2 (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
H A DOrderedCollectionTest.c108 @param[in] UserStruct2 Pointer to the second user structure.
110 @retval <0 If UserStruct1 compares less than UserStruct2.
112 @retval 0 If UserStruct1 compares equal to UserStruct2.
114 @retval >0 If UserStruct1 compares greater than UserStruct2.
121 IN CONST VOID *UserStruct2
127 return KeyCompare (&CmpStruct1->Key, UserStruct2);
255 USER_STRUCT *UserStruct, *UserStruct2; local
275 UserStruct2 = OrderedCollectionUserStruct (Entry);
276 assert (UserStruct != UserStruct2);
277 assert (UserStruct2
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DOrderedCollectionLib.h55 @param[in] UserStruct2 Pointer to the second user structure.
57 @retval <0 If UserStruct1 compares less than UserStruct2.
59 @retval 0 If UserStruct1 compares equal to UserStruct2.
61 @retval >0 If UserStruct1 compares greater than UserStruct2.
67 IN CONST VOID *UserStruct2
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DExtraRootBusMap.c48 @param[in] UserStruct2 Pointer to the second ACPI_HID_DEVICE_PATH.
50 @retval <0 If UserStruct1 compares less than UserStruct2.
52 @retval 0 If UserStruct1 compares equal to UserStruct2.
54 @retval >0 If UserStruct1 compares greater than UserStruct2.
61 IN CONST VOID *UserStruct2
68 Acpi2 = UserStruct2;
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
H A DQemuFwCfgAcpi.c78 @param[in] UserStruct2 Pointer to the second user structure.
80 @retval <0 If UserStruct1 compares less than UserStruct2.
82 @retval 0 If UserStruct1 compares equal to UserStruct2.
84 @retval >0 If UserStruct1 compares greater than UserStruct2.
91 IN CONST VOID *UserStruct2
97 return BlobKeyCompare (Blob1->File, UserStruct2);

Completed in 19 milliseconds