Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/usbip/
Dstub_main.c62 if (!strncmp(busid_table[i].name, busid, BUSID_SIZE)) { in get_busid_idx()
97 strlcpy(busid_table[i].name, busid, BUSID_SIZE); in add_match_busid()
125 memset(busid_table[idx].name, 0, BUSID_SIZE); in del_match_busid()
156 char busid[BUSID_SIZE]; in store_match_busid()
162 len = strlcpy(busid, buf + 4, BUSID_SIZE); in store_match_busid()
195 len = strnlen(buf, BUSID_SIZE); in rebind_store()
197 if (!(len < BUSID_SIZE)) in rebind_store()
Dstub.h82 #define BUSID_SIZE 32 macro
85 char name[BUSID_SIZE];