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

/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c5531 static struct cdev *pci_cdev; local
5538 pci_cdev = make_dev(&pcicdev, 0, UID_ROOT, GID_WHEEL, 0644,
5548 destroy_dev(pci_cdev);

Completed in 66 milliseconds