HomeSort by: relevance | last modified time | path
    Searched refs:root_node (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
map.c 69 static am_node *root_node; /* The root of the mount tree */ variable
315 if (p_mp == root_node)
573 if (mp && mp->am_parent == root_node)
646 return root_keyiter(mount_auto_node, root_node);
658 root_node = exported_ap_alloc();
663 init_map(root_node, "");
673 free_mntfs(root_node->am_al->al_mnt);
674 root_node->am_al->al_mnt = root_mf;
685 root_mf->mf_error = root_mf->mf_ops->mount_fs(root_node, root_mf);
  /src/sys/arch/macppc/pci/
pci_machdep.c 339 int root_node; local
341 root_node = OF_finddevice("/");
342 if (of_compatible(root_node, pb3400_compat)) {
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 783 fma_root_node *root_node; local
785 root_node = new fma_root_node (this, chain, this->m_next_forest_id++);
786 forest = root_node->get_forest ();
787 node = root_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 783 fma_root_node *root_node; local
785 root_node = new fma_root_node (this, chain, this->m_next_forest_id++);
786 forest = root_node->get_forest ();
787 node = root_node;
  /src/sys/arch/macppc/dev/
pmu.c 266 int node, extint_node, root_node; local
286 root_node = OF_finddevice("/");
310 if (OF_getprop(root_node, "model", model, 32) != 0) {
398 if (of_compatible(root_node, has_legacy_battery)) {
401 } else if (of_compatible(root_node, has_two_smart_batteries)) {
awacs.c 310 int root_node; local
436 root_node = OF_finddevice("/");
437 if (of_compatible(root_node, detect_reversed)) {
446 } else if ((perch != -1) || of_compatible(root_node, use_gpio4)) {
460 if (of_compatible(root_node, no_parallel_output))
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 1465 isl_ast_node *root_node; local
1470 root_node = t.scop_to_isl_ast (scop);
1471 if (! root_node)
1488 print_isl_ast (dump_file, root_node);
1501 t.translate_isl_ast (context_loop, root_node, e, ip);
1550 isl_ast_node_free (root_node);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 1465 isl_ast_node *root_node; local
1470 root_node = t.scop_to_isl_ast (scop);
1471 if (! root_node)
1488 print_isl_ast (dump_file, root_node);
1501 t.translate_isl_ast (context_loop, root_node, e, ip);
1550 isl_ast_node_free (root_node);
  /src/usr.sbin/fwctl/
fwcontrol.c 247 send_phy_config(int fd, int root_node, int gap_count)
259 if (root_node >= 0)
260 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
265 printf("send phy_config root_node=%d gap_count=%d\n",
266 root_node, gap_count);
  /src/sys/fs/hfs/
libhfs.h 298 uint32_t root_node; member in struct:__anon6753
libhfs.c 588 curnode = in_vol->chr.root_node;
722 curnode = in_vol->ehr.root_node;
966 curnode = in_vol->chr.root_node;
1616 out_hr->root_node = be32tohp(&ptr);
  /src/sys/dev/vmt/
vmt_subr.c 354 vmt_sysctl_setup_clock_sync(device_t self, const struct sysctlnode *root_node)
360 rv = sysctl_createv(&sc->sc_log, 0, &root_node, &node,
  /src/sys/dev/ieee1394/
firewire.c 1545 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count)
1560 if (root_node >= 0)
1561 fp->mode.ld[1] |= (root_node & 0x3f) << 24 | 1 << 23;
1569 printf("root_node=%d gap_count=%d\n", root_node, gap_count);
  /src/sbin/fsck_udf/
main.c 3853 struct udf_fsck_node *root_node, *sys_stream_node; local
3875 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
3876 assert(root_node);
3877 TAILQ_INSERT_TAIL(&fs_nodes, root_node, next);
3878 entry = udf_calc_node_hash(&root_node->loc);
3879 LIST_INSERT_HEAD(&fs_nodes_hash[entry], root_node, next_hash);
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 1418 /* Duplicate the epsilon closure of the node ROOT_NODE.
1424 Idx top_clone_node, Idx root_node,
1466 if (org_node == root_node && clone_node != org_node)
1468 /* ...but if the node is root_node itself, it means the
1470 destination of the root_node. */
1505 root_node, constraint);
  /src/external/gpl2/dtc/dist/tests/
run_tests.sh 303 run_test root_node $TREE
  /src/external/bsd/jemalloc.old/dist/src/
ctl.c 893 static const ctl_named_node_t root_node[] = { variable
  /src/external/bsd/jemalloc/dist/src/
ctl.c 917 static const ctl_named_node_t root_node[] = {{NAME("version"), CTL(version)}, variable

Completed in 58 milliseconds