Searched refs:nexus_add_child (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 104 static device_t nexus_add_child(device_t, u_int, const char *, int); 135 DEVMETHOD(bus_add_child, nexus_add_child), 194 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function 458 nexus_add_child(dev, 10, "ofwbus", 0); in nexus_fdt_attach() 519 nexus_add_child(dev, 10, "acpi", 0); in nexus_acpi_attach()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 86 static device_t nexus_add_child(device_t, u_int, const char *, int); 127 DEVMETHOD(bus_add_child, nexus_add_child), 198 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 99 static device_t nexus_add_child(device_t, u_int, const char *, int); 143 DEVMETHOD(bus_add_child, nexus_add_child), 251 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 99 static device_t nexus_add_child(device_t bus, u_int order, const char *name, 160 DEVMETHOD(bus_add_child, nexus_add_child), 333 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|