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.c6615 static struct cdev *pci_cdev; in pci_modevent() local
6622 pci_cdev = make_dev(&pcicdev, 0, UID_ROOT, GID_WHEEL, 0644, in pci_modevent()
6632 destroy_dev(pci_cdev); in pci_modevent()