Searched refs:O_WARN (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | out.c | 157 if ((flags & O_WARN) && Warn == 0) in vout() 169 if (Myname && flags & (O_DIE|O_ERR|O_WARN|O_PROG)) in vout() 179 } else if (flags & O_WARN) { in vout()
|
H A D | out.h | 59 #define O_WARN 0x0004 /* O_PROG, stderr, do nothing unless Warn is set */ macro
|
H A D | check.c | 752 outfl(O_WARN|O_NONL, rhs->file, rhs->line, in check_refcount() 754 ptree_name(O_WARN|O_NONL, lhs); in check_refcount() 755 out(O_WARN, NULL); in check_refcount() 801 olevel = O_WARN; in check_cycle() 1214 outfl(O_WARN, np->file, np->line, in check_func()
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 3186 out(O_WARN, "Eft asked to close unrecognized case [%s].", in fme_close_case() 3282 out(O_WARN, "Timer fired for an FME (%p) not in FMEs list.", in fme_timer_fired()
|