Searched refs:device_get_children (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.c443 error = device_get_children(bus, &devlist, &devcount);
852 error = device_get_children(bus, &devlist, &devcount);
H A Dpci.c4105 error = device_get_children(dev, &devlist, &devcount);
4168 error = device_get_children(dev, &devlist, &devcount);
4492 if ((error = device_get_children(dev, &devlist, &numdevs)) != 0)
4557 if (device_get_children(dev, &devlist, &numdevs) != 0)
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-via.c380 if (device_get_children(device_get_parent(dev), &children, &nchildren))
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c232 if (device_get_children(device_get_parent(dev),
/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c448 if (device_get_children(parent, &devs, &ndevs) == 0) {
/freebsd-11-stable/sys/dev/esp/
H A Desp_sbus.c287 if (device_get_children(device_get_parent(dev), &children,
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c198 if ((err = device_get_children(sc->dev, &devlist, &devcount)) != 0)
H A Dt4dwave.c907 if (device_get_children(device_get_parent(dev), &children,
H A Dcsa.c130 if (device_get_children(*busp, &pci_children, &pci_childcount))
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c730 if (device_get_children(dev, &devlist, &devcount) != 0)
H A Dhdac.c1351 if ((err = device_get_children(dev, &devlist, &devcount)) != 0)
1655 if ((error = device_get_children(dev, &devlist, &devcount)) != 0)
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c599 if ((error = device_get_children(sc->bus_dev, &devs, &ndevs))) {
1007 if ((error = device_get_children(child, &devlist, &devcnt)))
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c303 error = device_get_children(brdev, &devlist, &numdevs);
419 tmp = device_get_children(brdev, &devlist, &numdevs);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c713 if (device_get_children(dev, &devlist, &numdevs) != 0)
843 if (device_get_children(dev, &devlist, &numdevs))
1180 if (device_get_children(dev, &children, &child_count) != 0)
1238 if (device_get_children(dev, &children, &child_count) != 0)
3203 error = device_get_children(dev, &devlist, &numdevs);
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c617 error = device_get_children(dev, &devlist, &devcount);
681 error = device_get_children(dev, &devlist, &devcount);
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c333 error = device_get_children(dev, &devlistp, &devcnt);
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1118 if ((error = device_get_children(parent, &devs, &devcount)))
/freebsd-11-stable/sys/dev/ata/
H A Data-pci.c877 if (device_get_children(device_get_parent(dev), &children, &nchildren))
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_bus_subr.c746 if (device_get_children(bus, &children, &nkid) != 0)
/freebsd-11-stable/sys/dev/agp/
H A Dagp.c115 if (device_get_children(bus, &kids, &numkids) != 0)
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiobus.c477 if ((err = device_get_children(dev, &devlist, &ndevs)) != 0)
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c726 if (device_get_children(fc->bdev, &devlistp, &devcnt) == 0) {
1794 err = device_get_children(fc->bdev, &devlistp, &devcnt);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1249 if (device_get_children(acpi0, &children, &count) == 0) {
/freebsd-11-stable/sys/sys/
H A Dbus.h582 int device_get_children(device_t dev, device_t **listp, int *countp);
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c286 if (device_get_children(bus, &kids, &numkids) != 0)

Completed in 310 milliseconds

123