Searched refs:nexus_attach (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c64 static device_attach_t nexus_attach; variable
79 DEVMETHOD(device_attach, nexus_attach),
116 nexus_attach(device_t dev) function
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c82 static int nexus_attach(device_t);
107 DEVMETHOD(device_attach, nexus_attach),
142 nexus_attach(device_t dev) function
151 panic("nexus_attach mem_rman");
157 panic("nexus_attach irq_rman");
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c89 static int nexus_attach(device_t);
156 nexus_attach(device_t dev) function
165 panic("nexus_attach mem_rman");
171 panic("nexus_attach irq_rman");
454 return (nexus_attach(dev));
508 return (nexus_attach(dev));
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c82 static int nexus_attach(device_t);
118 DEVMETHOD(device_attach, nexus_attach),
161 nexus_attach(device_t dev) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c84 static device_attach_t nexus_attach; variable
112 DEVMETHOD(device_attach, nexus_attach),
215 nexus_attach(device_t dev) function
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c96 static int nexus_attach(device_t);
136 DEVMETHOD(device_attach, nexus_attach),
201 nexus_attach(device_t dev) function
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c95 static int nexus_attach(device_t);
149 DEVMETHOD(device_attach, nexus_attach),
288 nexus_attach(device_t dev) function

Completed in 89 milliseconds