Searched refs:rhport (Results 1 – 2 of 2) sorted by relevance
/tools/usb/usbip/src/ |
D | usbip_attach.c | 39 static int record_connection(char *host, char *port, char *busid, int rhport) in record_connection() argument 61 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in record_connection() 178 int rhport; in attach_device() local 186 rhport = query_import_device(sockfd, busid); in attach_device() 187 if (rhport < 0) in attach_device() 192 rc = record_connection(host, usbip_port_string, busid, rhport); in attach_device()
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 187 static int read_record(int rhport, char *host, unsigned long host_len, in read_record() argument 202 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
|