Searched refs:ExpectedBtypes (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsrepair.c | 150 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument 196 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair() 217 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) in AcpiNsSimpleRepair() 224 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, in AcpiNsSimpleRepair() 241 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair() 249 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair() 257 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair() 265 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair() 411 UINT32 ExpectedBtypes, in AcpiNsRepairNullElement() argument 435 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsRepairNullElement() [all …]
|
| HD | 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()
|
| HD | nsarguments.c | 156 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
|
| /trueos/sys/contrib/dev/acpica/components/utilities/ |
| HD | 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() 337 if (ThisName->Info.ExpectedBtypes) in AcpiUtDisplayPredefinedMethod() 339 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes); in AcpiUtDisplayPredefinedMethod()
|
| /trueos/sys/contrib/dev/acpica/compiler/ |
| HD | aslpredef.c | 160 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() 613 UINT32 ExpectedBtypes, in ApCheckObjectType() argument 688 if (ReturnBtype & ExpectedBtypes) in ApCheckObjectType() 698 AcpiUtGetExpectedReturnTypes (StringBuffer, ExpectedBtypes); in ApCheckObjectType()
|
| HD | aslcompiler.h | 639 UINT32 ExpectedBtypes,
|
| /trueos/sys/contrib/dev/acpica/include/ |
| HD | acnamesp.h | 332 UINT32 ExpectedBtypes, 430 UINT32 ExpectedBtypes, 443 UINT32 ExpectedBtypes,
|
| HD | aclocal.h | 353 UINT8 ExpectedBtypes; member
|
| HD | acutils.h | 729 UINT32 ExpectedBtypes);
|
| /trueos/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbnames.c | 497 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames() 503 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()
|