Home
last modified time | relevance | path

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

/NextBSD/sys/dev/adb/
HDadb_bus.c48 static void adb_probe_nomatch(device_t dev, device_t child);
67 DEVMETHOD(bus_probe_nomatch, adb_probe_nomatch),
201 adb_probe_nomatch(device_t dev, device_t child) in adb_probe_nomatch() function