Home
last modified time | relevance | path

Searched refs:OpenListCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c455 Prot->OpenListCount = 0; in CoreInstallProtocolInterfaceNotify()
675 Prot->OpenListCount--; in CoreDisconnectControllersUsingProtocolInterface()
685 if (EFI_ERROR (Status) || (Prot->OpenListCount > 0)) { in CoreDisconnectControllersUsingProtocolInterface()
1173 Prot->OpenListCount++; in CoreOpenProtocol()
1270 ProtocolInterface->OpenListCount--; in CoreCloseProtocol()
1345 ASSERT (Count == ProtocolInterface->OpenListCount); in CoreOpenProtocolInformation()
DHandle.h77 UINTN OpenListCount; member