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

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c62 struct pci_vendor_info struct
64 TAILQ_ENTRY(pci_vendor_info) link;
70 static TAILQ_HEAD(,pci_vendor_info) pci_vendors;
523 struct pci_vendor_info *vi;
764 struct pci_vendor_info *cv;
808 if ((cv = malloc(sizeof(struct pci_vendor_info))) == NULL) {
/freebsd-11-stable/sys/net/
H A Diflib.h163 typedef struct pci_vendor_info { struct

Completed in 178 milliseconds