Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair.c155 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
202 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
223 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair()
230 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, 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()
[all …]
H 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()
H A Dnsarguments.c157 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/titanic_44/usr/src/uts/intel/io/acpica/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()
339 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod()
341 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacnamesp.h342 UINT32 ExpectedBtypes,
447 UINT32 ExpectedBtypes,
460 UINT32 ExpectedBtypes,
H A Dacutils.h678 UINT32 ExpectedBtypes);
H A Daclocal.h376 UINT8 ExpectedBtypes; member