Searched defs:ERROR_ERROR (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h53 #define ERROR_exit(n) ((n)+ERROR_ERROR)
54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
55 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
72 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h44 #define ERROR_exit(n) ((n)+ERROR_ERROR)
45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
46 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
63 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
105 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h53 #define ERROR_exit(n) ((n)+ERROR_ERROR)
54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
55 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
72 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h53 #define ERROR_exit(n) ((n)+ERROR_ERROR)
54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
55 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
72 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h53 #define ERROR_exit(n) ((n)+ERROR_ERROR)
54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
55 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
72 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
114 int errors; /* >= ERROR_ERROR count */ \

Completed in 62 milliseconds