Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsrepair.c263 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
310 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
331 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair()
355 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair()
363 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair()
371 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair()
379 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair()
515 UINT32 ExpectedBtypes, in AcpiNsRepairNullElement() argument
539 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsRepairNullElement()
545 else if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsRepairNullElement()
[all …]
H A Dnspredef.c259 (!Predefined->Info.ExpectedBtypes) || in AcpiNsCheckReturnValue()
260 (Predefined->Info.ExpectedBtypes == ACPI_RTYPE_ALL)) in AcpiNsCheckReturnValue()
270 Predefined->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in AcpiNsCheckReturnValue()
355 UINT32 ExpectedBtypes, in AcpiNsCheckObjectType() argument
392 if ((Info->ReturnBtype & ExpectedBtypes) == ACPI_RTYPE_REFERENCE) in AcpiNsCheckObjectType()
400 Status = AcpiNsSimpleRepair (Info, ExpectedBtypes, in AcpiNsCheckObjectType()
412 AcpiUtGetExpectedReturnTypes (TypeBuffer, ExpectedBtypes); in AcpiNsCheckObjectType()
H A Dnsarguments.c274 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutpredef.c198 if ((ThisName->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) && in AcpiUtGetNextPredefinedMethod()
199 (ThisName->Info.ExpectedBtypes != ACPI_RTYPE_ALL)) in AcpiUtGetNextPredefinedMethod()
268 UINT32 ExpectedBtypes) in AcpiUtGetExpectedReturnTypes() argument
275 if (!ExpectedBtypes) in AcpiUtGetExpectedReturnTypes()
289 if (ExpectedBtypes & ThisRtype) in AcpiUtGetExpectedReturnTypes()
445 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod()
447 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslpredef.c268 ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedMethod()
271 ThisName->Info.ExpectedBtypes); in ApCheckForPredefinedMethod()
392 if (!ThisName->Info.ExpectedBtypes) in ApCheckPredefinedReturnValue()
416 ThisName->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in ApCheckPredefinedReturnValue()
519 if (!ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedObject()
530 ThisName->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in ApCheckForPredefinedObject()
722 UINT32 ExpectedBtypes, in ApCheckObjectType() argument
797 if (ReturnBtype & ExpectedBtypes) in ApCheckObjectType()
807 AcpiUtGetExpectedReturnTypes (StringBuffer, ExpectedBtypes); in ApCheckObjectType()
H A Daslcompiler.h820 UINT32 ExpectedBtypes,
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacnamesp.h461 UINT32 ExpectedBtypes,
583 UINT32 ExpectedBtypes,
596 UINT32 ExpectedBtypes,
H A Dacutils.h837 UINT32 ExpectedBtypes);
H A Daclocal.h484 UINT8 ExpectedBtypes; member