Home
last modified time | relevance | path

Searched refs:O_NONL (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.c103 out(flags|O_NONL, "%s", np->u.name.s); in ptree()
108 out(flags|O_NONL, "%d", num); in ptree()
112 out(flags|O_NONL, "<>"); in ptree()
114 out(flags|O_NONL, "<"); in ptree()
117 out(flags|O_NONL, ">"); in ptree()
122 out(flags|O_NONL, "["); in ptree()
126 out(flags|O_NONL, "]"); in ptree()
132 out(flags|O_NONL, "."); in ptree()
134 out(flags|O_NONL, "/"); in ptree()
142 out(flags|O_NONL, "%llu", np->u.ull); in ptree()
[all …]
H A Desclex.c697 outfl(O_NONL, File, Recordedline, "lex: "); in record()
724 out(flags|O_NONL, " \"%s\"", in dumpline()
729 out(flags|O_NONL, " %s", in dumpline()
736 out(flags|O_NONL, " EOF"); in dumpline()
739 out(flags|O_NONL, " ->%s", in dumpline()
743 out(flags|O_NONL, " =="); in dumpline()
746 out(flags|O_NONL, " !="); in dumpline()
749 out(flags|O_NONL, " ||"); in dumpline()
752 out(flags|O_NONL, " &&"); in dumpline()
755 out(flags|O_NONL, " <="); in dumpline()
[all …]
H A Dcheck.c752 outfl(O_WARN|O_NONL, rhs->file, rhs->line, in check_refcount()
754 ptree_name(O_WARN|O_NONL, lhs); in check_refcount()
803 out(olevel|O_NONL, "cycle in propagation tree: "); in check_cycle()
804 ptree_name(olevel|O_NONL, rhs->u.stmt.np); in check_cycle()
906 outfl(O_ERR|O_NONL, in check_cycle_rhs()
909 ptree_name(O_ERR|O_NONL, rhs); in check_cycle_rhs()
932 outfl(O_ERR|O_NONL, np->file, np->line, in check_name_iterator()
934 ptree_name_iter(O_ERR|O_NONL, np); in check_name_iterator()
951 outfl(O_ERR|O_NONL, np->file, np->line, in check_type_iterator()
954 ptree_name_iter(O_ERR|O_NONL, np); in check_type_iterator()
[all …]
H A Dout.c218 if (flags & O_NONL) in vout()
262 out(flags|O_NONL, "%s:%d: ", fname, line); in outfl()
H A Dout.h62 #define O_NONL 0x0080 /* don't append a newline to message */ macro
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c852 out(O_ALTFP|O_NONL, "FME %d replay observations: ", fmep->id); in fme_restart()
854 out(O_ALTFP|O_NONL, " "); in fme_restart()
855 itree_pevent_brief(O_ALTFP|O_NONL, ep); in fme_restart()
885 out(O_ALTFP|O_NONL, "[case %s (unable to restart), ", in fme_restart()
889 out(O_ALTFP|O_NONL, "already solved, "); in fme_restart()
891 out(O_ALTFP|O_NONL, "solving, "); in fme_restart()
979 out(flags|O_NONL, "\t Start time: "); in fme_print()
980 ptree_timeval(flags|O_NONL, &fmep->ull); in fme_print()
983 out(flags|O_NONL, "\t Wait time: "); in fme_print()
984 ptree_timeval(flags|O_NONL, &fmep->wull); in fme_print()
[all …]
H A Deval.c243 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()
279 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, nodep); in eval_func()
300 out(O_ALTFP|O_VERB3|O_NONL, in eval_func()
303 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, nodep); in eval_func()
321 out(O_ALTFP|O_VERB3|O_NONL, " %s(\"", funcname); in eval_func()
322 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, nodep); in eval_func()
[all …]
H A Ditree.c176 out(O_ALTFP|O_VERB3|O_NONL, " Arrow \""); in generate()
177 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, G.fromnp); in generate()
178 out(O_ALTFP|O_VERB3|O_NONL, "\" -> \""); in generate()
179 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, G.tonp); in generate()
180 out(O_ALTFP|O_VERB3|O_NONL, "\" "); in generate()
605 outfl(O_ALTFP|O_VERB3|O_NONL, infop->anp->file, in hmatch_full_config()
607 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, in hmatch_full_config()
1205 outfl(O_ALTFP|O_VERB3|O_NONL, in vmatch()
1207 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, infop->anp); in vmatch()
1629 out(flags|O_NONL, " "); in itree_pbubble()
[all …]
H A Dconfig.c289 out(O_ALTFP|O_VERB3|O_NONL, in config_cook()
293 out(O_ALTFP|O_VERB3|O_NONL, "\n%p ", in config_cook()
296 out(O_ALTFP|O_VERB3|O_NONL, "%c", *cfgstr); in config_cook()
613 ptree_name_iter(O_ALTFP|O_VERB|O_NONL, np); in config_bydev_lookup()
639 ptree_name_iter(O_ALTFP|O_VERB|O_NONL, np); in config_bydevid_lookup()
665 ptree_name_iter(O_ALTFP|O_VERB|O_NONL, np); in config_bytp_lookup()
691 ptree_name_iter(O_ALTFP|O_VERB3|O_NONL, np); in config_bycpuid_lookup()
H A Dipath.c390 out(flags|O_NONL, ename); in ipath_print()
392 out(flags|O_NONL, "@"); in ipath_print()
398 out(flags|O_NONL, "%s%s%d", sep, ipp->s, ipp->i); in ipath_print()
H A Devnv.c45 out(O_ALTFP|O_VERB3|O_NONL, " "); in outindent()
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c97 out(O_OK|O_NONL, "%s%s", sep, s); in dictprint()
207 out(O_OK|O_NONL, "Dictionaries: "); in main()