Home
last modified time | relevance | path

Searched refs:ExpectedBtypes (Results 1 – 10 of 10) sorted by relevance

/trueos/sys/contrib/dev/acpica/components/namespace/
HDnsrepair.c150 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
196 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
217 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair()
224 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, in AcpiNsSimpleRepair()
241 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair()
249 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair()
257 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair()
265 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair()
411 UINT32 ExpectedBtypes, in AcpiNsRepairNullElement() argument
435 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsRepairNullElement()
[all …]
HDnspredef.c151 (!Predefined->Info.ExpectedBtypes) || in AcpiNsCheckReturnValue()
152 (Predefined->Info.ExpectedBtypes == ACPI_RTYPE_ALL)) in AcpiNsCheckReturnValue()
162 Predefined->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in AcpiNsCheckReturnValue()
247 UINT32 ExpectedBtypes, in AcpiNsCheckObjectType() argument
284 if ((Info->ReturnBtype & ExpectedBtypes) == ACPI_RTYPE_REFERENCE) in AcpiNsCheckObjectType()
292 Status = AcpiNsSimpleRepair (Info, ExpectedBtypes, in AcpiNsCheckObjectType()
304 AcpiUtGetExpectedReturnTypes (TypeBuffer, ExpectedBtypes); in AcpiNsCheckObjectType()
HDnsarguments.c156 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/trueos/sys/contrib/dev/acpica/components/utilities/
HDutpredef.c90 if ((ThisName->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) && in AcpiUtGetNextPredefinedMethod()
91 (ThisName->Info.ExpectedBtypes != ACPI_RTYPE_ALL)) in AcpiUtGetNextPredefinedMethod()
160 UINT32 ExpectedBtypes) in AcpiUtGetExpectedReturnTypes() argument
167 if (!ExpectedBtypes) in AcpiUtGetExpectedReturnTypes()
181 if (ExpectedBtypes & ThisRtype) in AcpiUtGetExpectedReturnTypes()
337 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod()
339 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
/trueos/sys/contrib/dev/acpica/compiler/
HDaslpredef.c160 ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedMethod()
163 ThisName->Info.ExpectedBtypes); in ApCheckForPredefinedMethod()
284 if (!ThisName->Info.ExpectedBtypes) in ApCheckPredefinedReturnValue()
308 ThisName->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in ApCheckPredefinedReturnValue()
411 if (!ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedObject()
422 ThisName->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in ApCheckForPredefinedObject()
613 UINT32 ExpectedBtypes, in ApCheckObjectType() argument
688 if (ReturnBtype & ExpectedBtypes) in ApCheckObjectType()
698 AcpiUtGetExpectedReturnTypes (StringBuffer, ExpectedBtypes); in ApCheckObjectType()
HDaslcompiler.h639 UINT32 ExpectedBtypes,
/trueos/sys/contrib/dev/acpica/include/
HDacnamesp.h332 UINT32 ExpectedBtypes,
430 UINT32 ExpectedBtypes,
443 UINT32 ExpectedBtypes,
HDaclocal.h353 UINT8 ExpectedBtypes; member
HDacutils.h729 UINT32 ExpectedBtypes);
/trueos/sys/contrib/dev/acpica/components/debugger/
HDdbnames.c497 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames()
503 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()