Searched defs:product (Results 1 – 3 of 3) sorted by relevance
49 struct product { struct50 struct product *next; argument51 u_int16_t vendorid, productid; argument52 char name[1];
253 uint16_t product) in usbip_names_get_product()
155 const char *product, bool parsable) in print_device()