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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c299 if (root->u.stmt.nvpairs)
300 tree_free(root->u.stmt.nvpairs);
426 return (tree_treecmp(np1->u.stmt.nvpairs, np2->u.stmt.nvpairs,
1018 struct node *np, struct node *nvpairs, struct lut **lutpp,
1027 ret->u.stmt.nvpairs = nvpairs;
1033 * nvpairs into the first decl so we have a
1037 * off with any nvpairs from this declaration statement.
1043 ret->u.stmt.lutp = nvpair2lut(nvpairs, NUL
1017 dodecl(enum nodetype t, const char *file, int line, struct node *np, struct node *nvpairs, struct lut **lutpp, struct stats *countp, int justpath) argument
1081 tree_decl(enum nodetype t, struct node *np, struct node *nvpairs, const char *file, int line) argument
[all...]
H A Dtree.h218 struct node *nvpairs; /* for declarations */ member in struct:node::__anon457::__anon462
311 struct node *tree_decl(enum nodetype t, struct node *enp, struct node *nvpairs,

Completed in 60 milliseconds