Home
last modified time | relevance | path

Searched refs:O_DEBUG (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c281 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 Dfme.c2784 out(O_DEBUG|O_NONL, "event "); in publish_suspects()
2785 ipath_print(O_DEBUG|O_NONL, in publish_suspects()
2791 out(O_DEBUG|O_NONL, "event "); in publish_suspects()
2792 ipath_print(O_DEBUG|O_NONL, in publish_suspects()
H A Dplatform.c868 out(O_DEBUG|O_SYS, in platform_get_files()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dout.h65 #define O_DEBUG 0x0100 /* do nothing unless Debug is set */ macro
H A Dout.c145 if ((flags & O_DEBUG) && Debug == 0) in vout()