Searched refs:ExpectedBtypes (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsrepair.c | 263 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument 310 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair() 331 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair() 338 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, 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() [all …]
|
H A D | nspredef.c | 259 (!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 D | nsarguments.c | 274 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utpredef.c | 198 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 D | aslpredef.c | 268 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 D | aslcompiler.h | 820 UINT32 ExpectedBtypes,
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acnamesp.h | 461 UINT32 ExpectedBtypes, 583 UINT32 ExpectedBtypes, 596 UINT32 ExpectedBtypes,
|
H A D | acutils.h | 837 UINT32 ExpectedBtypes);
|
H A D | aclocal.h | 484 UINT8 ExpectedBtypes; member
|