Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsrepair.c155 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
202 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
223 if (ExpectedBtypes) in AcpiNsSimpleRepair()
225 if (!(ExpectedBtypes & ACPI_RTYPE_NONE) && in AcpiNsSimpleRepair()
231 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, in AcpiNsSimpleRepair()
239 if (ExpectedBtypes != ACPI_RTYPE_NONE) in AcpiNsSimpleRepair()
249 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair()
257 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair()
265 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair()
273 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair()
[all …]
H A Dnspredef.c152 (!Predefined->Info.ExpectedBtypes) || in AcpiNsCheckReturnValue()
153 (Predefined->Info.ExpectedBtypes == ACPI_RTYPE_ALL)) in AcpiNsCheckReturnValue()
163 Predefined->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in AcpiNsCheckReturnValue()
248 UINT32 ExpectedBtypes, in AcpiNsCheckObjectType() argument
285 if ((Info->ReturnBtype & ExpectedBtypes) == ACPI_RTYPE_REFERENCE) in AcpiNsCheckObjectType()
293 Status = AcpiNsSimpleRepair (Info, ExpectedBtypes, in AcpiNsCheckObjectType()
305 AcpiUtGetExpectedReturnTypes (TypeBuffer, ExpectedBtypes); in AcpiNsCheckObjectType()
H A Dnsarguments.c168 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H 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()
337 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod()
339 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H 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 (AslGbl_StringBuffer, ExpectedBtypes); in ApCheckObjectType()
H A Daslcompiler.h739 UINT32 ExpectedBtypes,
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacnamesp.h351 UINT32 ExpectedBtypes,
477 UINT32 ExpectedBtypes,
490 UINT32 ExpectedBtypes,
H A Dacutils.h762 UINT32 ExpectedBtypes);
H A Daclocal.h377 UINT8 ExpectedBtypes; member
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c521 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames()
527 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()