HomeSort by: relevance | last modified time | path
    Searched refs:OF_finddevice (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/sys/arch/ofppc/stand/ofwboot/
openfirm.h 44 int OF_finddevice(char *);
boot.c 203 chosen = OF_finddevice("/");
209 if ((chosen = OF_finddevice("/chosen")) == -1 ||
  /src/sys/arch/shark/stand/ofwboot/
openfirm.h 41 int OF_finddevice(const char *);
  /src/sys/arch/macppc/macppc/
interrupts.c 73 macio = OF_finddevice("/pci/mac-io");
75 macio = OF_finddevice("mac-io");
77 macio = OF_finddevice("/ht/pci/mac-io");
172 if (OF_finddevice("/hammerhead") != -1)
mainbus.c 74 node = OF_finddevice("/");
89 cpus = OF_finddevice("/cpus");
126 for (node = OF_child(OF_finddevice("/")); node; node = OF_peer(node)) {
cpu.c 110 node = OF_finddevice("/cpus");
124 if (OF_finddevice("/hammerhead") != -1)
140 node = OF_finddevice("/cpus");
191 if (OF_finddevice("/bandit/ohare") != -1) {
254 node = OF_finddevice(cpupath);
autoconf.c 65 int root = OF_finddevice("/");
  /src/sys/dev/fdt/
fdt_rtc.c 57 args->result = OF_finddevice(prop) == phandle;
cpus.c 54 return OF_finddevice("/cpus") == faa->faa_phandle;
  /src/sys/arch/macppc/stand/ofwboot/
openfirm.h 58 int OF_finddevice(const char *);
Locore.c 278 OF_finddevice(const char *name)
703 if ((ofw_chosen = OF_finddevice("/chosen")) == -1)
731 ofw_root = OF_finddevice("/");
732 ofw_options = OF_finddevice("/options");
733 ofw_openprom = OF_finddevice("/openprom");
734 ofw_chosen = OF_finddevice("/chosen");
hfs.c 44 if ((chosen = OF_finddevice("/chosen")) == -1)
  /src/sys/arch/sparc/stand/ofwboot/
promlib.c 63 if ( (phandle = OF_finddevice("/chosen")) == -1) {
176 promops.po_finddevice = OF_finddevice;
openfirm.h 46 u_int OF_finddevice(char *name);
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 157 OF_finddevice(char *name)
326 chosen = OF_finddevice("/chosen");
331 options = OF_finddevice("/options");
  /src/sys/arch/riscv/fdt/
cpu_fdt.c 70 const int cpus = OF_finddevice("/cpus");
125 const int cpus = OF_finddevice("/cpus");
  /src/sys/arch/ofppc/ofppc/
mainbus.c 80 pcinode = OF_finddevice("/pci");
239 rtnode = OF_finddevice("/rtas");
280 for (node = OF_child(OF_finddevice("/")); node; node = OF_peer(node)) {
312 node = OF_finddevice("/");
  /src/sys/dev/ofw/
ofw_sysctl.c 46 openprom = OF_finddevice("/openprom");
openfirm.h 82 int OF_finddevice(const char *);
  /src/sys/arch/arm/ti/
ti_cpufreq.c 102 of_compatible_match(OF_finddevice("/"), am33xx_compat_data))
  /src/sys/arch/macppc/dev/
uni-n.c 126 cpuid = OF_finddevice("/u3/i2c/cpuid@a0");
131 cpuid = OF_finddevice("/u3/i2c/cpuid@a2");
com_mainbus.c 94 serial = OF_finddevice("/ht@0/isa@4/serial@0x3f8");
  /src/sys/arch/shark/ofw/
vga_ofbus.c 112 vga_handle = OF_finddevice("/vlbus/display");
143 if ((chosen_phandle = OF_finddevice("/chosen")) == -1 ||
  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 215 if ((hmem = OF_finddevice("/memory")) == -1)
475 ofw_root = OF_finddevice("/");
476 ofw_chosen = OF_finddevice("/chosen");
482 handle = OF_finddevice("/options");
  /src/sys/arch/arm/nvidia/
tegra124_cpu.c 132 if (OF_finddevice("/cpus/cpu@0") != faa->faa_phandle)
135 return of_compatible_match(OF_finddevice("/"), compat_data);
157 int cpu_node = OF_finddevice("/cpus/cpu@0");

Completed in 63 milliseconds

1 2 3 4