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

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c63 static device_probe_t nexus_probe; variable
78 DEVMETHOD(device_probe, nexus_probe),
107 nexus_probe(device_t dev) function
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c81 static int nexus_probe(device_t);
117 DEVMETHOD(device_probe, nexus_probe),
152 nexus_probe(device_t dev) function
170 panic("nexus_probe mem_rman");
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c83 static device_probe_t nexus_probe; variable
111 DEVMETHOD(device_probe, nexus_probe),
206 nexus_probe(device_t dev) function
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c104 static int nexus_probe(device_t);
135 DEVMETHOD(device_probe, nexus_probe),
174 nexus_probe(device_t dev) function
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c94 static int nexus_probe(device_t);
148 DEVMETHOD(device_probe, nexus_probe),
196 nexus_probe(device_t dev) function

Completed in 95 milliseconds