Symbol: OF_finddevice
sys/arch/arm/arm/arm32_machdep.c
333
node = OF_finddevice("/");
sys/arch/arm/mainbus/mainbus.c
237
int node = OF_finddevice("/cpus");
sys/arch/arm/mainbus/mainbus.c
288
int node = OF_finddevice("/chosen");
sys/arch/arm64/arm64/machdep.c
171
stdout_node = OF_finddevice(stdout);
sys/arch/arm64/arm64/machdep.c
345
node = OF_finddevice("/");
sys/arch/arm64/dev/efi_machdep.c
86
node = OF_finddevice("/chosen");
sys/arch/arm64/dev/mainbus.c
316
int node = OF_finddevice("/cpus");
sys/arch/arm64/dev/mainbus.c
371
int node = OF_finddevice("/psci");
sys/arch/arm64/dev/mainbus.c
386
int node = OF_finddevice("/chosen");
sys/arch/arm64/dev/mainbus.c
414
int node = OF_finddevice("/chosen");
sys/arch/arm64/dev/mainbus.c
442
int node = OF_finddevice("/firmware");
sys/arch/arm64/dev/mainbus.c
454
int node = OF_finddevice("/reserved-memory");
sys/arch/armv7/armv7/armv7_machdep.c
983
stdout_node = OF_finddevice(stdout);
sys/arch/armv7/sunxi/sxitimer.c
144
node = OF_finddevice("/");
sys/arch/macppc/dev/zs.c
976
if ((chosen = OF_finddevice("/chosen")) == -1)
sys/arch/macppc/macppc/cpu.c
624
node = OF_finddevice(cpuname);
sys/arch/macppc/macppc/mainbus.c
107
node = OF_finddevice("/cpus");
sys/arch/macppc/macppc/mainbus.c
135
node = OF_finddevice("/hammerhead");
sys/arch/macppc/macppc/ofw_machdep.c
209
if ((chosen = OF_finddevice("/chosen")) == -1)
sys/arch/macppc/macppc/ofw_machdep.c
215
memory = OF_finddevice("/memory");
sys/arch/macppc/pci/kauaiata.c
107
node = OF_finddevice("uata");
sys/arch/macppc/pci/kauaiata.c
109
node = OF_finddevice("/pci@f4000000/ata-6");
sys/arch/macppc/pci/macobio.c
117
node = OF_finddevice("/bandit/gc");
sys/arch/macppc/pci/macobio.c
122
node = OF_finddevice("/bandit/ohare");
sys/arch/macppc/pci/macobio.c
128
node = OF_finddevice("mac-io");
sys/arch/macppc/pci/macobio.c
130
node = OF_finddevice("/pci/mac-io");
sys/arch/macppc/pci/macobio.c
144
node = OF_finddevice("mac-io");
sys/arch/macppc/pci/macobio.c
146
node = OF_finddevice("/pci/mac-io");
sys/arch/macppc/pci/pci_machdep.c
230
node = OF_finddevice("enet");
sys/arch/macppc/stand/Locore.c
490
if ((chosen = OF_finddevice("/chosen")) == -1)
sys/arch/macppc/stand/hfs.c
45
if ((chosen = OF_finddevice("/chosen")) == -1)
sys/arch/macppc/stand/main.c
137
if ((chosen = OF_finddevice("/chosen")) == -1 ||
sys/arch/macppc/stand/ofdev.c
310
if ((handle = OF_finddevice(fname)) == -1)
sys/arch/macppc/stand/ofdev.c
72
if ((aliases = OF_finddevice("/aliases")) == -1 ||
sys/arch/macppc/stand/openfirm.h
40
int OF_finddevice(char *name);
sys/arch/octeon/dev/cn30xxgmx.c
181
node = OF_finddevice(name);
sys/arch/octeon/dev/octeon_iobus.c
200
if ((soc = OF_finddevice("/soc")) != -1) {
sys/arch/powerpc64/dev/mainbus.c
315
int node = OF_finddevice("/cpus");
sys/arch/powerpc64/powerpc64/machdep.c
176
stdout_node = OF_finddevice(stdout);
sys/arch/riscv64/dev/mainbus.c
303
int node = OF_finddevice("/cpus");
sys/arch/riscv64/dev/mainbus.c
359
int node = OF_finddevice("/chosen");
sys/arch/riscv64/riscv64/machdep.c
172
stdout_node = OF_finddevice(stdout);
sys/arch/riscv64/riscv64/machdep.c
322
node = OF_finddevice("/");
sys/arch/sparc64/dev/com_ebus.c
252
aliases = OF_finddevice("/aliases");
sys/arch/sparc64/dev/com_ebus.c
254
OF_finddevice(buf) == ea->ea_node)
sys/arch/sparc64/dev/com_ebus.c
257
OF_finddevice(buf) == ea->ea_node)
sys/arch/sparc64/dev/com_ebus.c
263
options = OF_finddevice("/options");
sys/arch/sparc64/dev/consinit.c
187
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/dev/pcons.c
612
options = OF_finddevice("/options");
sys/arch/sparc64/dev/sab.c
1277
options = OF_finddevice("/options");
sys/arch/sparc64/dev/sab.c
1325
options = OF_finddevice("/options");
sys/arch/sparc64/dev/sbbc.c
240
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/dev/zs.c
749
options = OF_finddevice("/options");
sys/arch/sparc64/sparc64/autoconf.c
449
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/sparc64/autoconf.c
462
bootnode = bp->node = OF_finddevice(buf);
sys/arch/sparc64/sparc64/autoconf.c
499
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/sparc64/ofw_machdep.c
651
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/sparc64/ofw_machdep.c
664
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/sparc64/ofw_machdep.c
68
if ((chosen = OF_finddevice("/chosen")) == -1) {
sys/arch/sparc64/sparc64/ofw_machdep.c
84
if ((chosen = OF_finddevice("/chosen")) == -1) {
sys/arch/sparc64/sparc64/pmap.c
305
chosen = OF_finddevice("/chosen");
sys/arch/sparc64/sparc64/pmap.c
378
if ((vmemh = OF_finddevice("/virtual-memory")) == -1) {
sys/arch/sparc64/sparc64/pmap.c
579
if ((memh = OF_finddevice("/memory")) == -1) {
sys/arch/sparc64/stand/ofwboot/Locore.c
326
if ((chosen = OF_finddevice("/chosen")) == -1)
sys/arch/sparc64/stand/ofwboot/boot.c
444
if ((chosen = OF_finddevice("/chosen")) == -1 ||
sys/arch/sparc64/stand/ofwboot/ofdev.c
635
if ((dhandle = OF_finddevice(fname)) == -1)
sys/arch/sparc64/stand/ofwboot/ofdev.c
92
dhandle = OF_finddevice(str);
sys/arch/sparc64/stand/ofwboot/openfirm.h
42
u_int OF_finddevice(char *name);
sys/dev/fdt/exuart.c
161
stdout_node = OF_finddevice("/serial@13800000");
sys/dev/fdt/hidwusb.c
74
node = OF_finddevice("/soc/hikey_usbhub");
sys/dev/fdt/rkclock.c
755
node = OF_finddevice("/");
sys/dev/fdt/sxiccmu.c
127
if (node == OF_finddevice("/clocks")) {
sys/dev/fdt/sximmc.c
386
node = OF_finddevice("/");
sys/dev/ofw/ofw_thermal.c
535
int node = OF_finddevice("/thermal-zones");
sys/dev/ofw/openfirm.h
60
int OF_finddevice(char *name);
sys/dev/usb/if_mue.c
155
if ((node = OF_finddevice("/aliases")) == -1)
sys/dev/usb/if_mue.c
161
if ((node = OF_finddevice(device)) == -1)
sys/dev/usb/if_smsc.c
201
if ((node = OF_finddevice("/aliases")) == -1)
sys/dev/usb/if_smsc.c
207
if ((node = OF_finddevice(device)) == -1)