Searched refs:ipath2str (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | ipath.h | 39 char *ipath2str(const char *ename, const struct ipath *ipp);
|
H A D | fme.c | 346 pathstr = ipath2str(NULL, e0ipp); in newfme() 364 arg = ipath2str(e0class, e0ipp); in newfme() 385 arg = ipath2str(e0class, e0ipp); in newfme() 398 pathstr = ipath2str(NULL, e0ipp); in newfme() 423 arg = ipath2str(e0class, e0ipp); in newfme() 439 arg = ipath2str(e0class, e0ipp); in newfme() 516 estr = ipath2str(cls, ipp); in serialize_observation() 646 tmpbuf, ipath2str(estr, ipath(epnamenp))); in reconstitute_observations() 1093 serdresource = ipath2str(NULL, in serd_eval() 1155 path = ipath2str(NULL, ipath(nodep)); in serd_eval() [all …]
|
H A D | eval.c | 272 path = ipath2str(NULL, ipath(nodep)); in eval_func() 352 path = ipath2str(NULL, ipath(lhs)); in eval_func() 359 path = ipath2str(NULL, ipath(rhs)); in eval_func() 423 path = ipath2str(NULL, ipath(nodep)); in eval_func() 461 path = ipath2str(NULL, ipath(nodep)); in eval_func() 498 path = ipath2str(NULL, ipath(nodep)); in eval_func() 522 path = ipath2str(NULL, ipath(nodep)); in eval_func() 617 char *s = ipath2str(NULL, in eval_func() 1297 char *s = ipath2str(NULL, in check_expr_args() 1308 char *s = ipath2str(NULL, in check_expr_args()
|
H A D | platform.c | 1175 addthisarg = ipath2str(NULL, ipath(namep)); in arglist2argv() 1194 addthisarg = ipath2str(NULL, ipath(np)); in arglist2argv() 1197 addthisarg = ipath2str(np->u.event.ename->u.name.s, in arglist2argv() 1266 envvalues[0] = ipath2str( in generate_envp() 1269 envvalues[1] = ipath2str( in generate_envp()
|
H A D | ipath.c | 287 ipath2str(const char *ename, const struct ipath *ipp) in ipath2str() function
|