Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpci.c98 static int pci_modevent(module_t mod, int what, void *arg);
190 DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, NULL);
4199 pci_modevent(module_t mod, int what, void *arg) in pci_modevent() function