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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.h 71 * whenever the appropriate observable instance specified by ReferenceGuid calls Publish.
73 * @param EFI_GUID ReferenceGuid The observable guid that the callback interface will subscribe to.
84 IN EFI_GUID ReferenceGuid,
92 * @param EFI_GUID ReferenceGuid The observable guid to unsubscribe the interface from.
100 IN EFI_GUID ReferenceGuid,
106 * Use this to notify all functions who are subscribed to the guid specified by ReferenceGuid.
108 * @param EFI_GUID ReferenceGuid The observable guid that contains the list of interfaces to be notified.
117 IN EFI_GUID ReferenceGuid,
125 * @param EFI_GUID ReferenceGuid The observable guid to add.
133 IN EFI_GUID ReferenceGuid
    [all...]
Observable.c 204 * specified by ReferenceGuid so that it can be deleted. If the requested observable is found, before it
208 * EFI_GUID ReferenceGuid Corresponds to the observable that we're looking for.
215 EFI_GUID ReferenceGuid
219 if (CompareMem(&(Head->ObservableGuid), &ReferenceGuid, sizeof(ReferenceGuid)) == 0) {
232 Head->Next = FindAndDeleteObservable(Head->Next, ReferenceGuid);
280 * EFI_GUID ReferenceGuid Corresponds to the observable that we're looking for.
288 IN EFI_GUID ReferenceGuid,
293 if (CompareMem(&(Head->ObservableGuid), &ReferenceGuid, sizeof(ReferenceGuid)) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
Observable.h 89 whenever the appropriate observable instance specified by ReferenceGuid calls Publish.
91 @param EFI_GUID ReferenceGuid The observable guid that the callback interface will subscribe to.
102 IN EFI_GUID ReferenceGuid,
111 @param EFI_GUID ReferenceGuid The observable guid to unsubscribe the interface from.
120 IN EFI_GUID ReferenceGuid,
127 Use this to notify all functions who are subscribed to the guid specified by ReferenceGuid.
129 @param EFI_GUID ReferenceGuid The observable guid that contains the the list of interfaces to be notified.
139 IN EFI_GUID ReferenceGuid,
148 @param EFI_GUID ReferenceGuid The observable guid to add.
157 IN EFI_GUID ReferenceGuid
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 115 milliseconds