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

/linux-master/tools/usb/usbip/libsrc/
H A Dnames.c77 static struct vendor *vendors[HASHSZ] = { NULL, }; variable in typeref:struct:vendor
87 v = vendors[hashnum(vendorid)];
193 v = vendors[h];
202 v->next = vendors[h];
203 vendors[h] = v;

Completed in 98 milliseconds