Searched refs:ERROR_CALLBACK (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmdinit.c | 38 if (flags & ERROR_CALLBACK) in _cmd_init() 40 flags &= ~ERROR_CALLBACK; in _cmd_init()
|
H A D | cmd.h | 38 #define ERROR_CALLBACK ERROR_SET macro 89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY); in cmdinit()
|
H A D | tee.c | 127 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_CALLBACK); in b_tee()
|
H A D | RELEASE | 61 09-06-19 cmd.h,cmdinit.c: add ERROR_CALLBACK for ERROR_NOTIFY main() callback 63 09-06-19 tee.c: add ERROR_CALLBACK for tee_cleanup() sfio discipline pop
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | cmdinit.c | 38 if (flags & ERROR_CALLBACK) in _cmd_init() 40 flags &= ~ERROR_CALLBACK; in _cmd_init()
|
H A D | cmd.h | 38 #define ERROR_CALLBACK ERROR_SET macro 89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY); in cmdinit()
|
H A D | tee.c | 127 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_CALLBACK); in b_tee()
|
H A D | RELEASE | 25 09-06-19 cmd.h,cmdinit.c: add ERROR_CALLBACK for ERROR_NOTIFY main() callback 27 09-06-19 tee.c: add ERROR_CALLBACK for tee_cleanup() sfio discipline pop
|
/titanic_51/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 47 #define ERROR_CALLBACK ERROR_SET macro 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_51/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 47 #define ERROR_CALLBACK ERROR_SET macro 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_51/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 47 #define ERROR_CALLBACK ERROR_SET macro 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_51/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 47 #define ERROR_CALLBACK ERROR_SET macro 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|