Lines Matching defs:branch
671 * e_ddi_branch_create() allows the creation of a whole branch with a
677 * The branch descriptor passed to e_ddi_branch_create() takes two
693 devi_branch_t branch;
697 branch.arg = probe;
698 branch.type = DEVI_BRANCH_SID;
699 branch.create.sid_branch_create = probe->pr_create;
700 branch.devi_branch_callback = opl_set_node;
702 if (e_ddi_branch_create(probe->pr_parent, &branch, NULL, 0) != 0)
714 * Function to tear down a whole branch rooted at the specified node.
716 * Although we create each node of a branch individually, we destroy
717 * a whole branch in one call. This is more efficient.
865 * Create the branch below each "core" node".
947 * Create the branch below each "cmp" node.