Home
last modified time | relevance | path

Searched refs:sockfd_buff (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_host_driver.c228 char sockfd_buff[30]; in usbip_host_export_device() local
250 snprintf(sockfd_buff, sizeof(sockfd_buff), "%d\n", sockfd); in usbip_host_export_device()
252 ret = write_sysfs_attribute(sockfd_attr_path, sockfd_buff, in usbip_host_export_device()
253 strlen(sockfd_buff)); in usbip_host_export_device()
256 sockfd_buff, sockfd_attr_path); in usbip_host_export_device()