Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/namespace/
A Dnsrepair.c155 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
202 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
223 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair()
247 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair()
255 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair()
263 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair()
271 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair()
419 UINT32 ExpectedBtypes, in AcpiNsRepairNullElement() argument
443 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsRepairNullElement()
449 else if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsRepairNullElement()
[all …]
A Dnspredef.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()
A Dnsarguments.c157 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/third_party/lib/acpica/source/components/utilities/
A Dutpredef.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()
339 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod()
341 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
/third_party/lib/acpica/source/compiler/
A Daslpredef.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()
614 UINT32 ExpectedBtypes, in ApCheckObjectType() argument
689 if (ReturnBtype & ExpectedBtypes) in ApCheckObjectType()
699 AcpiUtGetExpectedReturnTypes (StringBuffer, ExpectedBtypes); in ApCheckObjectType()
A Daslcompiler.h634 UINT32 ExpectedBtypes,
/third_party/lib/acpica/source/include/acpica/
A Dacnamesp.h342 UINT32 ExpectedBtypes,
447 UINT32 ExpectedBtypes,
460 UINT32 ExpectedBtypes,
A Dacutils.h633 UINT32 ExpectedBtypes);
A Daclocal.h376 UINT8 ExpectedBtypes; member
/third_party/lib/acpica/source/components/debugger/
A Ddbnames.c510 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames()
516 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()

Completed in 17 milliseconds