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

/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_common.c215 char sockfd_attr_path[SYSFS_PATH_MAX]; local
239 size = snprintf(sockfd_attr_path, sizeof(sockfd_attr_path), "%s/%s",
241 if (size < 0 || (unsigned int)size >= sizeof(sockfd_attr_path)) {
243 (long unsigned)sizeof(sockfd_attr_path));
254 ret = write_sysfs_attribute(sockfd_attr_path, sockfd_buff,
258 sockfd_buff, sockfd_attr_path);

Completed in 92 milliseconds