Searched refs:root_node (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 68 XMLNode root_node(xmlDocGetRootElement(m_document)); in GetRootElement() local 70 llvm::StringRef actual_name = root_node.GetName(); in GetRootElement() 72 return root_node; in GetRootElement() 74 return root_node; in GetRootElement()
|
/freebsd/sys/gnu/gcov/ |
H A D | gcov_fs.c | 221 static struct gcov_node root_node; variable 676 while ((node != &root_node) && LIST_EMPTY(&node->children)) { in remove_node() 716 parent = &root_node; in add_node() 952 init_node(&root_node, NULL, NULL, NULL); in gcov_fs_init() 953 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 261 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument 273 if (root_node >= 0) in send_phy_config() 274 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23)); in send_phy_config() 280 root_node, gap_count); in send_phy_config()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_sysctl.c | 145 struct sysctl_oid *stat_node, *queue_node, *root_node; in lio_add_hw_stats() local 205 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "coalesce", in lio_add_hw_stats() 208 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats() 271 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", in lio_add_hw_stats() 273 root_list = SYSCTL_CHILDREN(root_node); in lio_add_hw_stats()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 1232 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument 1247 if (root_node >= 0) in fw_phy_config() 1248 fp->mode.ld[1] |= (1 << 23) | (root_node & 0x3f) << 24; in fw_phy_config() 1257 __func__, root_node, gap_count); in fw_phy_config()
|
/freebsd/contrib/jemalloc/src/ |
H A D | ctl.c | 622 static const ctl_named_node_t root_node[] = { variable
|