Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/proto/
H A Dproto_bus_pci.c41 static int proto_pci_probe(device_t dev);
46 DEVMETHOD(device_probe, proto_pci_probe),
62 proto_pci_probe(device_t dev) in proto_pci_probe() function