Searched defs:nexus_attach (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/powerpc/powerpc/ | ||
H A D | nexus.c | 68 static device_attach_t nexus_attach; variable |
/freebsd-src/sys/arm/arm/ | ||
H A D | nexus.c | 80 static device_attach_t nexus_attach; variable |
/freebsd-src/sys/riscv/riscv/ | ||
H A D | nexus.c | 77 static device_attach_t nexus_attach; variable |
/freebsd-src/sys/x86/x86/ | ||
H A D | nexus.c | 95 static device_attach_t nexus_attach; global() variable |
/freebsd-src/sys/arm64/arm64/ | ||
H A D | nexus.c | 164 nexus_attach(device_t dev) nexus_attach() function |