/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)
|
D | CPU.asl | 28 Scope(\_PR)
|
/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 1376 Scope = ((EFI_IFR_OP_HEADER *) OpCodeData)->Scope; in ParseOpCodes() 1386 if (Scope != 0) { in ParseOpCodes() 1395 if (Scope != 0) { in ParseOpCodes() 1406 if (Scope != 0) { in ParseOpCodes() 1653 if (Scope == 0) { in ParseOpCodes() 1758 if (Scope != 0) { in ParseOpCodes() 1824 if (Scope != 0) { in ParseOpCodes() 2005 if ((Operand == EFI_IFR_ONE_OF_OP) && Scope != 0) { in ParseOpCodes() 2020 if (Scope != 0) { in ParseOpCodes() [all …]
|
/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)
|
D | ApTst.asl | 88 Scope(\_PR.CPU1) 148 Scope(\_PR.CPU2) 208 Scope(\_PR.CPU3)
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/ |
D | CpuPm.asl | 28 Scope(\) 67 Scope(\_PR.CPU0)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
D | FormBrowserEx.h | 70 IN BROWSER_SETTING_SCOPE Scope
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileParser.py | 395 ScopeKey = [(Scope[0], Scope[1]) for Scope in self._Scope] 422 for (SectionType, Scope) in self._SectionsMacroDict: 428 if(Scope0, Scope1) not in Scope: 431 SpeSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 435 …if(Scope0, Scope1) not in Scope and (Scope0, "COMMON") not in Scope and ("COMMON", Scope1) not in … 438 ComSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 440 if ("COMMON", "COMMON") in Scope: 441 ComComMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)]) 994 Scope = [['COMMON', 'COMMON']] 996 Scope = self._Scope [all …]
|
/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()
|
D | Ip6Common.h | 115 IN UINT8 Scope,
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Io.h | 30 IN UINT32 Scope
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ |
D | HiiLib.c | 31 UINT8 Scope; member 1348 VarBlockData.Scope = IfrOpHdr->Scope; in ValidateQuestionFromVfr() 1641 if (VarBlockData.Scope == 0) { in ValidateQuestionFromVfr() 1669 if (VarBlockData.Scope > 0) { in ValidateQuestionFromVfr() 1670 VarBlockData.Scope --; in ValidateQuestionFromVfr() 1676 if ((VarBlockData.Scope == 0) && (VarBlockData.OpCode == EFI_IFR_ONE_OF_OP)) { in ValidateQuestionFromVfr() 1684 if (VarBlockData.Scope > 0) { in ValidateQuestionFromVfr() 1685 VarBlockData.Scope = (UINT8) (VarBlockData.Scope + IfrOpHdr->Scope); in ValidateQuestionFromVfr() 2971 IN UINT8 Scope in InternalHiiCreateOpCodeExtended() argument 2982 Header->Scope = Scope; in InternalHiiCreateOpCodeExtended() [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | Platform.asl | 127 Scope(\_PR) { 145 Scope(\_GPE) 273 Scope(\_SB)
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/ |
D | Dsdt.asl | 18 Scope(_SB) { 193 } // Scope(_SB)
|