Home
last modified time | relevance | path

Searched refs:root_node (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
HDmap.c67 static am_node *root_node; /* The root of the mount tree */ variable
313 if (p_mp == root_node) in insert_am()
571 if (mp && mp->am_parent == root_node) in get_root_ap()
644 return root_keyiter(mount_auto_node, root_node); in mount_exported()
656 root_node = exported_ap_alloc(); in make_root_node()
661 init_map(root_node, ""); in make_root_node()
671 free_mntfs(root_node->am_al->al_mnt); in make_root_node()
672 root_node->am_al->al_mnt = root_mf; in make_root_node()
683 root_mf->mf_error = root_mf->mf_ops->mount_fs(root_node, root_mf); in make_root_node()
/freebsd-11-stable/crypto/openssl/crypto/
HDsparcv9cap.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/
HDreplay.c131 struct replay_node_t *root_node; member
269 if (ctx->current_node || ctx->root_node) in replay_closed()
272 ctx->root_node = apr_pcalloc(root_pool, sizeof(*ctx->root_node)); in replay_closed()
273 ctx->root_node->pool = root_pool; in replay_closed()
275 ctx->current_node = ctx->root_node; in replay_closed()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDXML.cpp69 XMLNode root_node(xmlDocGetRootElement(m_document)); in GetRootElement() local
71 llvm::StringRef actual_name = root_node.GetName(); in GetRootElement()
73 return root_node; in GetRootElement()
75 return root_node; in GetRootElement()
/freebsd-11-stable/usr.sbin/fwcontrol/
HDfwcontrol.c260 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument
272 if (root_node >= 0) in send_phy_config()
273 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23)); in send_phy_config()
279 root_node, gap_count); in send_phy_config()
/freebsd-11-stable/sys/dev/liquidio/
HDlio_sysctl.c146 struct sysctl_oid *stat_node, *queue_node, *root_node; in lio_add_hw_stats() local
208 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "coalesce", in lio_add_hw_stats()
211 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats()
274 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD, in lio_add_hw_stats()
276 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats()
/freebsd-11-stable/sys/dev/firewire/
HDfirewire.c1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1248 if (root_node >= 0) in fw_phy_config()
1249 fp->mode.ld[1] |= (1 << 23) | (root_node & 0x3f) << 24; in fw_phy_config()
1258 __func__, root_node, gap_count); in fw_phy_config()
/freebsd-11-stable/contrib/libgnuregex/
HDregcomp.c1471 int root_node, unsigned int init_constraint) in duplicate_node_closure() argument
1510 if (org_node == root_node && clone_node != org_node) in duplicate_node_closure()
1545 root_node, constraint); in duplicate_node_closure()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDtree.c627 root_node(dag_node_t **node_p, in root_node() function
1066 SVN_ERR(root_node(&here, root, pool)); in open_path()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
HDtree.c396 root_node(dag_node_t **node_p, in root_node() function
677 SVN_ERR(root_node(&here, root, trail, pool)); in open_path()
/freebsd-11-stable/contrib/jemalloc/src/
HDctl.c494 static const ctl_named_node_t root_node[] = { variable
/freebsd-11-stable/contrib/amd/
HDChangeLog4751 (root_node,exported_ap,exported_ap_size,first_free_map,last_used_map):