Home
last modified time | relevance | path

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

/illumos-gate/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.c2795 out(O_DEBUG|O_NONL, "event "); in publish_suspects()
2796 ipath_print(O_DEBUG|O_NONL, in publish_suspects()
2802 out(O_DEBUG|O_NONL, "event "); in publish_suspects()
2803 ipath_print(O_DEBUG|O_NONL, in publish_suspects()
H A Dplatform.c870 out(O_DEBUG|O_SYS, in platform_get_files()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h63 #define O_DEBUG 0x0100 /* do nothing unless Debug is set */ macro
H A Dout.c143 if ((flags & O_DEBUG) && Debug == 0) in vout()