Home
last modified time | relevance | path

Searched refs:AE_CTRL_BREAK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c468 case AE_CTRL_BREAK: in AcpiPsNextParseState()
472 Status = AE_CTRL_BREAK; in AcpiPsNextParseState()
H A Dpsobject.c666 case AE_CTRL_BREAK: in AcpiPsCompleteOp()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c508 Status = AE_CTRL_BREAK; in AcpiDsExecEndControlOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacexcep.h340 #define AE_CTRL_BREAK EXCEP_CTL (0x0009) macro