Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair.c263 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 …]
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()
/haiku/src/add-ons/kernel/bus_managers/acpi/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()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacnamesp.h459 UINT32 ExpectedBtypes,
585 UINT32 ExpectedBtypes,
598 UINT32 ExpectedBtypes,
H A Dacutils.h870 UINT32 ExpectedBtypes);
H A Daclocal.h485 UINT8 ExpectedBtypes; member