Searched refs:VHCI_STATE_PATH (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 46 ret = mkdir(VHCI_STATE_PATH, 0700); in record_connection() 52 ret = stat(VHCI_STATE_PATH, &s); in record_connection() 61 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in record_connection()
|
H A D | usbip_detach.c | 77 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port() 80 rmdir(VHCI_STATE_PATH); in detach_port()
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_common.h | 25 #ifndef VHCI_STATE_PATH 26 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
|
H A D | vhci_driver.c | 202 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
|