Searched refs:VHCI_STATE_PATH (Results 1 – 4 of 4) sorted by relevance
/tools/usb/usbip/src/ |
D | usbip_detach.c | 62 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port() 65 rmdir(VHCI_STATE_PATH); in detach_port()
|
D | usbip_attach.c | 54 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/ |
D | usbip_common.h | 24 #ifndef VHCI_STATE_PATH 25 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
|
D | vhci_driver.c | 179 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
|