Searched refs:nvpairs (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c464 if (node.u.stmt.nvpairs) {
466 (void) eft_node((uintptr_t)node.u.stmt.nvpairs,
475 if (node.u.stmt.nvpairs) {
477 (void) eft_node((uintptr_t)node.u.stmt.nvpairs,
712 if (node.u.stmt.nvpairs) {
714 (void) eft_node((uintptr_t)node.u.stmt.nvpairs,
723 if (node.u.stmt.nvpairs) {
725 (void) eft_node((uintptr_t)node.u.stmt.nvpairs,
734 if (node.u.stmt.nvpairs) {
736 (void) eft_node((uintptr_t)node.u.stmt.nvpairs,
[all...]
/opensolaris-onvv-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 Dptree.c367 if (np->u.stmt.nvpairs) {
369 ptree(flags, np->u.stmt.nvpairs, no_iterators,
380 if (np->u.stmt.nvpairs) {
382 ptree(flags, np->u.stmt.nvpairs, no_iterators,
399 if (np->u.stmt.nvpairs) {
401 ptree(flags, np->u.stmt.nvpairs, no_iterators,
411 if (np->u.stmt.nvpairs) {
413 ptree(flags, np->u.stmt.nvpairs, no_iterators,
423 if (np->u.stmt.nvpairs) {
425 ptree(flags, np->u.stmt.nvpairs, no_iterator
[all...]
H A Dtree.h218 struct node *nvpairs; /* for declarations */ member in struct:node::__anon488::__anon493
311 struct node *tree_decl(enum nodetype t, struct node *enp, struct node *nvpairs,

Completed in 122 milliseconds