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

/freebsd-current/sys/powerpc/powerpc/
H A Dnexus.c68 static device_attach_t nexus_attach; variable
88 DEVMETHOD(device_attach, nexus_attach),
128 nexus_attach(device_t dev) function
/freebsd-current/sys/riscv/riscv/
H A Dnexus.c77 static device_attach_t nexus_attach; variable
102 DEVMETHOD(device_attach, nexus_attach),
149 nexus_attach(device_t dev) function
158 panic("nexus_attach mem_rman");
164 panic("nexus_attach irq_rman");
/freebsd-current/sys/arm/arm/
H A Dnexus.c80 static device_attach_t nexus_attach; variable
116 DEVMETHOD(device_attach, nexus_attach),
164 nexus_attach(device_t dev) function
179 panic("nexus_attach irq_rman");
/freebsd-current/sys/arm64/arm64/
H A Dnexus.c92 static int nexus_attach(device_t);
164 nexus_attach(device_t dev) function
173 panic("nexus_attach mem_rman");
179 panic("nexus_attach irq_rman");
496 return (nexus_attach(dev));
588 return (nexus_attach(dev));
/freebsd-current/sys/x86/x86/
H A Dnexus.c95 static device_attach_t nexus_attach; variable
129 DEVMETHOD(device_attach, nexus_attach),
261 nexus_attach(device_t dev) function

Completed in 67 milliseconds