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

/linux-4.4.14/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c41 char status_attr_path[SYSFS_PATH_MAX]; read_attr_usbip_status() local
47 snprintf(status_attr_path, SYSFS_PATH_MAX, "%s/usbip_status", read_attr_usbip_status()
50 fd = open(status_attr_path, O_RDONLY); read_attr_usbip_status()
52 err("error opening attribute %s", status_attr_path); read_attr_usbip_status()
58 err("error reading attribute %s", status_attr_path); read_attr_usbip_status()

Completed in 74 milliseconds