Home
last modified time | relevance | path

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

/freebsd/usr.sbin/usbconfig/
H A Ddump.c71 struct usb_vendor_info { struct
72 STAILQ_ENTRY(usb_vendor_info) link;
78 STAILQ_HEAD(usb_vendors, usb_vendor_info); argument
358 struct usb_vendor_info *cv; in load_vendors()
404 if ((cv = malloc(sizeof(struct usb_vendor_info))) == NULL) in load_vendors()
452 struct usb_vendor_info *vi; in _device_desc()