Searched refs:ExpectedBtypes (Results 1 – 10 of 10) sorted by relevance
/acpica-3.6.0/source/components/namespace/ |
D | nsrepair.c | 263 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument 310 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair() 331 if (ExpectedBtypes) in AcpiNsSimpleRepair() 333 if (!(ExpectedBtypes & ACPI_RTYPE_NONE) && in AcpiNsSimpleRepair() 339 Status = AcpiNsRepairNullElement (Info, ExpectedBtypes, in AcpiNsSimpleRepair() 347 if (ExpectedBtypes != ACPI_RTYPE_NONE) in AcpiNsSimpleRepair() 357 if (ExpectedBtypes & ACPI_RTYPE_INTEGER) in AcpiNsSimpleRepair() 365 if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsSimpleRepair() 373 if (ExpectedBtypes & ACPI_RTYPE_BUFFER) in AcpiNsSimpleRepair() 381 if (ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiNsSimpleRepair() [all …]
|
D | nspredef.c | 260 (!Predefined->Info.ExpectedBtypes) || in AcpiNsCheckReturnValue() 261 (Predefined->Info.ExpectedBtypes == ACPI_RTYPE_ALL)) in AcpiNsCheckReturnValue() 271 Predefined->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); in AcpiNsCheckReturnValue() 356 UINT32 ExpectedBtypes, in AcpiNsCheckObjectType() argument 393 if ((Info->ReturnBtype & ExpectedBtypes) == ACPI_RTYPE_REFERENCE) in AcpiNsCheckObjectType() 401 Status = AcpiNsSimpleRepair (Info, ExpectedBtypes, in AcpiNsCheckObjectType() 413 AcpiUtGetExpectedReturnTypes (TypeBuffer, ExpectedBtypes); in AcpiNsCheckObjectType()
|
D | nsarguments.c | 276 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
|
/acpica-3.6.0/source/components/utilities/ |
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()
|
/acpica-3.6.0/source/compiler/ |
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 (AslGbl_StringBuffer, ExpectedBtypes); in ApCheckObjectType()
|
D | aslcompiler.h | 847 UINT32 ExpectedBtypes,
|
/acpica-3.6.0/source/include/ |
D | acnamesp.h | 459 UINT32 ExpectedBtypes, 585 UINT32 ExpectedBtypes, 598 UINT32 ExpectedBtypes,
|
D | acutils.h | 870 UINT32 ExpectedBtypes);
|
D | aclocal.h | 485 UINT8 ExpectedBtypes; member
|
/acpica-3.6.0/source/components/debugger/ |
D | dbnames.c | 629 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames() 635 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()
|