Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 25 of 92) sorted by relevance

1234

/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRTD3.asl34 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 …]
DGpe.asl23 // General Purpose Events. This Scope handles the Run-time and
28 Scope(\_GPE)
DVlv.asl24 Scope (\_SB.PCI0)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStringDB.c87 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 …]
DStringDB.h43 WCHAR *Scope,
52 WCHAR *Scope
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStringDB.c48 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 …]
DStringDB.h87 WCHAR *Scope; // member
149 WCHAR *Scope,
158 WCHAR *Scope
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrOpCodeCreation.c89 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/
DVarCheckHiiGen.c139 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/
DDecObject.py117 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/
Dsymbols.py14 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/
DIfrParse.c1284 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/
DCpuPm.asl28 Scope(\)
67 Scope(\_PR.CPU0)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DApCst.asl84 Scope(\_PR.CPU1)
95 Scope(\_PR.CPU2)
106 Scope(\_PR.CPU3)
DApIst.asl89 Scope(\_PR.CPU1)
117 Scope(\_PR.CPU2)
145 Scope(\_PR.CPU3)
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DFormBrowserEx.h75 IN BROWSER_SETTING_SCOPE Scope
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDisk.asl24 Scope (\_SB)
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
DCtl.asl15 Scope(_SB)
DCom.asl19 Scope(_SB)
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
DCom.asl17 Scope(_SB)
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.h30 IN UINT32 Scope
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Common.c111 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/
DMetaFileParser.py405 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/
DCom.asl19 Scope(_SB)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
DHiiLib.c31 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 …]

1234