Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c188 outfl(O_ALTFP|O_VERB2, np->file, np->line, in eval_cat()
243 out(O_ALTFP|O_VERB2|O_NONL, "eval_func:is_under("); in eval_func()
244 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, lhs); in eval_func()
245 out(O_ALTFP|O_VERB2|O_NONL, ","); in eval_func()
246 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, rhs); in eval_func()
247 out(O_ALTFP|O_VERB2|O_NONL, ") returned %d", (int)valuep->v); in eval_func()
525 outfl(O_ALTFP|O_VERB2|O_NONL, np->file, np->line, "has_fault("); in eval_func()
526 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, nodep); in eval_func()
527 out(O_ALTFP|O_VERB2|O_NONL, "(%s), \"%s\") ", path, in eval_func()
535 out(O_ALTFP|O_VERB2, "no path"); in eval_func()
[all …]
H A Dfme.c216 out(O_ALTFP|O_VERB2, "newfme: config snapshot contains..."); in fme_ready()
217 config_print(O_ALTFP|O_VERB2, fmep->config); in fme_ready()
356 out(O_ALTFP|O_VERB2, "Unable to map \"%s\" ereport " in newfme()
434 itree_ptree(O_ALTFP|O_VERB2, Nfmep->eventtree); in newfme()
847 itree_ptree(O_ALTFP|O_VERB2, fmep->eventtree); in fme_restart()
1006 out(flags|O_VERB2, "\t Tree:"); in fme_print()
1007 itree_ptree(flags|O_VERB2, fmep->eventtree); in fme_print()
1525 out(O_ALTFP|O_VERB2, "Unable to map \"%s\" ereport " in fme_receive_external_report()
2287 out(O_ALTFP|O_VERB2, "addpayloadprop: create hc_specific"); in addpayloadprop()
2299 out(O_ALTFP|O_VERB2, "addpayloadprop: reuse hc_specific"); in addpayloadprop()
[all …]
H A Dplatform.c1529 out(O_ALTFP | O_VERB2, "platform_payloadprop: no nvp for %s", in platform_payloadprop()
1813 out(O_ALTFP|O_VERB2, in platform_payloadprop()
1822 out(O_ALTFP|O_VERB2, in platform_payloadprop()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h65 #define O_VERB2 0x0400 /* do nothing unless Verbose >= 2 */ macro
H A Dout.c149 if ((flags & O_VERB2) && Verbose < 2) in vout()