Lines Matching defs:port
39 static int record_connection(char *host, char *port, char *busid, int rhport)
61 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport);
68 host, port, busid);
84 int port;
94 port = usbip_vhci_get_free_port(speed);
95 if (port < 0) {
96 err("no free port");
100 dbg("got free port %d", port);
102 rc = usbip_vhci_attach_device(port, sockfd, udev->busnum,
112 return port;