Home
last modified time | relevance | path

Searched refs:simplebus_probe (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/fdt/
H A Dsimplebus.c47 static int simplebus_probe(device_t dev);
71 DEVMETHOD(device_probe, simplebus_probe),
117 simplebus_probe(device_t dev) in simplebus_probe() function