HomeSort by relevance Sort by last modified time
    Searched defs:EntryCount (Results 1 - 25 of 56) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiDriverModelLib.c 415 UINTN EntryCount;
426 &EntryCount
436 for (Index = 0; Index < EntryCount; Index++) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c 220 UINT16 EntryCount;
228 EntryCount = SalSystemTable->Header.EntryCount;
229 if (EntryCount == 0) {
237 for (Count = 0; Count < EntryCount ;Count++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
FormCallback.h 65 UINT32 EntryCount; // How many EFI_IFR_DATA_ENTRY entries
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
McaInitPmi.h 41 UINT64 EntryCount : 16;
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Mmu.c 53 IN UINTN EntryCount,
78 for (Index = 0; Index < EntryCount; Index++) {
127 return BaseAddress + (EntryCount * TT_ADDRESS_AT_LEVEL(TableLevel));
322 UINTN EntryCount;
331 GetRootTranslationTableInfo (T0SZ, &TableLevel, &EntryCount);
334 (UINTN*)TT_LAST_BLOCK_ADDRESS(TranslationTable, EntryCount),
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
LegacyTable.c 130 UINT32 EntryCount;
136 EntryCount = (Rsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
139 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
158 UINT32 EntryCount;
165 EntryCount = (Xsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
168 for (Index = 0; Index < EntryCount; Index ++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 451 UINTN EntryCount;
464 &EntryCount
474 for (Index = 0; Index < EntryCount; Index++) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 51 UINTN EntryCount;
161 &EntryCount
166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
266 UINTN EntryCount;
347 &EntryCount
355 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormCallback.h 83 UINT32 EntryCount; ///< Number of EFI_IFR_DATA_ENTRY entries.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Partition.c     [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 762 UINTN EntryCount;
765 EntryCount = 0;
771 &EntryCount
773 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c 207 UINTN EntryCount;
297 &EntryCount
303 for (Index = 0; Index < EntryCount; Index++) {
407 UINTN EntryCount;
471 &EntryCount
478 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 574 UINTN EntryCount;
587 &EntryCount
597 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 266 UINTN EntryCount;
278 &EntryCount
284 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c 714 UINTN EntryCount;
728 &EntryCount
734 SerialDevices = AllocatePool (EntryCount * sizeof (SERIAL_DEV *));
739 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c 348 UINTN EntryCount;
414 &EntryCount
424 for (Index = 0; Index < EntryCount; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConsole.c 131 UINTN EntryCount;
156 &EntryCount
162 for (Index = 0; Index < EntryCount; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
AcpiS3ContextSave.c 95 UINT32 EntryCount;
103 EntryCount = (Rsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
106 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
133 UINT32 EntryCount;
142 EntryCount = (Xsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
145 for (Index = 0; Index < EntryCount; Index ++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 554 UINTN EntryCount;
694 &EntryCount
698 for (Index = 0; Index < EntryCount; Index++) {
1052 &EntryCount
1057 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 596 UINTN EntryCount;
609 &EntryCount
619 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 165 UINT32 EntryCount;
182 &EntryCount,
193 Mode->ArpCacheEntries = MIN (EntryCount, EFI_PXE_BASE_CODE_MAX_ARP_ENTRIES);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c 176 UINTN EntryCount;
259 &EntryCount
270 for (Index = 0; Index < EntryCount; Index++) {
388 UINTN EntryCount;
453 &EntryCount
460 for (Index = 0; Index < EntryCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 141 UINTN EntryCount;
177 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) {
225 UINTN EntryCount;
276 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) {
    [all...]

Completed in 854 milliseconds

1 2 3