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

/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c85 static device_t nexus_add_child(device_t, u_int, const char *, int);
114 DEVMETHOD(bus_add_child, nexus_add_child),
159 nexus_add_child(dev, 10, "ofwbus", 0);
179 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c101 static device_t nexus_add_child(device_t, u_int, const char *, int);
132 DEVMETHOD(bus_add_child, nexus_add_child),
191 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
453 nexus_add_child(dev, 10, "ofwbus", 0);
507 nexus_add_child(dev, 10, "acpi", 0);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c84 static device_t nexus_add_child(device_t, u_int, const char *, int);
121 DEVMETHOD(bus_add_child, nexus_add_child),
193 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-11-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-11-stable/sys/mips/mips/
H A Dnexus.c95 static device_t nexus_add_child(device_t, u_int, const char *, int);
139 DEVMETHOD(bus_add_child, nexus_add_child),
242 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c98 static device_t nexus_add_child(device_t bus, u_int order, const char *name,
157 DEVMETHOD(bus_add_child, nexus_add_child),
337 nexus_add_child(device_t bus, u_int order, const char *name, int unit) function

Completed in 95 milliseconds