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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci30.h 36 UINT8 Indicator;
pci22.h 410 UINT8 Indicator;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci30.h 44 UINT8 Indicator;
pci22.h 425 UINT8 Indicator;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci30.h 71 UINT8 Indicator;
ElTorito.h 40 // Indicator types
111 UINT8 Indicator; ///< Must be 01
123 UINT8 Indicator; ///< 88 = Bootable, 00 = Not Bootable
137 UINT8 Indicator; ///< 90 - Header, more header follw, 91 - Final Header
Pci22.h 828 UINT8 Indicator;
  /external/clang/lib/Driver/
Multilib.cpp 240 char Indicator = Flag.front();
241 assert(Indicator == '+' || Indicator == '-');
242 return Indicator == '+';
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 147 UINT8 Indicator;
164 Indicator = 0;
263 Indicator = RomPcir->Indicator;
266 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
415 UINT8 Indicator;
435 Indicator = 0;
459 Indicator = Pcir->Indicator;
553 } while (((Indicator & 0x80) == 0x00) && ((UINTN) (RomBarOffset - (UINT8 *) RomBar) < PciDevice->RomSize));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 330 UINT8 Indicator;
332 Indicator = 0;
362 Indicator = RomPcir->Indicator;
364 } while (((UINT8 *) RomHeader < (UINT8 *) RomImage + RomSize) && ((Indicator & 0x80) == 0x00));
386 UINT8 Indicator;
403 Indicator = 0;
502 Indicator = RomPcir->Indicator;
505 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.h 152 UINT8 Indicator;
  /external/syslinux/efi32/include/efi/
pci22.h 182 UINT8 Indicator;
  /external/syslinux/efi64/include/efi/
pci22.h 182 UINT8 Indicator;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 182 UINT8 Indicator;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 525 /// Indicates the maximum number of BSSIDs in the multiple BSSID set. When Indicator
528 UINT8 Indicator;
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 491 /// Scan a chomping indicator in a block scalar header.
494 /// Scan an indentation indicator in a block scalar header.
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 573 UINT8 Indicator;

Completed in 731 milliseconds