Lines Matching defs:ipath
49 #include "ipath.h"
151 const char *eventstring, const struct ipath *ipp, nvlist_t *nvl);
153 struct stats *statp, const struct ipath *ipp);
157 const struct ipath *ipp);
217 extern struct lut *itree_create_dummy(const char *, const struct ipath *);
259 prune_propagations(const char *e0class, const struct ipath *e0ipp)
325 newfme(const char *e0class, const struct ipath *e0ipp, fmd_hdl_t *hdl,
501 serialize_observation(struct fme *fp, const char *cls, const struct ipath *ipp)
634 stable(estr), ipath(epnamenp));
639 tmpbuf, ipath2str(estr, ipath(epnamenp)));
799 (void) prune_propagations(stable(estr), ipath(epnamenp));
1031 const struct ipath **ippp)
1087 ipath(serdinst->u.stmt.np->u.event.epname));
1148 path = ipath2str(NULL, ipath(nodep));
1260 newentp->ipath = ipath(serdinst->u.stmt.np->u.event.epname);
1287 *ippp = ipath(tripinst->u.event.epname);
1319 const struct ipath *ipp;
1356 const struct ipath *ipp;
1506 const struct ipath *ipp;
1544 ipp = ipath(epnamenp);
1557 const struct ipath *ipp;
1626 const char *eventstring, const struct ipath *ipp, nvlist_t *nvl)
2044 /* an ipath cache entry is an array of these, with s==NULL at the end */
2045 struct ipath {
2051 ipath2fmri(struct ipath *ipath)
2058 struct ipath *ipp;
2060 for (ipp = ipath; ipp->s != NULL; ipp++)
2082 for (ipp = ipath; ipp->s != NULL; ipp++) {
2319 Istatsz += ipath2strlen(lhs->ename, lhs->ipath);
2345 str = ipath2str(lhs->ename, lhs->ipath);
2397 if (ent1->ipath != ent2->ipath)
2398 return ((char *)ent2->ipath - (char *)ent1->ipath);
2446 ent.ipath = ipath(snp->u.event.epname);
2514 ipath_print(O_ALTFP|O_VERB2, ent.ename, ent.ipath);
2534 const struct ipath *ipp)
2538 if (entp->ipath == ipp) {
2555 fmri = ipath2fmri((struct ipath *)(entp->ipath));
2557 path = ipath2str(entp->ename, entp->ipath);
2586 Serdsz += ipath2strlen(lhs->ename, lhs->ipath);
2603 str = ipath2str(lhs->ename, lhs->ipath);
2648 if (ent1->ipath != ent2->ipath)
2649 return ((char *)ent2->ipath - (char *)ent1->ipath);
2684 newentp->ipath = ipath(epname);
2710 serd_reset_cb(struct serd_entry *entp, void *unused, const struct ipath *ipp)
2714 if (entp->ipath == ipp) {
2730 fmri = ipath2fmri((struct ipath *)(entp->ipath));
2732 path = ipath2str(entp->ename, entp->ipath);
3115 pathstr = ipath2str(NULL, ipath(platform_getpath(ep->nvp)));