HomeSort by relevance Sort by last modified time
    Searched refs:ChildHandleCount (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 66 UINTN ChildHandleCount;
177 for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
184 ChildHandleCount++;
192 ChildHandleBuffer = AllocatePool (ChildHandleCount * sizeof(EFI_HANDLE));
201 for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
208 ChildHandleBuffer[ChildHandleCount] = OpenData->ControllerHandle;
209 ChildHandleCount++;
222 for (Index = 0; Index < ChildHandleCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 575 UINTN ChildHandleCount;
888 &ChildHandleCount,
896 for (ChildIndex = 0; ChildIndex < ChildHandleCount; ChildIndex++) {
    [all...]

Completed in 1694 milliseconds