Home
last modified time | relevance | path

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

/tools/usb/usbip/src/
Dusbip_detach.c50 unsigned int port_len = strlen(port); in detach_port() local
52 for (unsigned int i = 0; i < port_len; i++) in detach_port()
/tools/usb/usbip/libsrc/
Dvhci_driver.c165 char *port, unsigned long port_len, char *busid) in read_record() argument
172 int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE}; in read_record()
173 size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4; in read_record()