Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/parser/
Dpsparse.c364 case AE_CTRL_CONTINUE: in AcpiPsNextParseState()
367 Status = AE_CTRL_CONTINUE; in AcpiPsNextParseState()
Dpsloop.c805 case AE_CTRL_CONTINUE: in AcpiPsCompleteOp()
/freebsd-9-stable/sys/contrib/dev/acpica/dispatcher/
Ddscontrol.c409 Status = AE_CTRL_CONTINUE; in AcpiDsExecEndControlOp()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dacexcep.h180 #define AE_CTRL_CONTINUE (ACPI_STATUS) (0x000A | AE_CODE_CONTROL) macro