Searched refs:root_node (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dmap.c67 static am_node *root_node; /* The root of the mount tree */ variable
313 if (p_mp == root_node)
571 if (mp && mp->am_parent == root_node)
644 return root_keyiter(mount_auto_node, root_node);
656 root_node = exported_ap_alloc();
661 init_map(root_node, "");
671 free_mntfs(root_node->am_al->al_mnt);
672 root_node->am_al->al_mnt = root_mf;
683 root_mf->mf_error = root_mf->mf_ops->mount_fs(root_node, root_mf);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparcv9cap.c210 di_node_t root_node;
221 if ((root_node = (*di_init) ("/", DINFOSUBTREE)) != DI_NODE_NIL) {
222 (*di_walk_node) (root_node, DI_WALK_SIBFIRST,
224 (*di_fini) (root_node);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c133 struct replay_node_t *root_node;
271 if (ctx->current_node || ctx->root_node)
274 ctx->root_node = apr_pcalloc(root_pool, sizeof(*ctx->root_node));
275 ctx->root_node->pool = root_pool;
277 ctx->current_node = ctx->root_node;
131 struct replay_node_t *root_node; member in struct:revision_report_t
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp69 XMLNode root_node(xmlDocGetRootElement(m_document));
71 llvm::StringRef actual_name = root_node.GetName();
73 return root_node;
75 return root_node;
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c260 send_phy_config(int fd, int root_node, int gap_count) argument
272 if (root_node >= 0)
273 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
278 printf("send phy_config root_node=%d gap_count=%d\n",
279 root_node, gap_count);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c146 struct sysctl_oid *stat_node, *queue_node, *root_node; local
208 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "coalesce",
211 root_list = SYSCTL_CHILDREN(root_node);
274 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
276 root_list = SYSCTL_CHILDREN(root_node);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1248 if (root_node >= 0)
1249 fp->mode.ld[1] |= (1 << 23) | (root_node & 0x3f) << 24;
1257 device_printf(fc->bdev, "%s: root_node=%d gap_count=%d\n",
1258 __func__, root_node, gap_count);
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c1478 int root_node, unsigned int init_constraint)
1515 /* If the node is root_node itself, it means the epsilon clsoure
1516 has a loop. Then tie it to the destination of the root_node. */
1517 if (org_node == root_node && clone_node != org_node)
1552 root_node, constraint);
1470 duplicate_node_closure(re_dfa_t *dfa, int top_org_node, int top_clone_node, int root_node, unsigned int init_constraint) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c400 root_node(dag_node_t **node_p,
682 SVN_ERR(root_node(&here, root, trail, pool));
396 root_node(dag_node_t **node_p, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c631 root_node(dag_node_t **node_p,
1071 SVN_ERR(root_node(&here, root, pool));
627 root_node(dag_node_t **node_p, function
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c494 static const ctl_named_node_t root_node[] = { variable

Completed in 267 milliseconds