Searched defs:nexus_add_child (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 82 static bus_add_child_t nexus_add_child; variable 206 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 79 static bus_add_child_t nexus_add_child; variable 193 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 104 static bus_add_child_t nexus_add_child; variable 201 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 95 static bus_add_child_t nexus_add_child; variable 308 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() function
|