Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c263 UINT32 ExpectedBtypes, in AcpiNsSimpleRepair() argument
310 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
331 if (ExpectedBtypes && (!(ExpectedBtypes & ACPI_RTYPE_NONE))) 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()
545 else if (ExpectedBtypes & ACPI_RTYPE_STRING) in AcpiNsRepairNullElement()
[all …]
H A Dnspredef.c260 (!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()
H A Dnsarguments.c276 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutpredef.c198 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()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslpredef.c268 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()
H A Daslcompiler.h847 UINT32 ExpectedBtypes,
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacnamesp.h459 UINT32 ExpectedBtypes,
585 UINT32 ExpectedBtypes,
598 UINT32 ExpectedBtypes,
H A Dacutils.h842 UINT32 ExpectedBtypes);
H A Daclocal.h485 UINT8 ExpectedBtypes; member
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbnames.c629 if (Predefined->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) in AcpiDbWalkForPredefinedNames()
635 Predefined->Info.ExpectedBtypes); in AcpiDbWalkForPredefinedNames()