Home
last modified time | relevance | path

Searched refs:VHCI_STATE_PATH (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_attach.c46 ret = mkdir(VHCI_STATE_PATH, 0700); in record_connection()
48 /* if VHCI_STATE_PATH exists, then it better be a directory */ 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 Dusbip_detach.c77 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port()
80 rmdir(VHCI_STATE_PATH); in detach_port()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_attach.c46 ret = mkdir(VHCI_STATE_PATH, 0700); in record_connection()
48 /* if VHCI_STATE_PATH exists, then it better be a directory */ 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 Dusbip_detach.c77 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port()
80 rmdir(VHCI_STATE_PATH); in detach_port()
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_common.h25 #ifndef VHCI_STATE_PATH
26 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
H A Dvhci_driver.c202 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_common.h25 #ifndef VHCI_STATE_PATH
26 #define VHCI_STATE_PATH "/var/run/vhci_hcd" macro
H A Dvhci_driver.c202 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); in read_record()

Completed in 3 milliseconds