Searched refs:device_get_children (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_fdt.c | 191 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) != 0) in gic_v3_fdt_attach()
|
| H A D | gic_v3_acpi.c | 338 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) !=0) in gic_v3_acpi_attach()
|
| /f-stack/freebsd/x86/pci/ |
| H A D | pci_bus.c | 449 if (device_get_children(parent, &devs, &ndevs) == 0) { in legacy_pcib_identify()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 591 int device_get_children(device_t dev, device_t **listp, int *countp);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 2271 device_get_children(device_t dev, device_t **devlistp, int *devcountp) in device_get_children() function
|