Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.c80 if (level >= ERROR_FATAL) in errorv()
81 exit(level - ERROR_FATAL + 1); in errorv()
H A Derror.h47 #define ERROR_FATAL 3 /* error message with err_exit */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c149 error_state.breakpoint = ERROR_FATAL; in setopt()
418 if (level >= ERROR_FATAL) in errorv()
614 if (level >= ERROR_FATAL) in errorv()
615 (*error_info.exit)(level - ERROR_FATAL + 1); in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h64 #define ERROR_FATAL 3 /* error message with err_exit */ macro