Home
last modified time | relevance | path

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

/tools/usb/usbip/src/
A Dusbip_detach.c35 uint8_t portnum; in detach_port() local
49 portnum = atoi(port); in detach_port()
61 if (idev->port == portnum) { in detach_port()
78 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port()
83 ret = usbip_vhci_detach_device(portnum); in detach_port()
86 err("Port %d detach request failed!\n", portnum); in detach_port()
89 info("Port %d is now detached!\n", portnum); in detach_port()

Completed in 3 milliseconds