Home
last modified time | relevance | path

Searched refs:AE_CTRL_RETURN_VALUE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnseval.c404 Status = AE_CTRL_RETURN_VALUE; /* Always has a "return value" */ in AcpiNsEvaluate()
417 if (Status == AE_CTRL_RETURN_VALUE) in AcpiNsEvaluate()
H A Dnspredef.c241 (ReturnStatus != AE_CTRL_RETURN_VALUE)) in AcpiNsCheckReturnValue()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslfold.c272 case AE_CTRL_RETURN_VALUE: in OpcAmlConstantWalk()
448 return (AE_CTRL_RETURN_VALUE); in OpcAmlCheckForConstant()
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsxface.c380 Status = AE_CTRL_RETURN_VALUE; in AcpiPsExecuteMethod()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacexcep.h332 #define AE_CTRL_RETURN_VALUE EXCEP_CTL (0x0001) macro