Searched refs:O_DEBUG (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 281 out(O_DEBUG, "appending status changes to \"%s\"", fname); in _fmd_init() 337 out(O_DEBUG, "initialized, verbose %d warn %d maxfme %d", in _fmd_init()
|
H A D | fme.c | 2777 out(O_DEBUG|O_NONL, "event "); in publish_suspects() 2778 ipath_print(O_DEBUG|O_NONL, in publish_suspects() 2784 out(O_DEBUG|O_NONL, "event "); in publish_suspects() 2785 ipath_print(O_DEBUG|O_NONL, in publish_suspects()
|
H A D | platform.c | 868 out(O_DEBUG|O_SYS, in platform_get_files()
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | out.h | 65 #define O_DEBUG 0x0100 /* do nothing unless Debug is set */ macro
|
H A D | out.c | 145 if ((flags & O_DEBUG) && Debug == 0) in vout()
|