/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | RTD3.asl | 34 Scope (\_SB) 79 Scope(\_SB.PCI0.EHC1.HUBN.PR01.PR13) 96 Scope(\_SB.PCI0.EHC1.HUBN.PR01.PR14) 114 Scope(\_SB.PCI0.EHC1.HUBN.PR01.PR15) 131 Scope(\_SB.PCI0.EHC1.HUBN.PR01.PR16) 148 Scope(\_SB.PCI0.XHC1) // XHCI host only controller 165 Scope(\_SB.PCI0.XHC1.RHUB.HS01) 170 Scope(\_SB.PCI0.XHC1.RHUB.SSP1) 175 Scope(\_SB.PCI0.XHC2) // OTG 192 Scope(\_SB.PCI0.XHC2.RHUB.HS01) [all …]
|
D | Gpe.asl | 23 // General Purpose Events. This Scope handles the Run-time and 28 Scope(\_GPE)
|
D | Vlv.asl | 24 Scope (\_SB.PCI0)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
D | StringDB.c | 87 WCHAR *Scope; // member 143 WCHAR *Scope, 220 WCHAR *Scope, 973 WCHAR *Scope, in StringDBAddString() argument 1048 if (Scope != NULL) { in StringDBAddString() 1049 Scope = DuplicateString (Scope); in StringDBAddString() 1051 Scope = DuplicateString (mDBData.CurrentScope); in StringDBAddString() 1060 if (StringDBFindString (Lang->LanguageName, StringName, Scope, NULL, NULL) != NULL) { in StringDBAddString() 1070 Scope in StringDBAddString() 1094 Str->Scope = Scope; in StringDBAddString() [all …]
|
D | StringDB.h | 43 WCHAR *Scope, 52 WCHAR *Scope
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
D | StringDB.c | 48 WCHAR *Scope, 133 WCHAR *Scope, 450 WCHAR *Scope, in StringDBAddString() argument 498 if (Scope != NULL) { in StringDBAddString() 499 Scope = DuplicateString (Scope); in StringDBAddString() 501 Scope = DuplicateString (mDBData.CurrentScope); in StringDBAddString() 510 if (StringDBFindString (Lang->LanguageName, StringName, Scope, NULL, NULL) != NULL) { in StringDBAddString() 520 Scope in StringDBAddString() 544 Str->Scope = Scope; in StringDBAddString() 1149 StrList->Scope, in StringDBWriteDatabase() [all …]
|
D | StringDB.h | 87 WCHAR *Scope; // member 149 WCHAR *Scope, 158 WCHAR *Scope
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
D | UefiIfrOpCodeCreation.c | 89 End.Header.Scope = 0; in CreateEndOpCode() 120 Default.Header.Scope = 0; in CreateDefaultOpCode() 157 Action.Header.Scope = 0; in CreateActionOpCode() 177 IN UINT8 Scope, in CreateSubTitleOpCode() argument 192 Subtitle.Header.Scope = Scope; in CreateSubTitleOpCode() 224 Text.Header.Scope = 0; in CreateTextOpCode() 261 Goto.Header.Scope = 0; in CreateGotoOpCode() 301 OneOfOption.Header.Scope = 0; in CreateOneOfOptionOpCode() 349 OneOf.Header.Scope = 1; in CreateOneOfOpCode() 408 OrderedList.Header.Scope = 1; in CreateOrderedListOpCode() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/ |
D | VarCheckHiiGen.c | 139 DEBUG ((EFI_D_INFO, " IfrOpCodeHeader->Scope - 0x%02x\n", IfrOpCodeHeader->Scope)); in DumpHiiPackage() 151 … DEBUG ((EFI_D_INFO, " IfrOpCodeHeader->Scope - 0x02%x\n", IfrOpCodeHeader->Scope)); in DumpHiiPackage() 166 DEBUG ((EFI_D_INFO, " IfrOpCodeHeader->Scope - 0x02%x\n", IfrOpCodeHeader->Scope)); in DumpHiiPackage() 244 if (IfrOpCodeHeader->Scope != 0) { in DumpHiiPackage() 245 UINTN Scope; in DumpHiiPackage() local 249 Scope = 1; in DumpHiiPackage() 250 while (Scope != 0) { in DumpHiiPackage() 255 … DEBUG ((EFI_D_INFO, "!!!! IfrOpCodeHeader->Scope - 0x%02x\n", IfrOpCodeHeader->Scope)); in DumpHiiPackage() 282 ASSERT (Scope > 0); in DumpHiiPackage() 283 Scope--; in DumpHiiPackage() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | DecObject.py | 117 def AddItem(self, Item, Scope): argument 118 if not Scope: 123 for Ele in Scope: 366 def AddItem(self, Item, Scope): argument 367 if not Scope: 372 for Type, Arch in Scope: 584 def AddItem(self, Item, Scope): argument 585 if not Scope:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | symbols.py | 14 class Scope: class 172 class ModuleScope(Scope): 173 __super_init = Scope.__init__ 178 class FunctionScope(Scope): 181 class GenExprScope(Scope): 182 __super_init = Scope.__init__ 193 keys = Scope.get_names(self) 197 __super_init = Scope.__init__ 206 class ClassScope(Scope): 207 __super_init = Scope.__init__
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | IfrParse.c | 1284 UINT8 Scope; in ParseOpCodes() local 1379 Scope = ((EFI_IFR_OP_HEADER *) OpCodeData)->Scope; in ParseOpCodes() 1389 if (Scope != 0) { in ParseOpCodes() 1398 if (Scope != 0) { in ParseOpCodes() 1409 if (Scope != 0) { in ParseOpCodes() 1656 if (Scope == 0) { in ParseOpCodes() 1761 if (Scope != 0) { in ParseOpCodes() 1827 if (Scope != 0) { in ParseOpCodes() 2022 if ((Operand == EFI_IFR_ONE_OF_OP) && Scope != 0) { in ParseOpCodes() 2037 if (Scope != 0) { in ParseOpCodes() [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/ |
D | CpuPm.asl | 28 Scope(\) 67 Scope(\_PR.CPU0)
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | ApCst.asl | 84 Scope(\_PR.CPU1) 95 Scope(\_PR.CPU2) 106 Scope(\_PR.CPU3)
|
D | ApIst.asl | 89 Scope(\_PR.CPU1) 117 Scope(\_PR.CPU2) 145 Scope(\_PR.CPU3)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
D | FormBrowserEx.h | 75 IN BROWSER_SETTING_SCOPE Scope
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
D | RamDisk.asl | 24 Scope (\_SB)
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/ |
D | Ctl.asl | 15 Scope(_SB)
|
D | Com.asl | 19 Scope(_SB)
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/ |
D | Com.asl | 17 Scope(_SB)
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Io.h | 30 IN UINT32 Scope
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6Common.c | 111 IN UINT8 Scope, in Ip6SetToAllNodeMulticast() argument 119 if (!Router && Scope == IP6_SITE_LOCAL_SCOPE) { in Ip6SetToAllNodeMulticast() 125 Ip6Addr->Addr[1] = Scope; in Ip6SetToAllNodeMulticast()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileParser.py | 405 ScopeKey = [(Scope[0], Scope[1]) for Scope in self._Scope] 432 for (SectionType, Scope) in self._SectionsMacroDict: 438 if(Scope0, Scope1) not in Scope: 441 SpeSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 445 …if(Scope0, Scope1) not in Scope and (Scope0, "COMMON") not in Scope and ("COMMON", Scope1) not in … 448 ComSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 450 if ("COMMON", "COMMON") in Scope: 451 ComComMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 1008 Scope = [['COMMON', 'COMMON']] 1010 Scope = self._Scope [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/ |
D | Com.asl | 19 Scope(_SB)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ |
D | HiiLib.c | 31 UINT8 Scope; member 1358 VarBlockData.Scope = IfrOpHdr->Scope; in ValidateQuestionFromVfr() 1651 if (VarBlockData.Scope == 0) { in ValidateQuestionFromVfr() 1679 if (VarBlockData.Scope > 0) { in ValidateQuestionFromVfr() 1680 VarBlockData.Scope --; in ValidateQuestionFromVfr() 1686 if ((VarBlockData.Scope == 0) && (VarBlockData.OpCode == EFI_IFR_ONE_OF_OP)) { in ValidateQuestionFromVfr() 1694 if (VarBlockData.Scope > 0) { in ValidateQuestionFromVfr() 1695 VarBlockData.Scope = (UINT8) (VarBlockData.Scope + IfrOpHdr->Scope); in ValidateQuestionFromVfr() 2982 IN UINT8 Scope in InternalHiiCreateOpCodeExtended() argument 2993 Header->Scope = Scope; in InternalHiiCreateOpCodeExtended() [all …]
|