Searched refs:dump_device_desc (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/usbconfig/ |
H A D | dump.h | 39 void dump_device_desc(struct libusb20_device *pdev, bool list_mode);
|
H A D | usbconfig.c | 515 dump_device_desc(pdev, opt->opt_dump_in_list_mode); in flush_command() 525 dump_device_desc(pdev, false); in flush_command()
|
H A D | dump.c | 632 dump_device_desc(struct libusb20_device *pdev, bool list_mode) in dump_device_desc() function
|
/freebsd/usr.sbin/dumpcis/ |
H A D | printcis.c | 48 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
|