Searched refs:device_add_child_ordered (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | legacy.c | 211 child = device_add_child_ordered(bus, order, name, unit); in legacy_add_child() 350 child = device_add_child_ordered(bus, order, name, unit); in cpu_add_child()
|
| H A D | nexus.c | 343 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 208 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci_ctrl.c | 230 cdev = device_add_child_ordered(dev, order, name, unit); in mv_pcib_ctrl_add_child()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 457 child = device_add_child_ordered(bus, order, name, unit); in apb_add_child()
|
| H A D | if_arge.c | 199 DEVMETHOD(bus_add_child, device_add_child_ordered), 231 DEVMETHOD(bus_add_child, device_add_child_ordered),
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 204 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 261 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 633 child = device_add_child_ordered(bus, order, name, unit); in apb_add_child()
|
| H A D | if_are.c | 148 DEVMETHOD(bus_add_child, device_add_child_ordered), 182 DEVMETHOD(bus_add_child, device_add_child_ordered),
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 575 device_t device_add_child_ordered(device_t dev, u_int order,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 1862 return (device_add_child_ordered(dev, 0, name, unit)); in device_add_child() 1886 device_add_child_ordered(device_t dev, u_int order, const char *name, int unit) in device_add_child_ordered() function 3670 return (device_add_child_ordered(dev, order, name, unit)); in bus_generic_add_child()
|
| H A D | bus_if.m | 235 * call device_add_child_ordered to add the child and often add
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 187 DEVMETHOD(bus_add_child, device_add_child_ordered),
|