Symbol: device_probe_and_attach
sys/bus/firewire/firewire.c
431
device_probe_and_attach(child);
sys/bus/firewire/fwohci_pci.c
442
err = device_probe_and_attach(child);
sys/bus/isa/isa_common.c
477
device_probe_and_attach(child);
sys/bus/isa/isa_common.c
496
device_probe_and_attach(child);
sys/bus/isa/isa_common.c
862
device_probe_and_attach(child);
sys/bus/pccard/pccard.c
1088
device_probe_and_attach(child) == 0) {
sys/bus/pccard/pccard.c
273
device_probe_and_attach(child) == 0) {
sys/bus/pci/pci.c
3271
if (device_probe_and_attach(child) != 0)
sys/bus/pci/x86_64/legacy.c
156
device_probe_and_attach(child);
sys/bus/pci/x86_64/pci_bus.c
471
device_probe_and_attach(pir);
sys/bus/smbus/smbus.c
150
device_probe_and_attach(child);
sys/bus/u4b/controller/ehci_pci.c
453
err = device_probe_and_attach(sc->sc_bus.bdev);
sys/bus/u4b/controller/ohci_pci.c
310
err = device_probe_and_attach(sc->sc_bus.bdev);
sys/bus/u4b/controller/uhci_pci.c
355
err = device_probe_and_attach(sc->sc_bus.bdev);
sys/bus/u4b/controller/xhci_pci.c
332
err = device_probe_and_attach(sc->sc_bus.bdev);
sys/bus/u4b/usb_device.c
1238
if (device_probe_and_attach(iface->subdev) == 0) {
sys/dev/acpica/acpi.c
1069
device_probe_and_attach(children[i]);
sys/dev/acpica/acpi.c
913
if (device_probe_and_attach(child) != 0) {
sys/dev/acpica/acpi_dock/acpi_dock.c
195
device_probe_and_attach(dev);
sys/dev/acpica/acpi_ec.c
378
if (device_probe_and_attach(child) != 0)
sys/dev/acpica/acpi_pcib.c
118
error = device_probe_and_attach(child);
sys/dev/disk/sdhci/sdhci.c
507
device_probe_and_attach(slot->dev);
sys/dev/misc/lpbb/lpbb.c
84
device_probe_and_attach(bitbang);
sys/dev/misc/ppc/ppc.c
1958
device_probe_and_attach(ppbus);
sys/dev/misc/psm/psm.c
7579
return (device_probe_and_attach(psm));
sys/dev/misc/puc/puc.c
351
if (device_probe_and_attach(sc->sc_ports[i].dev) != 0) {
sys/dev/pccard/cardbus/cardbus.c
207
if (device_probe_and_attach(child) != 0)
sys/dev/pccard/cardbus/cardbus.c
288
if (device_probe_and_attach(dev) != 0)
sys/dev/pccard/pccbb/pccbb.c
399
device_probe_and_attach(dev) == 0)
sys/dev/pccard/pccbb/pccbb_pci.c
365
else if (device_probe_and_attach(sc->cbdev) != 0)
sys/dev/pccard/pccbb/pccbb_pci.c
371
else if (device_probe_and_attach(sc->exca[0].pccarddev) != 0)
sys/dev/powermng/intpm/intpm.c
337
error = device_probe_and_attach(sc->smbus);
sys/dev/powermng/wbsio/wbsio.c
265
return device_probe_and_attach(child);
sys/dev/raid/twe/twe_freebsd.c
588
error = device_probe_and_attach(dr->td_disk);
sys/dev/video/cxm/cxm.c
1696
error = device_probe_and_attach(sc->cxm_iic);
sys/dev/video/cxm/cxm_i2c.c
166
error = device_probe_and_attach(sc->iicbb);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
830
error = device_probe_and_attach(child);
sys/dev/virtual/virtio/pci/virtio_pci.c
1008
error = device_probe_and_attach(child);
sys/kern/subr_bus.c
2848
device_probe_and_attach(child);
sys/kern/subr_bus.c
3014
device_probe_and_attach(child);
sys/kern/subr_bus.c
3582
device_probe_and_attach(dev);
sys/netbt/hci_unit.c
205
device_probe_and_attach(unit->hci_bthub);
sys/platform/pc64/x86_64/nexus.c
254
device_probe_and_attach(child);
sys/sys/bus.h
387
int device_probe_and_attach(device_t dev);