Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c187 outfl(O_ALTFP|O_VERB2, np->file, np->line, in eval_cat()
242 out(O_ALTFP|O_VERB2|O_NONL, "eval_func:is_under("); in eval_func()
243 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, lhs); in eval_func()
244 out(O_ALTFP|O_VERB2|O_NONL, ","); in eval_func()
245 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, rhs); in eval_func()
246 out(O_ALTFP|O_VERB2|O_NONL, ") returned %d", (int)valuep->v); in eval_func()
523 outfl(O_ALTFP|O_VERB2|O_NONL, np->file, np->line, "has_fault("); in eval_func()
524 ptree_name_iter(O_ALTFP|O_VERB2|O_NONL, nodep); in eval_func()
525 out(O_ALTFP|O_VERB2|O_NONL, "(%s), \"%s\") ", path, in eval_func()
533 out(O_ALTFP|O_VERB2, "no path"); in eval_func()
[all …]
H A Dfme.c210 out(O_ALTFP|O_VERB2, "newfme: config snapshot contains..."); in fme_ready()
211 config_print(O_ALTFP|O_VERB2, fmep->config); in fme_ready()
350 out(O_ALTFP|O_VERB2, "Unable to map \"%s\" ereport " in newfme()
427 itree_ptree(O_ALTFP|O_VERB2, Nfmep->eventtree); in newfme()
840 itree_ptree(O_ALTFP|O_VERB2, fmep->eventtree); in fme_restart()
999 out(flags|O_VERB2, "\t Tree:"); in fme_print()
1000 itree_ptree(flags|O_VERB2, fmep->eventtree); in fme_print()
1518 out(O_ALTFP|O_VERB2, "Unable to map \"%s\" ereport " in fme_receive_external_report()
2276 out(O_ALTFP|O_VERB2, "addpayloadprop: create hc_specific"); in addpayloadprop()
2288 out(O_ALTFP|O_VERB2, "addpayloadprop: reuse hc_specific"); in addpayloadprop()
[all …]
H A Dplatform.c1527 out(O_ALTFP | O_VERB2, "platform_payloadprop: no nvp for %s", in platform_payloadprop()
1811 out(O_ALTFP|O_VERB2, in platform_payloadprop()
1820 out(O_ALTFP|O_VERB2, in platform_payloadprop()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dout.h67 #define O_VERB2 0x0400 /* do nothing unless Verbose >= 2 */ macro
H A Dout.c151 if ((flags & O_VERB2) && Verbose < 2) in vout()