HomeSort by relevance Sort by last modified time
    Searched refs:Registration (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/compiler-rt/lib/profile/
InstrProfilingRuntime.cc 27 RegisterRuntime Registration;
  /external/libchrome/mojo/public/cpp/bindings/
sequence_local_sync_event_watcher.h 56 class Registration;
60 const std::unique_ptr<Registration> registration_;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/
DxeSmmReadyToLockOnExitPmAuthThunk.c 80 VOID *Registration;
90 &Registration
  /external/tensorflow/tensorflow/core/common_runtime/
copy_tensor.h 53 class Registration {
55 Registration(DeviceType sender_device_type, DeviceType receiver_device_type,
65 // CopyTensor::Registration.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Notify.c 90 registration
92 @param Registration Returns the registration record
94 @retval EFI_SUCCESS Successfully returned the registration record
96 @retval EFI_INVALID_PARAMETER Protocol is NULL or Registration is NULL
98 @retval EFI_NOT_FOUND If the registration is not found when Function == NULL
106 OUT VOID **Registration
114 if (Protocol == NULL || Registration == NULL) {
124 ProtNotify = (PROTOCOL_NOTIFY * )*Registration;
133 // If Registration is an existing registration, then unhook it
    [all...]
Locate.c 181 Registration is pasased in return a Protocol Instance that was just add
186 @param Registration Optional Registration Key returned from
199 IN VOID *Registration OPTIONAL,
223 Position.SearchKey = Registration;
228 if (Registration == NULL) {
245 } else if (Registration != NULL) {
250 ProtNotify = Registration;
  /external/libchrome/mojo/public/cpp/bindings/lib/
sequence_local_sync_event_watcher.cc 227 class SequenceLocalSyncEventWatcher::Registration {
229 explicit Registration(const SequenceLocalSyncEventWatcher* watcher)
235 ~Registration() {
258 DISALLOW_COPY_AND_ASSIGN(Registration);
263 : registration_(std::make_unique<Registration>(this)),
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 62 // Try to locate it because gEfiPciEnumerationCompleteProtocolGuid will trigger it once when registration.
136 VOID *Registration;
162 &Registration
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 98 registration
100 @param Registration Returns the registration record
103 @retval EFI_SUCCESS Successfully returned the registration record
112 OUT VOID **Registration
119 if ((Protocol == NULL) || (Event == NULL) || (Registration == NULL)) {
161 *Registration = ProtNotify;
Locate.c 536 Registration is passed in, return a Protocol Instance that was just add
537 to the system. If Registration is NULL return the first Protocol Interface
541 @param Registration Optional Registration Key returned from
554 IN VOID *Registration OPTIONAL,
578 Position.SearchKey = Registration;
591 if (Registration == NULL) {
609 } else if (Registration != NULL) {
614 ProtNotify = Registration;
  /device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 121 NULL /* Registration */, (VOID **)&LegacyBios);
271 VOID *Registration;
326 &Registration);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/
SmramSaveInfoHandlerSmm.c 131 VOID *Registration;
172 &Registration
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Event.c 31 OUT VOID **Registration
49 Registration - Registration key returned from RegisterProtocolNotify().
81 Registration
EfiDriverLib.c 66 VOID *Registration;
99 &Registration
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Event.c 31 OUT VOID **Registration
49 Registration - Registration key returned from RegisterProtocolNotify().
79 Registration
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiVariableThunkPlatform.c 161 VOID *Registration;
209 &Registration
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
FspWrapperNotifyDxe.c 84 // Try to locate it because gEfiPciEnumerationCompleteProtocolGuid will trigger it once when registration.
239 VOID *Registration;
258 &Registration
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
SaveLongModeContext.c 123 VOID *Registration;
192 &Registration
  /device/linaro/bootloader/edk2/OvmfPkg/SmmControl2Dxe/
SmmControl2Dxe.c 233 VOID *Registration;
249 mS3SaveStateInstalled, &Registration);
319 NULL /* Registration */, (VOID **)&S3SaveState);
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
trt_plugin_factory_test.cc 98 TEST_F(TrtPluginFactoryTest, Registration) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 67 @param Registration A pointer to a memory location to receive the registration value.
79 OUT VOID **Registration
105 Registration
128 @param Registration A pointer to a memory location to receive the registration value.
141 OUT VOID *Registration OPTIONAL
161 // The Registration is not optional to RegisterProtocolNotify().
164 if (Registration != NULL) {
165 RegistrationLocal = Registration;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 103 If Registration is NULL, then ASSERT().
110 @param Registration A pointer to a memory location to receive the registration value.
124 OUT VOID **Registration
132 ASSERT (Registration != NULL);
154 Registration
182 @param Registration A pointer to a memory location to receive the registration value.
195 OUT VOID *Registration OPTIONAL
219 // The Registration is not optional to RegisterProtocolNotify().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 125 If Registration is NULL, then ASSERT().
132 @param Registration A pointer to a memory location to receive the registration value.
146 OUT VOID **Registration
154 ASSERT (Registration != NULL);
176 Registration
204 @param Registration A pointer to a memory location to receive the registration value.
217 OUT VOID *Registration OPTIONAL
241 // The Registration is not optional to RegisterProtocolNotify().
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiMgmtModeRuntimeLib.h 212 VOID *Registration, OPTIONAL
224 Registration - Optional registration key returned from
225 RegisterProtocolNotify(). If Registration is NULL, then
228 Registration.
285 Registeration - A pointer to a memory location to receive the registration value.
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 106 The SmmRegisterProtocolNotify() function creates a registration Function that is to be
109 If Function == NULL and Registration is an existing registration, then the callback is unhooked.
113 @param[out] Registration A pointer to a memory location to receive the registration value.
115 @retval EFI_SUCCESS Successfully returned the registration record
117 @retval EFI_INVALID_PARAMETER Protocol is NULL or Registration is NULL.
119 @retval EFI_NOT_FOUND If the registration is not found when Function == NULL.
126 OUT VOID **Registration

Completed in 2683 milliseconds

1 2 3