Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci.c6101 static struct cdev *pci_cdev; in pci_modevent() local
6108 pci_cdev = make_dev(&pcicdev, 0, UID_ROOT, GID_WHEEL, 0644, in pci_modevent()
6118 destroy_dev(pci_cdev); in pci_modevent()