Searched defs:ProtocolGuid (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeProtocolNotify.c56 EFI_GUID *ProtocolGuid; member in struct:__anon10915
91 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {
132 Status = CoreLocateProtocol (Entry->ProtocolGuid, Entry->Registration, &Protocol);
154 if (CompareGuid (Entry->ProtocolGuid, &gEfiTimerArchProtocolGuid)) {
161 if (CompareGuid (Entry->ProtocolGuid, &gEfiRuntimeArchProtocolGuid)) {
219 for (; Entry->ProtocolGuid != NULL; Entry++) {
236 Entry->ProtocolGuid,
272 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {
274 for (MissingEntry = mMissingProtocols; MissingEntry->ProtocolGuid != NULL; MissingEntry++) {
275 if (CompareGuid (Entry->ProtocolGuid, MissingEntr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c23 @param ProtocolGuid Provides the protocol to search for
25 that matches ProtocolGuid
27 @retval EFI_SUCCESS A protocol instance matching ProtocolGuid was found
28 @retval EFI_NOT_FOUND No protocol instances were found that match ProtocolGuid
33 IN EFI_GUID *ProtocolGuid,
40 ProtocolGuid,
32 EfiLibLocateProtocol( IN EFI_GUID *ProtocolGuid, OUT VOID **Interface ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c143 EFI_GUID *ProtocolGuid; local
165 ProtocolGuid = &gEfiTcp4ProtocolGuid;
169 ProtocolGuid = &gEfiTcp6ProtocolGuid;
192 ProtocolGuid,
416 EFI_GUID *ProtocolGuid; local
469 ProtocolGuid = &gEfiTcp4ProtocolGuid;
476 ProtocolGuid = &gEfiTcp6ProtocolGuid;
487 ProtocolGuid,
514 ProtocolGuid,
622 EFI_GUID *ProtocolGuid; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DComponentName.c243 @param ProtocolGuid Specifies the protocol that the driver specified
263 IN CONST EFI_GUID *ProtocolGuid,
283 ProtocolGuid
260 ConSplitterTestControllerHandles( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE DriverBindingHandle, IN CONST EFI_GUID *ProtocolGuid, IN EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ConsumsedGuid ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c92 instances specified by ProtocolGuid.
95 ProtocolGuid instance that exists in the system when this function is invoked. If there are
96 no instances of ProtocolGuid in the handle database at the time this function is invoked,
98 of type ProtocolGuid instance is installed or reinstalled, the notification function is also
100 If ProtocolGuid is NULL, then ASSERT().
106 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
112 have been added that support the ProtocolGuid-specified protocol.
120 IN EFI_GUID *ProtocolGuid,
130 ASSERT (ProtocolGuid != NULL);
152 ProtocolGuid,
119 EfiCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL OUT VOID **Registration ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h121 EFI_GUID *ProtocolGuid; member in struct:__anon10916
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSockImpl.c721 EFI_GUID *ProtocolGuid; local
769 ProtocolGuid = &gEfiTcp4ProtocolGuid;
776 ProtocolGuid,
797 ProtocolGuid,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c114 instances specified by ProtocolGuid.
117 ProtocolGuid instance that exists in the system when this function is invoked. If there are
118 no instances of ProtocolGuid in the handle database at the time this function is invoked,
120 of type ProtocolGuid instance is installed or reinstalled, the notification function is also
122 If ProtocolGuid is NULL, then ASSERT().
128 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
134 have been added that support the ProtocolGuid-specified protocol.
142 IN EFI_GUID *ProtocolGuid,
152 ASSERT (ProtocolGuid != NULL);
174 ProtocolGuid,
141 EfiCreateProtocolNotifyEvent( IN EFI_GUID *ProtocolGuid, IN EFI_TPL NotifyTpl, IN EFI_EVENT_NOTIFY NotifyFunction, IN VOID *NotifyContext, OPTIONAL OUT VOID **Registration ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.c463 @param[in] ProtocolGuid The guid of the protocol.
466 @retval EFI_SUCCESS A protocol instance matching ProtocolGuid was found.
467 @retval Others A protocol instance matching ProtocolGuid was not found.
471 IN EFI_GUID *ProtocolGuid,
485 Status = LocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles);
495 ProtocolGuid,
470 LocateProtocol( IN EFI_GUID *ProtocolGuid, OUT VOID **Interface ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c227 EFI_GUID *ProtocolGuid; local
236 ProtocolGuid = &gEfiTcp4ProtocolGuid;
240 ProtocolGuid = &gEfiTcp6ProtocolGuid;
304 ProtocolGuid,
885 EFI_GUID *ProtocolGuid; local
915 ProtocolGuid = &gEfiTcp4ProtocolGuid;
917 ProtocolGuid = &gEfiTcp6ProtocolGuid;
922 ProtocolGuid,
934 ProtocolGuid = &mIScsiV4PrivateGuid;
940 ProtocolGuid
[all...]
H A DIScsiProto.c331 EFI_GUID *ProtocolGuid; local
383 ProtocolGuid = &gEfiTcp4ProtocolGuid;
385 ProtocolGuid = &gEfiTcp6ProtocolGuid;
390 ProtocolGuid,
3004 EFI_GUID *ProtocolGuid; local
3020 ProtocolGuid = &gEfiTcp4ProtocolGuid;
3022 ProtocolGuid = &gEfiTcp6ProtocolGuid;
3027 ProtocolGuid,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c479 @param ProtocolGuid Protocol to register notification event on.
486 @return The EFI_EVENT that has been registered to be signaled when a ProtocolGuid
492 IN EFI_GUID *ProtocolGuid,
521 ProtocolGuid,
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/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c2193 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
2208 IN EFI_GUID *ProtocolGuid,
2221 ProtocolGuid,
2236 (BOOLEAN) (ProtocolGuid == &gEfiComponentNameProtocolGuid)
2250 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
2263 IN EFI_GUID *ProtocolGuid,
2277 ProtocolGuid,
2347 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
2366 IN EFI_GUID *ProtocolGuid,
2382 ProtocolGuid,
2207 GetComponentNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, OUT EFI_COMPONENT_NAME_PROTOCOL **ComponentName, OUT CHAR8 **SupportedLanguage ) argument
2262 GetDriverNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, OUT CHAR16 **DriverName ) argument
2365 GetControllerNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c2634 specified by ProtocolGuid is present on a ControllerHandle and opened by
2636 If the ControllerHandle is found, then the protocol specified by ProtocolGuid
2640 @param ProtocolGuid ProtocolGuid pointer.
2647 IN EFI_GUID *ProtocolGuid,
2662 ProtocolGuid,
2673 // Iterate to find who is parent handle that is opened with ProtocolGuid by ChildHandle
2676 Status = EfiTestChildHandle (HandleBuffer[Index], ChildHandle, ProtocolGuid);
2678 Status = gBS->HandleProtocol (HandleBuffer[Index], ProtocolGuid, (VOID **)&Interface);
2646 GetParentProtocol( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE ChildHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c153 @param ProtocolGuid The pointer to Component Name (2) protocol GUID.
163 IN EFI_GUID *ProtocolGuid,
175 ProtocolGuid,
191 (BOOLEAN) (ProtocolGuid == &gEfiComponentNameProtocolGuid),
161 GetComponentNameWorker( IN EFI_HANDLE DriverBindingHandle, IN EFI_GUID *ProtocolGuid, IN CONST CHAR16 *VariableName ) argument

Completed in 97 milliseconds