Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmap.c69 static am_node *root_node; /* The root of the mount tree */ variable
315 if (p_mp == root_node) in insert_am()
573 if (mp && mp->am_parent == root_node) in get_root_ap()
646 return root_keyiter(mount_auto_node, root_node); in mount_exported()
658 root_node = exported_ap_alloc(); in make_root_node()
663 init_map(root_node, ""); in make_root_node()
673 free_mntfs(root_node->am_al->al_mnt); in make_root_node()
674 root_node->am_al->al_mnt = root_mf; in make_root_node()
685 root_mf->mf_error = root_mf->mf_ops->mount_fs(root_node, root_mf); in make_root_node()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Darm-reloc-property.cc164 Tree_node* root_node = Tree_node::make_tree(operation); in Arm_reloc_property() local
165 Tree_node* node = root_node; in Arm_reloc_property()
252 delete root_node; in Arm_reloc_property()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Darm-reloc-property.cc164 Tree_node* root_node = Tree_node::make_tree(operation); in Arm_reloc_property() local
165 Tree_node* node = root_node; in Arm_reloc_property()
252 delete root_node; in Arm_reloc_property()
/netbsd-src/sys/arch/macppc/pci/
H A Dpci_machdep.c339 int root_node; in fix_cardbus_bridge() local
341 root_node = OF_finddevice("/"); in fix_cardbus_bridge()
342 if (of_compatible(root_node, pb3400_compat)) { in fix_cardbus_bridge()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc783 fma_root_node *root_node; in analyze_fma_fmul_insn() local
785 root_node = new fma_root_node (this, chain, this->m_next_forest_id++); in analyze_fma_fmul_insn()
786 forest = root_node->get_forest (); in analyze_fma_fmul_insn()
787 node = root_node; in analyze_fma_fmul_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c783 fma_root_node *root_node; in analyze_fma_fmul_insn() local
785 root_node = new fma_root_node (this, chain, this->m_next_forest_id++); in analyze_fma_fmul_insn()
786 forest = root_node->get_forest (); in analyze_fma_fmul_insn()
787 node = root_node; in analyze_fma_fmul_insn()
/netbsd-src/sys/arch/macppc/dev/
H A Dpmu.c266 int node, extint_node, root_node; in pmu_attach() local
287 root_node = OF_finddevice("/"); in pmu_attach()
310 if (OF_getprop(root_node, "model", model, 32) != 0) { in pmu_attach()
451 if (of_compatible(root_node, has_legacy_battery)) { in pmu_attach()
454 } else if (of_compatible(root_node, has_two_smart_batteries)) { in pmu_attach()
H A Dawacs.c310 int root_node; in awacs_attach() local
436 root_node = OF_finddevice("/"); in awacs_attach()
437 if (of_compatible(root_node, detect_reversed)) { in awacs_attach()
446 } else if ((perch != -1) || of_compatible(root_node, use_gpio4)) { in awacs_attach()
460 if (of_compatible(root_node, no_parallel_output)) in awacs_attach()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A D.gitignore57 /root_node
H A DMakefile.tests2 root_node find_property subnode_offset path_offset \
H A Drun_tests.sh303 run_test root_node $TREE
/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c248 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument
260 if (root_node >= 0) in send_phy_config()
261 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23)); in send_phy_config()
267 root_node, gap_count); in send_phy_config()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c1477 isl_ast_node *root_node; in graphite_regenerate_ast_isl() local
1482 root_node = t.scop_to_isl_ast (scop); in graphite_regenerate_ast_isl()
1483 if (! root_node) in graphite_regenerate_ast_isl()
1500 print_isl_ast (dump_file, root_node); in graphite_regenerate_ast_isl()
1513 t.translate_isl_ast (context_loop, root_node, e, ip); in graphite_regenerate_ast_isl()
1563 isl_ast_node_free (root_node); in graphite_regenerate_ast_isl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.cc1465 isl_ast_node *root_node; in graphite_regenerate_ast_isl() local
1470 root_node = t.scop_to_isl_ast (scop); in graphite_regenerate_ast_isl()
1471 if (! root_node) in graphite_regenerate_ast_isl()
1488 print_isl_ast (dump_file, root_node); in graphite_regenerate_ast_isl()
1501 t.translate_isl_ast (context_loop, root_node, e, ip); in graphite_regenerate_ast_isl()
1550 isl_ast_node_free (root_node); in graphite_regenerate_ast_isl()
/netbsd-src/sys/dev/vmt/
H A Dvmt_subr.c354 vmt_sysctl_setup_clock_sync(device_t self, const struct sysctlnode *root_node) in vmt_sysctl_setup_clock_sync() argument
360 rv = sysctl_createv(&sc->sc_log, 0, &root_node, &node, in vmt_sysctl_setup_clock_sync()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h298 uint32_t root_node; member
H A Dlibhfs.c588 curnode = in_vol->chr.root_node; in hfslib_find_catalog_record_with_key()
722 curnode = in_vol->ehr.root_node; in hfslib_find_extent_record_with_key()
966 curnode = in_vol->chr.root_node; in hfslib_get_directory_contents()
1616 out_hr->root_node = be32tohp(&ptr); in hfslib_read_header_node()
/netbsd-src/sys/dev/ieee1394/
H A Dfirewire.c1545 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1560 if (root_node >= 0) in fw_phy_config()
1561 fp->mode.ld[1] |= (root_node & 0x3f) << 24 | 1 << 23; in fw_phy_config()
1569 printf("root_node=%d gap_count=%d\n", root_node, gap_count); in fw_phy_config()
/netbsd-src/sbin/fsck_udf/
H A Dmain.c3854 struct udf_fsck_node *root_node, *sys_stream_node; in udf_check_directory_tree() local
3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup("")); in udf_check_directory_tree()
3877 assert(root_node); in udf_check_directory_tree()
3878 TAILQ_INSERT_TAIL(&fs_nodes, root_node, next); in udf_check_directory_tree()
3879 entry = udf_calc_node_hash(&root_node->loc); in udf_check_directory_tree()
3880 LIST_INSERT_HEAD(&fs_nodes_hash[entry], root_node, next_hash); in udf_check_directory_tree()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c1417 Idx top_clone_node, Idx root_node, in duplicate_node_closure() argument
1459 if (org_node == root_node && clone_node != org_node) in duplicate_node_closure()
1498 root_node, constraint); in duplicate_node_closure()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog4757 (root_node,exported_ap,exported_ap_size,first_free_map,last_used_map):