Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.h48 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */ macro
H A Derror.c68 if (level == ERROR_PANIC) in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h67 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c153 error_state.breakpoint = ERROR_PANIC; in setopt()
495 case ERROR_PANIC: in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h401 #define PANIC (ERROR_PANIC|ERROR_SOURCE|ERROR_SYSTEM),__FILE__,__LINE__
403 #define PANIC ERROR_PANIC