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

  /src/sys/arch/macppc/pci/
pci_machdep.c 339 int root_node; local in function:fix_cardbus_bridge
341 root_node = OF_finddevice("/");
342 if (of_compatible(root_node, pb3400_compat)) {
  /src/sys/arch/macppc/dev/
pmu.c 266 int node, extint_node, root_node; local in function:pmu_attach
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 in function:awacs_attach
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/sys/fs/hfs/
libhfs.h 298 uint32_t root_node; member in struct:__anon46ade0a11808
  /src/sbin/fsck_udf/
main.c 3854 struct udf_fsck_node *root_node, *sys_stream_node; local in function:udf_check_directory_tree
3876 root_node = udf_new_fsck_node(NULL, &root_icb, strdup(""));
3877 assert(root_node);
3878 TAILQ_INSERT_TAIL(&fs_nodes, root_node, next);
3879 entry = udf_calc_node_hash(&root_node->loc);
3880 LIST_INSERT_HEAD(&fs_nodes_hash[entry], root_node, next_hash);

Completed in 17 milliseconds