HomeSort by relevance Sort by last modified time
    Searched defs:NumHandles (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DebugSupport.c 51 UINTN NumHandles;
62 &NumHandles,
68 NumHandles--;
70 HandlePtr[NumHandles],
85 } while (NumHandles > 0);
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
UnicodeCollation.c 45 UINTN NumHandles;
57 &NumHandles,
68 for (Index = 0; Index < NumHandles; Index++) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBbs.c 296 UINTN NumHandles;
323 &NumHandles,
327 if (NumHandles == 0) {
332 for (Index = 0; Index < NumHandles; Index++) {
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
ExtraRootBusMap.c 142 UINTN NumHandles;
156 &NumHandles, &Handles);
177 for (Idx = 0; Idx < NumHandles; ++Idx) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 298 UINTN NumHandles;
314 NumHandles = 0;
321 &NumHandles,
325 if (Status == EFI_NOT_FOUND || NumHandles == 0) {
339 for (DriverHealthIndex = 0; DriverHealthIndex < NumHandles; DriverHealthIndex++) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 157 UINTN NumHandles;
217 &NumHandles,
223 for (LoopIndex = 0; LoopIndex < NumHandles; LoopIndex++) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 307 UINTN NumHandles;
339 &NumHandles,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 375 UINTN NumHandles;
406 &NumHandles,
413 for (Index = 0; Index < NumHandles; Index++) {
512 &NumHandles,
519 for (Index = 0; Index < NumHandles; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 260 UINTN NumHandles;
272 &NumHandles,
283 for (Index = 0; Index < NumHandles; Index++) {
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.h 75 UINT32 NumHandles; ///< Number of measurements with handles.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.h 75 UINT32 NumHandles; ///< Number of measurements with handles.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 193 UINTN NumHandles;
213 &NumHandles,
242 for (HandleIndex = 0; HandleIndex < NumHandles; HandleIndex++) {
293 DeviceListSize = sizeof (ISCSI_DEVICE_LIST) + (NumHandles - 1) * sizeof (ISCSI_MAC_INFO);
296 DeviceList->NumDevice = (UINT8) NumHandles;
298 for (Index = 0; Index < NumHandles; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 807 UINTN NumHandles;
822 NumHandles = 0;
1030 &NumHandles,
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemType0x94Function.c 553 UINTN NumHandles;
680 &NumHandles,
687 for (Index = 0; Index < NumHandles; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]

Completed in 500 milliseconds