Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.h39 char *ipath2str(const char *ename, const struct ipath *ipp);
H A Dfme.c340 pathstr = ipath2str(NULL, e0ipp); in newfme()
357 arg = ipath2str(e0class, e0ipp); in newfme()
378 arg = ipath2str(e0class, e0ipp); in newfme()
391 pathstr = ipath2str(NULL, e0ipp); in newfme()
416 arg = ipath2str(e0class, e0ipp); in newfme()
432 arg = ipath2str(e0class, e0ipp); in newfme()
509 estr = ipath2str(cls, ipp); in serialize_observation()
639 tmpbuf, ipath2str(estr, ipath(epnamenp))); in reconstitute_observations()
1086 serdresource = ipath2str(NULL, in serd_eval()
1148 path = ipath2str(NULL, ipath(nodep)); in serd_eval()
[all …]
H A Deval.c271 path = ipath2str(NULL, ipath(nodep)); in eval_func()
351 path = ipath2str(NULL, ipath(lhs)); in eval_func()
358 path = ipath2str(NULL, ipath(rhs)); in eval_func()
422 path = ipath2str(NULL, ipath(nodep)); in eval_func()
460 path = ipath2str(NULL, ipath(nodep)); in eval_func()
497 path = ipath2str(NULL, ipath(nodep)); in eval_func()
521 path = ipath2str(NULL, ipath(nodep)); in eval_func()
615 char *s = ipath2str(NULL, in eval_func()
1295 char *s = ipath2str(NULL, in check_expr_args()
1306 char *s = ipath2str(NULL, in check_expr_args()
H A Dplatform.c1173 addthisarg = ipath2str(NULL, ipath(namep)); in arglist2argv()
1192 addthisarg = ipath2str(NULL, ipath(np)); in arglist2argv()
1195 addthisarg = ipath2str(np->u.event.ename->u.name.s, in arglist2argv()
1264 envvalues[0] = ipath2str( in generate_envp()
1267 envvalues[1] = ipath2str( in generate_envp()
H A Dipath.c287 ipath2str(const char *ename, const struct ipath *ipp) in ipath2str() function