Searched refs:nexus_get_rman (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 70 static bus_get_rman_t nexus_get_rman; variable 96 DEVMETHOD(bus_get_rman, nexus_get_rman), 232 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() function
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 86 static bus_get_rman_t nexus_get_rman; variable 117 DEVMETHOD(bus_get_rman, nexus_get_rman), 210 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() function
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 87 static bus_get_rman_t nexus_get_rman; variable 125 DEVMETHOD(bus_get_rman, nexus_get_rman), 223 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() function
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 110 static bus_get_rman_t nexus_get_rman; variable 139 DEVMETHOD(bus_get_rman, nexus_get_rman), 217 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() function
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 102 static bus_get_rman_t nexus_get_rman; variable 144 DEVMETHOD(bus_get_rman, nexus_get_rman), 329 nexus_get_rman(device_t bus, int type, u_int flags) in nexus_get_rman() function
|