Symbol: device_find_child
sys/amd64/vmm/amd/ivrs_drv.c
417
ivhd_devs[i] = device_find_child(parent, "ivhd", i);
sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
1207
if (device_find_child(parent, "bcm2835_cpufreq", DEVICE_UNIT_ANY) != NULL)
sys/arm/nvidia/tegra124/tegra124_coretemp.c
179
if (device_find_child(parent, "tegra124_coretemp", DEVICE_UNIT_ANY) != NULL)
sys/arm/nvidia/tegra124/tegra124_cpufreq.c
478
if (device_find_child(parent, "tegra124_cpufreq", DEVICE_UNIT_ANY) != NULL)
sys/arm/ti/am335x/am335x_scm.c
89
if (device_find_child(parent, "am335x_scm", DEVICE_UNIT_ANY) != NULL)
sys/arm64/nvidia/tegra210/tegra210_coretemp.c
184
if (device_find_child(parent, "tegra210_coretemp", DEVICE_UNIT_ANY) != NULL)
sys/arm64/nvidia/tegra210/tegra210_cpufreq.c
396
if (device_find_child(parent, "tegra210_cpufreq", DEVICE_UNIT_ANY) != NULL)
sys/compat/linuxkpi/common/src/linux_i2c.c
355
while ((child = device_find_child(adapter->dev.parent->bsddev, "lkpi_iic", unit++)) != NULL) {
sys/compat/linuxkpi/common/src/linux_i2c.c
367
while ((child = device_find_child(adapter->dev.parent->bsddev, "lkpi_iicbb", unit++)) != NULL) {
sys/compat/linuxkpi/common/src/linux_i2cbb.c
283
child = device_find_child(adapter->dev.parent->bsddev,
sys/crypto/aesni/aesni.c
84
if (device_find_child(parent, "aesni", DEVICE_UNIT_ANY) == NULL &&
sys/crypto/armv8/armv8_crypto.c
76
if (device_find_child(parent, "armv8crypto", DEVICE_UNIT_ANY) == NULL &&
sys/crypto/blake2/blake2_cryptodev.c
64
if (device_find_child(parent, "blaketwo", DEVICE_UNIT_ANY) == NULL &&
sys/crypto/openssl/ossl.c
59
if (device_find_child(parent, "ossl", DEVICE_UNIT_ANY) == NULL)
sys/crypto/via/padlock.c
74
if (device_find_child(parent, "padlock", DEVICE_UNIT_ANY) == NULL &&
sys/dev/acpi_support/acpi_asus_wmi.c
457
if (device_find_child(parent, "acpi_asus_wmi", DEVICE_UNIT_ANY) != NULL)
sys/dev/acpi_support/acpi_hp.c
468
if (device_find_child(parent, "acpi_hp", DEVICE_UNIT_ANY) != NULL)
sys/dev/acpi_support/acpi_sbl_wmi.c
62
if (device_find_child(parent, "acpi_sbl_wmi", DEVICE_UNIT_ANY) != NULL)
sys/dev/acpica/acpi_perf.c
145
if (device_find_child(parent, "acpi_perf", DEVICE_UNIT_ANY) != NULL)
sys/dev/acpica/acpi_throttle.c
134
if (device_find_child(parent, "acpi_throttle", DEVICE_UNIT_ANY))
sys/dev/acpica/acpi_throttle.c
176
if (device_find_child(device_get_parent(dev), "p4tcc", DEVICE_UNIT_ANY)
sys/dev/acpica/acpi_video.c
277
if (device_find_child(parent, "acpi_video", DEVICE_UNIT_ANY) == NULL)
sys/dev/agp/agp_i810.c
683
if (device_find_child(parent, "agp", DEVICE_UNIT_ANY) == NULL &&
sys/dev/amdsbwd/amdsbwd.c
258
if (device_find_child(parent, "amdsbwd", DEVICE_UNIT_ANY) != NULL)
sys/dev/amdsmn/amdsmn.c
210
if (device_find_child(parent, "amdsmn", DEVICE_UNIT_ANY) != NULL)
sys/dev/amdsmu/amdsmu.c
49
if (device_find_child(parent, "amdsmu", -1) != NULL)
sys/dev/amdtemp/amdtemp.c
290
if (device_find_child(parent, "amdtemp", DEVICE_UNIT_ANY) != NULL)
sys/dev/amdtemp/amdtemp.c
511
sc->sc_smn = device_find_child(
sys/dev/amdtemp/amdtemp.c
627
nexus = device_find_child(root_bus, "nexus", 0);
sys/dev/amdtemp/amdtemp.c
628
acpi = device_find_child(nexus, "acpi", 0);
sys/dev/amdtemp/amdtemp.c
633
cpu = device_find_child(acpi, "cpu",
sys/dev/atkbdc/psm.c
1356
psmc = device_find_child(device_get_parent(parent),
sys/dev/atkbdc/psm.c
7624
psm = device_find_child(atkbdc, PSM_DRIVER_NAME,
sys/dev/bhnd/bhnd_subr.c
2173
if ((nvram = device_find_child(dev, "bhnd_nvram", DEVICE_UNIT_ANY)) != NULL)
sys/dev/chromebook_platform/chromebook_platform.c
73
if (device_find_child(bus, slaves[i].name, DEVICE_UNIT_ANY) != NULL)
sys/dev/coretemp/coretemp.c
115
if (device_find_child(parent, "coretemp", DEVICE_UNIT_ANY) != NULL)
sys/dev/cpufreq/cpufreq_dt.c
318
if (device_find_child(parent, "cpufreq_dt", DEVICE_UNIT_ANY) != NULL)
sys/dev/cpufreq/ichss.c
150
if (device_find_child(parent, "ichss", DEVICE_UNIT_ANY))
sys/dev/cpufreq/ichss.c
221
perf_dev = device_find_child(device_get_parent(dev), "acpi_perf",
sys/dev/cpufreq/ichss.c
228
est_dev = device_find_child(device_get_parent(dev), "est",
sys/dev/cxgbe/crypto/t4_crypto.c
1809
device_find_child(parent, "ccr", DEVICE_UNIT_ANY) == NULL)
sys/dev/efidev/efirtc.c
55
if (device_find_child(parent, "efirtc", DEVICE_UNIT_ANY) != NULL)
sys/dev/etherswitch/e6000sw/e6000sw.c
208
if (device_find_child(parent, "e6000sw", DEVICE_UNIT_ANY) == NULL)
sys/dev/etherswitch/etherswitch.c
85
if (device_find_child(parent, "etherswitch", DEVICE_UNIT_ANY) == NULL)
sys/dev/etherswitch/ip17x/ip17x.c
86
if (device_find_child(parent, "ip17x", DEVICE_UNIT_ANY) == NULL)
sys/dev/etherswitch/miiproxy.c
334
if (device_find_child(parent, driver->name, DEVICE_UNIT_ANY) == NULL) {
sys/dev/etherswitch/rtl8366/rtl8366rb.c
136
if (device_find_child(parent, "rtl8366rb", DEVICE_UNIT_ANY) == NULL) {
sys/dev/fdt/fdt_common.c
389
child = device_find_child(parent, device_get_name(dev), i);
sys/dev/fdt/fdt_common.c
394
child = device_find_child(parent, device_get_name(dev), i);
sys/dev/firewire/sbp.c
306
if (device_find_child(parent, "sbp", DEVICE_UNIT_ANY) == NULL)
sys/dev/glxiic/glxiic.c
287
if (device_find_child(parent, driver->name, DEVICE_UNIT_ANY) != NULL)
sys/dev/gpio/gpiobus.c
773
if (device_find_child(bus, dname, dunit) != NULL) {
sys/dev/hid/hidraw.c
193
if (device_find_child(parent, HIDRAW_NAME, DEVICE_UNIT_ANY) == NULL) {
sys/dev/hyperv/vmbus/vmbus_et.c
130
device_find_child(parent, VMBUS_ET_NAME, DEVICE_UNIT_ANY) != NULL ||
sys/dev/ichwd/ichwd.c
646
if ((dev = device_find_child(parent, driver->name, 0)) == NULL)
sys/dev/iicbus/iic.c
136
if (device_find_child(parent, "iic", DEVICE_UNIT_ANY) == NULL)
sys/dev/iicbus/iicsmb.c
137
if (device_find_child(parent, "iicsmb", DEVICE_UNIT_ANY) == NULL)
sys/dev/ipmi/ipmi_isa.c
60
device_find_child(parent, "ipmi", DEVICE_UNIT_ANY) == NULL) {
sys/dev/ipmi/ipmi_smbus.c
62
device_find_child(parent, "ipmi", DEVICE_UNIT_ANY) == NULL)
sys/dev/isl/isl.c
152
if (device_find_child(parent, "asl", DEVICE_UNIT_ANY)) {
sys/dev/kvm_clock/kvm_clock.c
144
if (device_find_child(parent, KVM_CLOCK_DEVNAME, DEVICE_UNIT_ANY))
sys/dev/mdio/mdio.c
40
if (device_find_child(parent, mdio_driver.name, DEVICE_UNIT_ANY) == NULL)
sys/dev/mfi/mfi_cam.c
301
mfip_dev = device_find_child(sc->mfi_dev, "mfip", DEVICE_UNIT_ANY);
sys/dev/mmcnull/mmcnull.c
80
if (device_find_child(parent, "mmcnull", DEVICE_UNIT_ANY))
sys/dev/nvdimm/nvdimm_e820.c
264
if (device_find_child(parent, driver->name, DEVICE_UNIT_ANY) != NULL)
sys/dev/ppbus/if_plip.c
217
dev = device_find_child(parent, "plip", DEVICE_UNIT_ANY);
sys/dev/ppbus/lpbb.c
64
dev = device_find_child(parent, "lpbb", DEVICE_UNIT_ANY);
sys/dev/ppbus/lpt.c
339
dev = device_find_child(parent, LPT_NAME, DEVICE_UNIT_ANY);
sys/dev/ppbus/pcfclock.c
114
dev = device_find_child(parent, PCFCLOCK_NAME, DEVICE_UNIT_ANY);
sys/dev/ppbus/ppi.c
138
dev = device_find_child(parent, "ppi", DEVICE_UNIT_ANY);
sys/dev/ppbus/pps.c
79
dev = device_find_child(parent, PPS_NAME, DEVICE_UNIT_ANY);
sys/dev/qat/qat/qat_ocf.c
944
if (device_find_child(parent, "qat_ocf", DEVICE_UNIT_ANY) == NULL &&
sys/dev/smbus/smb.c
129
if (device_find_child(parent, "smb", DEVICE_UNIT_ANY) == NULL)
sys/dev/sound/dummy.c
340
if (device_find_child(parent, driver->name, DEVICE_UNIT_ANY) != NULL)
sys/dev/superio/superio.c
636
if (device_find_child(parent, "superio", DEVICE_UNIT_ANY)) {
sys/dev/thunderbolt/nhi_wmi.c
96
if (device_find_child(parent, "nhi_wmi", -1) != NULL)
sys/dev/viawd/viawd.c
128
if (device_find_child(parent, driver->name, DEVICE_UNIT_ANY) == NULL)
sys/kern/kern_cpu.c
1100
if ((cf_dev = device_find_child(cpu_dev, "cpufreq", DEVICE_UNIT_ANY))) {
sys/kern/kern_cpu.c
1134
cf_dev = device_find_child(device_get_parent(dev), "cpufreq",
sys/opencrypto/cryptosoft.c
1689
if (device_find_child(parent, "cryptosoft", DEVICE_UNIT_ANY) == NULL &&
sys/powerpc/cpufreq/dfs.c
97
if (device_find_child(parent, "dfs", DEVICE_UNIT_ANY) != NULL)
sys/powerpc/cpufreq/mpc85xx_jog.c
146
if (device_find_child(parent, "mpc85xx_jog", DEVICE_UNIT_ANY) != NULL)
sys/powerpc/cpufreq/pcr.c
168
if (device_find_child(parent, "pcr", DEVICE_UNIT_ANY) != NULL)
sys/powerpc/cpufreq/pmcr.c
119
if (device_find_child(parent, "pmcr", DEVICE_UNIT_ANY) != NULL)
sys/powerpc/cpufreq/pmufreq.c
92
if (device_find_child(parent, "pmufreq", DEVICE_UNIT_ANY) != NULL)
sys/powerpc/powermac/atibl.c
108
if (device_find_child(parent, "backlight", DEVICE_UNIT_ANY) == NULL)
sys/powerpc/powermac/nvbl.c
86
if (device_find_child(parent, "backlight", DEVICE_UNIT_ANY) == NULL)
sys/powerpc/ps3/ps3bus.c
160
if (device_find_child(parent, "ps3bus", DEVICE_UNIT_ANY) == NULL)
sys/powerpc/ps3/ps3pic.c
102
if (device_find_child(parent, "ps3pic", DEVICE_UNIT_ANY) == NULL)
sys/riscv/riscv/intc.c
130
if (device_find_child(parent, "intc", DEVICE_UNIT_ANY) != NULL)
sys/riscv/riscv/sbi.c
354
if (device_find_child(parent, "sbi", DEVICE_UNIT_ANY) != NULL)
sys/sys/bus.h
714
device_t device_find_child(device_t dev, const char *classname,
sys/x86/cpufreq/est.c
1068
perf_dev = device_find_child(device_get_parent(dev), "acpi_perf",
sys/x86/cpufreq/est.c
923
if (device_find_child(parent, "hwpstate_intel", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/est.c
927
if (device_find_child(parent, "est", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/est.c
964
perf_dev = device_find_child(device_get_parent(dev), "acpi_perf",
sys/x86/cpufreq/hwpstate_amd.c
777
if (device_find_child(parent, HWP_AMD_CLASSNAME, DEVICE_UNIT_ANY) !=
sys/x86/cpufreq/hwpstate_amd.c
971
perf_dev = device_find_child(device_get_parent(dev), "acpi_perf",
sys/x86/cpufreq/hwpstate_intel.c
327
if (device_find_child(parent, "hwpstate_intel", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/p4tcc.c
125
if (device_find_child(parent, "p4tcc", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/powernow.c
873
if (device_find_child(parent, "powernow", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/powernow.c
947
child = device_find_child(device_get_parent(dev), "acpi_perf",
sys/x86/cpufreq/smist.c
308
if (device_find_child(parent, "smist", DEVICE_UNIT_ANY) != NULL)
sys/x86/cpufreq/smist.c
333
perf_dev = device_find_child(device_get_parent(dev), "acpi_perf",
sys/x86/cpufreq/smist.c
340
ichss_dev = device_find_child(device_get_parent(dev), "ichss",