Searched refs:ERROR_LIBRARY (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Derrorf.c38 errorv((discipline && handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR_LIBRARY), ap);
H A Derror.c94 #define ERROR_CATALOG (ERROR_LIBRARY<<1)
181 error_info.set |= ERROR_LIBRARY;
183 error_info.clear |= ERROR_LIBRARY;
416 if (level < error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_info.clear) & ERROR_LIBRARY) || level < 0 && error_info.mask && !(error_info.mask & (1<<(-level - 1))))
423 flags |= ERROR_LIBRARY|ERROR_SYSTEM;
427 flags &= ~ERROR_LIBRARY;
456 print(stkstd, file, (flags & ERROR_LIBRARY) ? " " : ": ");
457 if (flags & (ERROR_CATALOG|ERROR_LIBRARY))
464 (flags & ERROR_LIBRARY)
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h76 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h85 #define ERROR_LIBRARY 0x4000 /* library routine error */ macro

Completed in 20 milliseconds