Searched refs:nexus_add_child (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/riscv/riscv/
H A Dnexus.c82 static device_t nexus_add_child(device_t, u_int, const char *, int);
111 DEVMETHOD(bus_add_child, nexus_add_child),
156 nexus_add_child(dev, 8, "timer", 0);
157 nexus_add_child(dev, 9, "rcons", 0);
158 nexus_add_child(dev, 10, "ofwbus", 0);
178 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-12-stable/sys/arm64/arm64/
H A Dnexus.c104 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) function
460 nexus_add_child(dev, 10, "ofwbus", 0);
521 nexus_add_child(dev, 10, "acpi", 0);
/freebsd-12-stable/sys/arm/arm/
H A Dnexus.c86 static device_t nexus_add_child(device_t, u_int, const char *, int);
131 DEVMETHOD(bus_add_child, nexus_add_child),
204 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-12-stable/sys/mips/mips/
H A Dnexus.c99 static device_t nexus_add_child(device_t, u_int, const char *, int);
143 DEVMETHOD(bus_add_child, nexus_add_child),
252 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dnexus.c86 static bus_add_child_t nexus_add_child; variable
123 DEVMETHOD(bus_add_child, nexus_add_child),
265 nexus_add_child(device_t dev, u_int order, const char *name, int unit) function
/freebsd-12-stable/sys/x86/x86/
H A Dnexus.c96 static device_t nexus_add_child(device_t bus, u_int order, const char *name,
157 DEVMETHOD(bus_add_child, nexus_add_child),
331 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function

Completed in 113 milliseconds