Home
last modified time | relevance | path

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

/tools/usb/usbip/src/
Dusbip_detach.c62 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port()
65 rmdir(VHCI_STATE_PATH); in detach_port()
Dusbip_attach.c54 ret = mkdir(VHCI_STATE_PATH, 0700); in record_connection()
60 ret = stat(VHCI_STATE_PATH, &s); in record_connection()
69 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in record_connection()
/tools/usb/usbip/libsrc/
Dusbip_common.h24 #ifndef VHCI_STATE_PATH
25 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
Dvhci_driver.c179 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()