Searched refs:rhport (Results 1 – 2 of 2) sorted by relevance
/tools/usb/usbip/src/ |
D | usbip_attach.c | 51 static int record_connection(char *host, char *port, char *busid, int rhport) in record_connection() argument 73 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in record_connection() 180 int rhport; in attach_device() local 188 rhport = query_import_device(sockfd, busid); in attach_device() 189 if (rhport < 0) { in attach_device() 196 rc = record_connection(host, usbip_port_string, busid, rhport); in attach_device()
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 164 static int read_record(int rhport, char *host, unsigned long host_len, in read_record() argument 179 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
|