Searched refs:root_node (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | replay.c | 131 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-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | XML.cpp | 69 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-13.1/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 225 static struct gcov_node root_node; variable 680 while ((node != &root_node) && LIST_EMPTY(&node->children)) { in remove_node() 720 parent = &root_node; in add_node() 956 init_node(&root_node, NULL, NULL, NULL); in gcov_fs_init() 957 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 262 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument 274 if (root_node >= 0) in send_phy_config() 275 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23)); in send_phy_config() 281 root_node, gap_count); in send_phy_config()
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_sysctl.c | 146 struct sysctl_oid *stat_node, *queue_node, *root_node; in lio_add_hw_stats() local 206 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "coalesce", in lio_add_hw_stats() 209 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats() 272 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", in lio_add_hw_stats() 274 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats()
|
| /freebsd-13.1/sys/dev/firewire/ |
| H A D | firewire.c | 1235 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument 1250 if (root_node >= 0) in fw_phy_config() 1251 fp->mode.ld[1] |= (1 << 23) | (root_node & 0x3f) << 24; in fw_phy_config() 1260 __func__, root_node, gap_count); in fw_phy_config()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 627 root_node(dag_node_t **node_p, in root_node() function 1066 SVN_ERR(root_node(&here, root, pool)); in open_path()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 396 root_node(dag_node_t **node_p, in root_node() function 677 SVN_ERR(root_node(&here, root, trail, pool)); in open_path()
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | ctl.c | 622 static const ctl_named_node_t root_node[] = { variable
|