Searched refs:VHCI_STATE_PATH (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_attach.c | 58 ret = mkdir(VHCI_STATE_PATH, 0700); in record_connection() 64 ret = stat(VHCI_STATE_PATH, &s); in record_connection() 73 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in record_connection()
|
D | usbip_detach.c | 89 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port() 92 rmdir(VHCI_STATE_PATH); in detach_port()
|
/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 25 #ifndef VHCI_STATE_PATH 26 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
|
D | vhci_driver.c | 202 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
|