Home
last modified time | relevance | path

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

/freebsd/usr.sbin/usbconfig/
H A Ddump.h39 void dump_device_desc(struct libusb20_device *pdev, bool list_mode);
H A Dusbconfig.c515 dump_device_desc(pdev, opt->opt_dump_in_list_mode); in flush_command()
525 dump_device_desc(pdev, false); in flush_command()
H A Ddump.c632 dump_device_desc(struct libusb20_device *pdev, bool list_mode) in dump_device_desc() function
/freebsd/usr.sbin/dumpcis/
H A Dprintcis.c48 static void dump_device_desc(u_char *p, int len, const char *type);
89 dump_device_desc(tp->data, tp->length, "Common"); in dumpcis()
123 dump_device_desc(tp->data, tp->length, "Attribute"); in dumpcis()
693 dump_device_desc(u_char *p, int len, const char *type) in dump_device_desc() function