Home
last modified time | relevance | path

Searched refs:ERROR_LEVEL (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 */
50 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
H A Derror.c43 flags = level & ~ERROR_LEVEL; in errorv()
44 level &= ERROR_LEVEL; 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 */
69 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c381 flags = level & ~ERROR_LEVEL; in errorv()
382 level &= ERROR_LEVEL; in errorv()
584 level &= ERROR_LEVEL; in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derr.c64 if ((level & ERROR_LEVEL) >= ERROR_ERROR) in errmsg()