Home
last modified time | relevance | path

Searched refs:ProtocolInterface (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c1222 PROTOCOL_INTERFACE *ProtocolInterface; in CoreCloseProtocol() local
1256 ProtocolInterface = CoreGetProtocolInterface (UserHandle, Protocol); in CoreCloseProtocol()
1257 if (ProtocolInterface == NULL) { in CoreCloseProtocol()
1264 Link = ProtocolInterface->OpenList.ForwardLink; in CoreCloseProtocol()
1265 while (Link != &ProtocolInterface->OpenList) { in CoreCloseProtocol()
1270 ProtocolInterface->OpenListCount--; in CoreCloseProtocol()
1312 PROTOCOL_INTERFACE *ProtocolInterface; in CoreOpenProtocolInformation() local
1331 ProtocolInterface = CoreGetProtocolInterface (UserHandle, Protocol); in CoreOpenProtocolInformation()
1332 if (ProtocolInterface == NULL) { in CoreOpenProtocolInformation()
1339 for ( Link = ProtocolInterface->OpenList.ForwardLink, Count = 0; in CoreOpenProtocolInformation()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c297 IN OUT VOID **ProtocolInterface in BmUpdateSystemTableConsole() argument
313 ASSERT (ProtocolInterface != NULL); in BmUpdateSystemTableConsole()
321 if (Status == EFI_SUCCESS && Interface == *ProtocolInterface) { in BmUpdateSystemTableConsole()
380 *ProtocolInterface = Interface; in BmUpdateSystemTableConsole()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c81 IN OUT VOID **ProtocolInterface in UpdateSystemTableConsole() argument
96 ASSERT (ProtocolInterface != NULL); in UpdateSystemTableConsole()
104 if (Status == EFI_SUCCESS && Interface == *ProtocolInterface) { in UpdateSystemTableConsole()
162 *ProtocolInterface = Interface; in UpdateSystemTableConsole()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConsole.c81 IN OUT VOID **ProtocolInterface in UpdateSystemTableConsole() argument
96 ASSERT (ProtocolInterface != NULL); in UpdateSystemTableConsole()
104 if (Status == EFI_SUCCESS && Interface == *ProtocolInterface) { in UpdateSystemTableConsole()
162 *ProtocolInterface = Interface; in UpdateSystemTableConsole()