Home
last modified time | relevance | path

Searched refs:tree_root (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c193 di_node_t tree_root, root, fpnode, dev_node, client_node; in is_apid_configured() local
226 if ((tree_root = di_init("/", DINFOCPYALL | DINFOPATH)) in is_apid_configured()
233 fpnode = di_drv_first_node("fp", tree_root); in is_apid_configured()
420 di_fini(tree_root); in is_apid_configured()
H A Dcfga_utils.c502 di_node_t root, tree_root, fpnode; in walk_tree() local
551 tree_root = di_init("/", init_flags | DINFOFORCE); in walk_tree()
553 tree_root = di_init("/", init_flags); in walk_tree()
556 if (tree_root == DI_NODE_NIL) { in walk_tree()
562 fpnode = di_drv_first_node("fp", tree_root); in walk_tree()
605 di_fini(tree_root); in walk_tree()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c515 tnode_t *tree_root; in fmtopo() local
558 tree_root = NULL; in fmtopo()
559 mdb_pwalk("topo_tree", find_tree_root, &tree_root, addr); in fmtopo()
561 if (! tree_root) { in fmtopo()
567 return (dump_tnode((uintptr_t)tree_root, NULL, NULL)); in fmtopo()
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c222 ptree_name_iter(O_OK, tree_root(NULL)); in main()
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c221 ptree_name_iter(O_OK, tree_root(NULL)); in main()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftwrite.c114 ptree(O_ALTFP, tree_root(NULL), 0, 1); in eftwrite()
H A Dtree.h274 struct node *tree_root(struct node *np);
H A Descparse.y96 { (void)tree_root($1); }
H A Dptree.c729 ptree(flags, tree_root(NULL), 0, 0); in ptree_type_pattern()
H A Dtree.c464 tree_root(struct node *np) in tree_root() function