Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdt/
H A Dsimplebus.c52 static void simplebus_probe_nomatch(device_t bus, device_t child);
98 DEVMETHOD(bus_probe_nomatch, simplebus_probe_nomatch),
532 simplebus_probe_nomatch(device_t bus, device_t child) in simplebus_probe_nomatch() function