Searched refs:ExpectedBtypes (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsrepair.c | 155 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 D | nspredef.c | 151 (!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 D | nsarguments.c | 157 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utpredef.c | 90 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_50/usr/src/uts/intel/sys/acpi/ |
H A D | acnamesp.h | 342 UINT32 ExpectedBtypes, 447 UINT32 ExpectedBtypes, 460 UINT32 ExpectedBtypes,
|
H A D | acutils.h | 678 UINT32 ExpectedBtypes);
|
H A D | aclocal.h | 376 UINT8 ExpectedBtypes; member
|