Searched defs:oldepname (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h231 struct node *oldepname; /* unwildcarded path name */ member in struct:node::__anon457::__anon463
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c76 struct node *oldepname; /* epname without the wildcard part */ member in struct:wildcardinfo
271 * let oldepname be a subset of epname. return the subsection of epname
272 * that ends with oldepname. make each component in the path explicitly
276 tname_dup_to_epname(struct node *oldepname, struct node *epname) argument
292 if (npref->u.name.s == oldepname->u.name.s) {
293 for (np1 = npref, np2 = oldepname;
303 /* oldepname matched npref up to end */
312 * if oldepname could not be found in epname, return a
314 * oldepname since it might not be a path.
316 return (tname_dup(oldepname, CN_DU
542 hmatch_full_config(struct info *infop, struct node *eventnp, struct node *oldepname, struct config *ncp, struct node *nextnp, struct iterinfo *iterinfop) argument
1189 struct node *np1, *np2, *oldepname, *oldnptop; local
[all...]

Completed in 48 milliseconds