Searched defs:nexus_alloc_resource (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 83 static bus_alloc_resource_t nexus_alloc_resource; variable 228 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource() function
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 108 static bus_alloc_resource_t nexus_alloc_resource; variable 235 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource() function
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 98 static bus_alloc_resource_t nexus_alloc_resource; variable 348 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource() function
|