| /freebsd-12.1/contrib/amd/amd/ |
| H A D | map.c | 67 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-12.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-12.1/contrib/llvm/tools/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-12.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-12.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 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-12.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-12.1/contrib/libgnuregex/ |
| H A D | regcomp.c | 1471 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-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 627 root_node(dag_node_t **node_p, in root_node() function 1033 SVN_ERR(root_node(&here, root, pool)); in open_path()
|
| /freebsd-12.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-12.1/contrib/jemalloc/src/ |
| H A D | ctl.c | 539 static const ctl_named_node_t root_node[] = { variable
|
| /freebsd-12.1/contrib/amd/ |
| H A D | ChangeLog | 4751 (root_node,exported_ap,exported_ap_size,first_free_map,last_used_map):
|