Searched refs:port_len (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_detach.c | 41 unsigned int port_len = strlen(port); in detach_port() local 43 for (unsigned int i = 0; i < port_len; i++) in detach_port()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_detach.c | 41 unsigned int port_len = strlen(port); in detach_port() local 43 for (unsigned int i = 0; i < port_len; i++) in detach_port()
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | vhci_driver.c | 188 char *port, unsigned long port_len, char *busid) in read_record() 195 int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE}; in read_record() 196 size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4; in read_record() 187 read_record(int rhport, char *host, unsigned long host_len, char *port, unsigned long port_len, char *busid) read_record() argument
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | vhci_driver.c | 188 char *port, unsigned long port_len, char *busid) in read_record() 195 int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE}; in read_record() 196 size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4; in read_record() 187 read_record(int rhport, char *host, unsigned long host_len, char *port, unsigned long port_len, char *busid) read_record() argument
|
Completed in 2 milliseconds