/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/ |
H A D | DxeProtocolNotify.c | 56 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/DeviceMngr/ |
H A D | DeviceManager.h | 387 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID. 402 IN EFI_GUID *ProtocolGuid, 413 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID. 426 IN EFI_GUID *ProtocolGuid, 460 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID. 479 IN EFI_GUID *ProtocolGuid,
|
H A D | DeviceManager.c | 2193 @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/NetworkPkg/IScsiDxe/ |
H A D | IScsiDriver.c | 227 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 D | IScsiProto.c | 331 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/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
H A D | UefiLib.c | 92 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/MdePkg/Library/UefiLib/ |
H A D | UefiLib.c | 114 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/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
H A D | ConPlatform.c | 143 @param ProtocolGuid The specfic protocol. 153 IN EFI_GUID *ProtocolGuid 179 ProtocolGuid, 191 ProtocolGuid, 674 @param ProtocolGuid The specified protocol need to be uninstalled. 681 IN EFI_GUID *ProtocolGuid 688 ProtocolGuid, 698 ProtocolGuid,
|
H A D | ConPlatform.h | 62 @param ProtocolGuid The specfic protocol. 72 IN EFI_GUID *ProtocolGuid 221 @param ProtocolGuid The specified protocol need to be uninstalled. 228 IN EFI_GUID *ProtocolGuid
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/ |
H A D | DxeTcpIoLib.c | 143 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/MdePkg/Include/Library/ |
H A D | UefiLib.h | 142 instances specified by ProtocolGuid. 145 ProtocolGuid instance that exists in the system when this function is invoked. If there are 146 no instances of ProtocolGuid in the handle database at the time this function is invoked, 148 of type ProtocolGuid instance is installed or reinstalled, the notification function is also 150 If ProtocolGuid is NULL, then ASSERT(). 156 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired. 162 have been added that support the ProtocolGuid-specified protocol. 170 IN EFI_GUID *ProtocolGuid, 378 is performed by evaluating if the the protocol specified by ProtocolGuid is 381 If ProtocolGuid i [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
H A D | BmLib.c | 23 @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
|
H A D | BootMaint.h | 1166 @param ProtocolGuid Provides the protocol to search for 1168 that matches ProtocolGuid 1170 @retval EFI_SUCCESS A protocol instance matching ProtocolGuid was found 1171 @retval EFI_NOT_FOUND No protocol instances were found that match ProtocolGuid 1176 IN EFI_GUID *ProtocolGuid,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
H A D | ComponentName.c | 243 @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/ShellPkg/Include/Library/ |
H A D | HandleParsingLib.h | 316 @param[in] ProtocolGuid The guid of the protocol to get handles for. If NULL 325 IN CONST EFI_GUID *ProtocolGuid OPTIONAL
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
H A D | IpSecConfig.c | 463 @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/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | SockImpl.c | 721 EFI_GUID *ProtocolGuid; local 769 ProtocolGuid = &gEfiTcp4ProtocolGuid; 776 ProtocolGuid, 797 ProtocolGuid,
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/ |
H A D | UefiHandleParsingLib.c | 1311 @param[in] ProtocolGuid The guid of the protocol to get handles for. If NULL 1320 IN CONST EFI_GUID *ProtocolGuid OPTIONAL 1333 if (ProtocolGuid == NULL) { 1344 Status = gBS->LocateHandle(ByProtocol, (EFI_GUID*)ProtocolGuid, NULL, &Size, HandleList); 1350 Status = gBS->LocateHandle(ByProtocol, (EFI_GUID*)ProtocolGuid, NULL, &Size, HandleList);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ |
H A D | ScsiDisk.h | 1001 specified by ProtocolGuid is present on a ControllerHandle and opened by 1003 If the ControllerHandle is found, then the protocol specified by ProtocolGuid 1007 @param ProtocolGuid ProtocolGuid pointer. 1014 IN EFI_GUID *ProtocolGuid,
|
H A D | ScsiDisk.c | 2634 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 D | PlatDriOverrideDxe.c | 153 @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
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
H A D | Ifconfig.c | 121 @param[in] ProtocolGuid Supplies the protocol that the child controller 132 IN CONST EFI_GUID *ProtocolGuid 140 ASSERT (ProtocolGuid != NULL); 148 (EFI_GUID *) ProtocolGuid,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
H A D | SectionExtraction.c | 479 @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/MdeModulePkg/Library/DxeNetLib/ |
H A D | DxeNetLib.c | 2694 @param[in] ProtocolGuid The protocol that is related with the handle. 2703 IN EFI_GUID *ProtocolGuid 2714 ProtocolGuid,
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManager.c | 2919 @param[in] ProtocolGuid Points to the protocol guid of sonsole . 2927 EFI_GUID *ProtocolGuid 2943 ProtocolGuid,
|