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

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeProtocolNotify.c 57 EFI_GUID *ProtocolGuid;
92 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {
135 Status = CoreLocateProtocol (Entry->ProtocolGuid, Entry->Registration, &Protocol);
157 if (CompareGuid (Entry->ProtocolGuid, &gEfiTimerArchProtocolGuid)) {
164 if (CompareGuid (Entry->ProtocolGuid, &gEfiRuntimeArchProtocolGuid)) {
222 for (; Entry->ProtocolGuid != NULL; Entry++) {
239 Entry->ProtocolGuid,
275 for (Entry = mArchProtocols; Entry->ProtocolGuid != NULL; Entry++) {
277 for (MissingEntry = mMissingProtocols; MissingEntry->ProtocolGuid != NULL; MissingEntry++) {
278 if (CompareGuid (Entry->ProtocolGuid, MissingEntry->ProtocolGuid)) {
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
event.c 23 IN EFI_GUID *ProtocolGuid,
55 ProtocolGuid,
hand.c 24 IN EFI_GUID *ProtocolGuid,
37 Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles);
44 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 59 of type ProtocolGuid instance that exists in the system when this function is
60 invoked. In addition, every time a protocol of type ProtocolGuid instance is
63 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
75 IN EFI_GUID *ProtocolGuid,
103 ProtocolGuid,
366 is performed by evaluating if the the protocol specified by ProtocolGuid is
369 If ProtocolGuid is NULL, then ASSERT().
374 @param ProtocolGuid Specifies the protocol that the driver specified
389 IN CONST EFI_GUID *ProtocolGuid
395 ASSERT (ProtocolGuid != NULL);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 394 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
409 IN EFI_GUID *ProtocolGuid,
420 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
433 IN EFI_GUID *ProtocolGuid,
467 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
486 IN EFI_GUID *ProtocolGuid,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
ReportStatusCode.c 50 IN EFI_GUID *ProtocolGuid,
61 ProtocolGuid - The Protocol GUID to search for in the HOB List
89 if (EfiCompareGuid (ProtocolGuid, &GuidHob.Guid->Name)) {
Event.c 27 IN EFI_GUID *ProtocolGuid,
41 ProtocolGuid - Protocol to register notification event on.
53 The EFI_EVENT that has been registered to be signaled when a ProtocolGuid
79 ProtocolGuid,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
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,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
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,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 356 EFI_GUID *ProtocolGuid;
366 ProtocolGuid = &gEfiTcp4ProtocolGuid;
370 ProtocolGuid = &gEfiTcp6ProtocolGuid;
448 ProtocolGuid,
912 ProtocolGuid,
    [all...]
IScsiMisc.h 381 is performed by evaluating if the the protocol specified by ProtocolGuid is
384 If ProtocolGuid is NULL, then ASSERT().
389 @param ProtocolGuid Specifies the protocol that the driver specified
404 IN EFI_GUID *ProtocolGuid
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
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,
    [all...]
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
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 143 EFI_GUID *ProtocolGuid;
165 ProtocolGuid = &gEfiTcp4ProtocolGuid;
169 ProtocolGuid = &gEfiTcp6ProtocolGuid;
192 ProtocolGuid,
416 EFI_GUID *ProtocolGuid;
469 ProtocolGuid = &gEfiTcp4ProtocolGuid;
476 ProtocolGuid = &gEfiTcp6ProtocolGuid;
487 ProtocolGuid,
514 ProtocolGuid,
622 EFI_GUID *ProtocolGuid;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Event.c 27 IN EFI_GUID *ProtocolGuid,
41 ProtocolGuid - Protocol to register notification event on.
53 The EFI_EVENT that has been registered to be signaled when a ProtocolGuid
77 ProtocolGuid,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 388 @param ProtocolGuid Provides the protocol to search for
390 that matches ProtocolGuid
392 @retval EFI_SUCCESS A protocol instance matching ProtocolGuid was found
393 @retval EFI_NOT_FOUND No protocol instances were found that match ProtocolGuid
398 IN EFI_GUID *ProtocolGuid,
405 ProtocolGuid,
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLibOptionalDevicePathProtocol.c 339 Locate and return the protocol instance identified by the ProtocolGuid.
341 @param ProtocolGuid The GUID of the protocol.
347 EFI_GUID *ProtocolGuid
353 ProtocolGuid,
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 215 @param[in] ProtocolGuid The protocol to look for.
226 IN EFI_GUID *ProtocolGuid,
236 Status = gBS->LocateHandleBuffer (ByProtocol, ProtocolGuid,
242 DEBUG ((EFI_D_VERBOSE, "%a: %g: %r\n", __FUNCTION__, ProtocolGuid,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 70 of type ProtocolGuid instance that exists in the system when this function is
71 invoked. In addition, every time a protocol of type ProtocolGuid instance is
74 @param ProtocolGuid Supplies GUID of the protocol upon whose installation the event is fired.
86 IN EFI_GUID *ProtocolGuid,
272 is performed by evaluating if the the protocol specified by ProtocolGuid is
275 If ProtocolGuid is NULL, then ASSERT().
280 @param ProtocolGuid Specifies the protocol that the driver specified
295 IN CONST EFI_GUID *ProtocolGuid
303 specified by ProtocolGuid is present on ControllerHandle and opened by
305 If ProtocolGuid is NULL, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 239 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
254 IN EFI_GUID *ProtocolGuid,
267 ProtocolGuid,
282 (BOOLEAN) (ProtocolGuid == &gEfiComponentNameProtocolGuid)
295 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
308 IN EFI_GUID *ProtocolGuid,
322 ProtocolGuid,
392 @param ProtocolGuid A pointer to an EFI_GUID. It points to Component Name (2) protocol GUID.
411 IN EFI_GUID *ProtocolGuid,
427 ProtocolGuid,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 92 @param[in] ProtocolGuid GUID of the protocol to be open.
109 IN EFI_GUID *ProtocolGuid,
122 @param[in] ProtocolGuid GUID of the protocol to be closed.
131 IN EFI_GUID *ProtocolGuid,
665 @param[in] ProtocolGuid GUID of the protocol to be open.
682 IN EFI_GUID *ProtocolGuid,
699 ProtocolGuid,
727 @param[in] ProtocolGuid GUID of the protocol to be closed.
736 IN EFI_GUID *ProtocolGuid,
742 ProtocolGuid,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
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 is NULL, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiMgmtModeRuntimeLib.h 266 IN EFI_GUID *ProtocolGuid,
282 ProtocolGuid - The numeric ID of the protocol for which the callback function
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 238 @param ProtocolGuid The pointer to Unicode Collation (2) protocol GUID.
249 IN EFI_GUID *ProtocolGuid,
266 ProtocolGuid,
275 Iso639Language = (BOOLEAN) (ProtocolGuid == &gEfiUnicodeCollationProtocolGuid);
285 ProtocolGuid,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiMisc.h 288 is performed by evaluating if the the protocol specified by ProtocolGuid is
291 If ProtocolGuid is NULL, then ASSERT().
296 @param ProtocolGuid Specifies the protocol that the driver specified
311 IN EFI_GUID *ProtocolGuid

Completed in 697 milliseconds

1 2 3