Searched refs:Registration (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DNotify.c92 @param Registration Returns the registration record
104 OUT VOID **Registration
112 if ((Protocol == NULL) || (Function == NULL) || (Registration == NULL)) {
137 *Registration = ProtNotify;
166 *Registration = ProtNotify;
H A DLocate.c181 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;
H A DPiSmmCore.h398 @param Registration Returns the registration record
410 OUT VOID **Registration
443 Registration is pasased in return a Protocol Instance that was just add
448 @param Registration Optional Registration Key returned from
461 IN VOID *Registration OPTIONAL,
H A DPiSmmIpl.c1028 VOID *Registration; local
1257 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DNotify.c99 @param Registration Returns the registration record
111 OUT VOID **Registration
118 if ((Protocol == NULL) || (Event == NULL) || (Registration == NULL)) {
160 *Registration = ProtNotify;
H A DLocate.c535 Registration is passed in, return a Protocol Instance that was just add
536 to the system. If Registration is NULL return the first Protocol Interface
540 @param Registration Optional Registration Key returned from
553 IN VOID *Registration OPTIONAL,
577 Position.SearchKey = Registration;
587 if (Registration == NULL) {
605 } else if (Registration != NULL) {
610 ProtNotify = Registration;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsetjmp.h47 unsigned long Registration; member in struct:__JUMP_BUFFER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsetjmp.h47 unsigned long Registration; member in struct:__JUMP_BUFFER
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeProtocolNotify.c24 // and mArchProtocols[].Registration as it creates events for every array
132 Status = CoreLocateProtocol (Entry->ProtocolGuid, Entry->Registration, &Protocol);
238 &Entry->Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
H A DSaveLongModeContext.c209 VOID *Registration; local
221 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c103 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().
222 if (Registration != NULL) {
223 RegistrationLocal = Registration;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c125 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().
244 if (Registration != NULL) {
245 RegistrationLocal = Registration;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiSmmCis.h112 @param[out] Registration A pointer to a memory location to receive the registration value.
115 @retval EFI_INVALID_PARAMETER One or more of Protocol, Function and Registration is NULL.
123 OUT VOID **Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c322 VOID *Registration; local
364 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h204 VOID *Registration; member in struct:_IP6_CONFIG_INSTANCE
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiLib.h153 If Registration is NULL, then ASSERT().
160 @param Registration A pointer to a memory location to receive the registration value.
174 OUT VOID **Registration
191 @param Registration A pointer to a memory location to receive the registration value.
204 OUT VOID *Registration OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c839 VOID *Registration; local
849 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c102 VOID *Registration; member in struct:__anon10524
483 @param Registration Registration key returned from RegisterProtocolNotify().
496 OUT VOID **Registration,
523 Registration
644 &Context->Registration,
491 CreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OUT VOID **Registration, IN BOOLEAN SignalFlag ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c93 VOID *Registration; member in struct:__anon10947
593 &Context->Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c738 VOID *Registration; local
766 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c1097 VOID *Registration; local
1110 &Registration
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1395 @param Registration A pointer to a memory location to receive the registration value.
1401 @retval EFI_INVALID_PARAMETER Registration is NULL.
1409 OUT VOID **Registration
1540 @param Registration Optional registration key returned from
1543 Registration.
1548 Registration.
1556 IN VOID *Registration, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c1153 VOID *Registration; local
1182 EfiCreateProtocolNotifyEvent (&gEfiAcpiTableProtocolGuid, TPL_CALLBACK, InstallAcpiTable, NULL, &Registration);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1395 @param Registration A pointer to a memory location to receive the registration value.
1401 @retval EFI_INVALID_PARAMETER Registration is NULL.
1409 OUT VOID **Registration
1540 @param Registration Optional registration key returned from
1543 Registration.
1548 Registration.
1556 IN VOID *Registration, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c415 VOID *Registration; local
448 &Registration
479 Registration = NULL;
483 &Registration

Completed in 140 milliseconds

12