Searched defs:subtree_root (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c54 static struct rule *subtree_root; variable in typeref:struct:rule
264 subtree_root = root;
455 if ((subtree_root != NULL) &&
456 ((result = exclude_fname(fname, ftype, subtree_root)) !=
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c246 static void free_resources(picl_nodehdl_t subtree_root);
248 static picl_nodehdl_t make_node(picl_nodehdl_t subtree_root, int row,
671 free_resources(picl_nodehdl_t subtree_root) argument
679 if (subtree_root) {
680 (void) ptree_delete_node(subtree_root);
681 (void) ptree_destroy_node(subtree_root);
693 make_node(picl_nodehdl_t subtree_root, int row, int *snmp_syserr_p) argument
720 parenth = subtree_root;
722 parenth = make_node(subtree_root, parent_row, snmp_syserr_p);
725 parenth = subtree_root;
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c3877 * every node under subtree_root? Therefore, we can't just use the raw output
3879 * subtree_root; by incrementing the block id, and then checking whether
3881 * visited last_block implies that all of subtree_root's children have been
3886 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block)
3888 zbookmark_phys_t mod_zb = *subtree_root;
3885 zbookmark_subtree_completed(const dnode_phys_t *dnp, const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) argument

Completed in 133 milliseconds