/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmConnect.c | 30 UINTN HandleCount; in BmConnectAllDriversToAllControllers() local 42 &HandleCount, in BmConnectAllDriversToAllControllers() 46 for (Index = 0; Index < HandleCount; Index++) { in BmConnectAllDriversToAllControllers() 212 UINTN HandleCount; in EfiBootManagerDisconnectAll() local 223 &HandleCount, in EfiBootManagerDisconnectAll() 226 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerDisconnectAll() 257 UINTN HandleCount; in BmConnectUsbShortFormDevicePath() local 284 &HandleCount, in BmConnectUsbShortFormDevicePath() 288 for (Index = 0; Index < HandleCount; Index++) { in BmConnectUsbShortFormDevicePath()
|
D | BmConsole.c | 40 UINTN HandleCount; in BmGetVideoController() local 73 &HandleCount, in BmGetVideoController() 80 for (Index = 0; Index < HandleCount; Index++) { in BmGetVideoController() 640 UINTN HandleCount; in EfiBootManagerConnectAllConsoles() local 644 HandleCount = 0; in EfiBootManagerConnectAllConsoles() 655 &HandleCount, in EfiBootManagerConnectAllConsoles() 659 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerConnectAllConsoles() 677 &HandleCount, in EfiBootManagerConnectAllConsoles() 680 for (Index = 0; Index < HandleCount; Index++) { in EfiBootManagerConnectAllConsoles()
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | UseEfiSocketLib.c | 187 UINTN HandleCount; in EslServiceNetworkConnect() local 212 HandleCount = 0; in EslServiceNetworkConnect() 217 &HandleCount, in EslServiceNetworkConnect() 230 for ( Index = 0; HandleCount > Index; Index++ ) { in EslServiceNetworkConnect() 290 UINTN HandleCount; in EslServiceNetworkDisconnect() local 313 HandleCount = 0; in EslServiceNetworkDisconnect() 318 &HandleCount, in EslServiceNetworkDisconnect() 325 for ( Index = 0; HandleCount > Index; Index++ ) { in EslServiceNetworkDisconnect()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/ |
D | BdsEntry.c | 68 UINTN HandleCount; in BdsEntry() local 128 HandleCount = 0; in BdsEntry() 130 OldHandleCount = HandleCount; in BdsEntry() 135 &HandleCount, in BdsEntry() 142 if (HandleCount == OldHandleCount) { in BdsEntry() 146 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry() 158 &HandleCount, in BdsEntry() 162 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/ |
D | BdsEntry.c | 68 UINTN HandleCount; in BdsEntry() local 128 HandleCount = 0; in BdsEntry() 130 OldHandleCount = HandleCount; in BdsEntry() 135 &HandleCount, in BdsEntry() 142 if (HandleCount == OldHandleCount) { in BdsEntry() 146 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry() 158 &HandleCount, in BdsEntry() 162 for (Index = 0; Index < HandleCount; Index++) { in BdsEntry()
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
D | LoadDeferredImage.c | 36 UINTN HandleCount; in LoadDeferredImage() local 51 HandleCount = 0; in LoadDeferredImage() 57 &HandleCount, in LoadDeferredImage() 64 for (Index = 0; Index < HandleCount; Index++) { in LoadDeferredImage()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsConnect.c | 223 UINTN HandleCount; in BdsLibConnectAllEfi() local 231 &HandleCount, in BdsLibConnectAllEfi() 238 for (Index = 0; Index < HandleCount; Index++) { in BdsLibConnectAllEfi() 267 UINTN HandleCount; in BdsLibDisconnectAllEfi() local 278 &HandleCount, in BdsLibDisconnectAllEfi() 285 for (Index = 0; Index < HandleCount; Index++) { in BdsLibDisconnectAllEfi()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsConnect.c | 223 UINTN HandleCount; in BdsLibConnectAllEfi() local 231 &HandleCount, in BdsLibConnectAllEfi() 238 for (Index = 0; Index < HandleCount; Index++) { in BdsLibConnectAllEfi() 267 UINTN HandleCount; in BdsLibDisconnectAllEfi() local 278 &HandleCount, in BdsLibDisconnectAllEfi() 285 for (Index = 0; Index < HandleCount; Index++) { in BdsLibDisconnectAllEfi()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/ |
D | BootManagerPolicyDxe.c | 43 UINTN HandleCount; in ConnectAllAndCreateNetworkDeviceList() local 50 …leBuffer (ByProtocol, &gEfiManagedNetworkServiceBindingProtocolGuid, NULL, &HandleCount, &Handles); in ConnectAllAndCreateNetworkDeviceList() 53 HandleCount = 0; in ConnectAllAndCreateNetworkDeviceList() 57 while (HandleCount-- != 0) { in ConnectAllAndCreateNetworkDeviceList() 58 …Status = gBS->HandleProtocol (Handles[HandleCount], &gEfiDevicePathProtocolGuid, (VOID **) &Single… in ConnectAllAndCreateNetworkDeviceList()
|
/device/linaro/bootloader/edk2/EmulatorPkg/ResetRuntimeDxe/ |
D | Reset.c | 39 UINTN HandleCount; in EmuResetSystem() local 50 &HandleCount, in EmuResetSystem() 54 for (Index = 0; Index < HandleCount; Index++) { in EmuResetSystem()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyIde.c | 40 UINTN HandleCount; in LegacyBiosBuildIdeData() local 75 &HandleCount, in LegacyBiosBuildIdeData() 102 &HandleCount, in LegacyBiosBuildIdeData() 116 &HandleCount, in LegacyBiosBuildIdeData() 120 Private->IdeDriveCount = (UINT8) HandleCount; in LegacyBiosBuildIdeData() 121 for (Index = 0; Index < HandleCount; Index++) { in LegacyBiosBuildIdeData()
|
D | LegacySio.c | 40 UINTN HandleCount; in LegacyBiosBuildSioData() local 72 &HandleCount, in LegacyBiosBuildSioData() 89 &HandleCount, in LegacyBiosBuildSioData() 98 for (Index = 0; Index < HandleCount; Index++) { in LegacyBiosBuildSioData()
|
D | LegacyBbs.c | 55 UINTN HandleCount; in HasMediaInFloppy() local 62 HandleCount = 0; in HasMediaInFloppy() 68 &HandleCount, in HasMediaInFloppy() 76 if (HandleCount == 0) { in HasMediaInFloppy() 82 for (Index = 0; Index < HandleCount; Index++) { in HasMediaInFloppy()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/ |
D | DxeServicesLib.c | 238 UINTN HandleCount; in GetSectionFromAnyFvByFileType() local 254 &HandleCount, in GetSectionFromAnyFvByFileType() 264 for (IndexFv = 0; IndexFv < HandleCount; IndexFv++) { in GetSectionFromAnyFvByFileType() 310 if (IndexFv == HandleCount) { in GetSectionFromAnyFvByFileType() 377 UINTN HandleCount; in GetSectionFromAnyFv() local 405 &HandleCount, in GetSectionFromAnyFv() 412 for (Index = 0; Index < HandleCount; Index++) { in GetSectionFromAnyFv() 433 if (Index == HandleCount) { in GetSectionFromAnyFv() 976 UINTN HandleCount; in GetFileDevicePathFromAnyFv() local 1017 &HandleCount, in GetFileDevicePathFromAnyFv() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteControl/ |
D | TcgMor.c | 254 UINTN HandleCount; in TPerResetAtEndOfDxe() local 261 HandleCount = 0; in TPerResetAtEndOfDxe() 268 &HandleCount, in TPerResetAtEndOfDxe() 272 if (EFI_ERROR (Status) || (HandleCount == 0) || (HandleBuffer == NULL)) { in TPerResetAtEndOfDxe() 276 for (Index = 0; Index < HandleCount; Index ++) { in TPerResetAtEndOfDxe()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | DhcpOptions.c | 39 UINTN HandleCount; in DhcpOptionsPage() local 90 &HandleCount, in DhcpOptionsPage() 104 pEnd = &pHandle [ HandleCount ]; in DhcpOptionsPage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | GetImage.c | 122 UINTN HandleCount; in GetImageEx() local 174 &HandleCount, in GetImageEx() 184 for (Index = 0; Index < HandleCount; ++Index) { in GetImageEx() 215 if (Index == HandleCount) { in GetImageEx()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
D | GetImage.c | 122 UINTN HandleCount; in GetImageEx() local 174 &HandleCount, in GetImageEx() 184 for (Index = 0; Index < HandleCount; ++Index) { in GetImageEx() 215 if (Index == HandleCount) { in GetImageEx()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ |
D | ArmFvpDxe.c | 67 UINTN HandleCount; in InternalFindFdtByGuid() local 89 &HandleCount, in InternalFindFdtByGuid() 96 for (Index = 0; Index < HandleCount; Index++) { in InternalFindFdtByGuid() 137 if (Index == HandleCount) { in InternalFindFdtByGuid()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/ |
D | PciPlatform.c | 76 UINTN HandleCount; 85 &HandleCount, 88 if (EFI_ERROR (Status) || HandleCount == 0) { 95 for (Index = 0; Index < HandleCount; Index++) { 126 if ( Index >= HandleCount ) { in PhaseNotify()
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
D | LegacyPlatform.c | 117 UINTN HandleCount; in FindAllDeviceTypes() local 146 &HandleCount, in FindAllDeviceTypes() 149 for (Index = 0; Index < HandleCount; Index++) { in FindAllDeviceTypes() 239 UINTN HandleCount; in GetSelectedVgaDeviceInfo() local 262 HandleCount = 0; in GetSelectedVgaDeviceInfo() 274 HandleCount = 0; in GetSelectedVgaDeviceInfo() 280 &HandleCount, in GetSelectedVgaDeviceInfo() 287 for (Index = 0; Index < HandleCount; Index++) { in GetSelectedVgaDeviceInfo() 362 OUT UINTN *HandleCount, in GetPlatformHandle() argument 406 *HandleCount = (mVgaHandles[0] != NULL) ? 1 : 0; in GetPlatformHandle() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
D | UserProfileManager.c | 86 UINTN HandleCount; in InitProviderInfo() local 93 HandleCount = 0; in InitProviderInfo() 99 &HandleCount, in InitProviderInfo() 115 HandleCount * sizeof (EFI_USER_CREDENTIAL2_PROTOCOL *) in InitProviderInfo() 122 mProviderInfo->Count = HandleCount; in InitProviderInfo() 123 for (Index = 0; Index < HandleCount; Index++) { in InitProviderInfo()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/ |
D | BiosIdLib.c | 129 UINTN HandleCount; 170 &HandleCount, 180 for (Index = 0; Index < HandleCount; ++Index) { 207 if (Index == HandleCount) {
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsHelper.c | 86 UINTN HandleCount, Index; in BdsConnectAllDrivers() local 96 &HandleCount, in BdsConnectAllDrivers() 104 for (Index = 0; Index < HandleCount; Index++) { in BdsConnectAllDrivers()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiIbft.c | 55 IN UINTN HandleCount in IScsiInitControlSection() argument 73 NumOffset = 2 * HandleCount; in IScsiInitControlSection() 255 IN UINTN HandleCount, in IScsiFillNICAndTargetSections() argument 284 for (Index = 0; Index < HandleCount; Index++) { in IScsiFillNICAndTargetSections() 435 UINTN HandleCount; in IScsiPublishIbft() local 490 &HandleCount, in IScsiPublishIbft() 510 IScsiInitControlSection (Table, HandleCount); in IScsiPublishIbft() 512 IScsiFillNICAndTargetSections (Table, &Heap, HandleCount, HandleBuffer); in IScsiPublishIbft()
|