Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c475 case AE_CTRL_CONTINUE: in AcpiPsNextParseState()
478 Status = AE_CTRL_CONTINUE; in AcpiPsNextParseState()
H A Dpsobject.c667 case AE_CTRL_CONTINUE: in AcpiPsCompleteOp()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c512 Status = AE_CTRL_CONTINUE; in AcpiDsExecEndControlOp()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslstartup.c392 return (AE_CTRL_CONTINUE); in AslDoDisassembly()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacexcep.h341 #define AE_CTRL_CONTINUE EXCEP_CTL (0x000A) macro