Home
last modified time | relevance | path

Searched refs:ERROR_LEVEL (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libast/common/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
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Derror.h76 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */
78 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Derror.h76 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */
78 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h76 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */
78 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Derror.h76 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */
78 #define ERROR_LEVEL 0x00ff /* level portion of status */ macro
/titanic_44/usr/src/lib/libast/common/uwin/
H A Derr.c64 if ((level & ERROR_LEVEL) >= ERROR_ERROR) in errmsg()
/titanic_44/usr/src/lib/libast/common/misc/
H A Derror.c381 flags = level & ~ERROR_LEVEL; in errorv()
382 level &= ERROR_LEVEL; in errorv()
584 level &= ERROR_LEVEL; in errorv()