Symbol: SYSFS_BUS_ID_SIZE
tools/usb/usbip/libsrc/usbip_common.c
231
strncpy(udev->busid, name, SYSFS_BUS_ID_SIZE - 1);
tools/usb/usbip/libsrc/usbip_common.c
232
udev->busid[SYSFS_BUS_ID_SIZE - 1] = '\0';
tools/usb/usbip/libsrc/usbip_common.c
243
char busid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/libsrc/usbip_common.h
113
char busid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/libsrc/usbip_device_driver.c
116
strncpy(dev->busid, name, SYSFS_BUS_ID_SIZE - 1);
tools/usb/usbip/libsrc/usbip_device_driver.c
117
dev->busid[SYSFS_BUS_ID_SIZE - 1] = '\0';
tools/usb/usbip/libsrc/vhci_driver.c
195
int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE};
tools/usb/usbip/libsrc/vhci_driver.c
196
size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4;
tools/usb/usbip/libsrc/vhci_driver.c
431
char remote_busid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/libsrc/vhci_driver.c
54
char lbusid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/src/usbip_attach.c
138
strncpy(request.busid, busid, SYSFS_BUS_ID_SIZE-1);
tools/usb/usbip/src/usbip_attach.c
165
if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) {
tools/usb/usbip/src/usbip_network.h
48
char busid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/src/usbip_network.h
63
char busid[SYSFS_BUS_ID_SIZE];
tools/usb/usbip/src/usbipd.c
112
if (!strncmp(req.busid, edev->udev.busid, SYSFS_BUS_ID_SIZE)) {
tools/usb/usbip/src/utils.c
18
char command[SYSFS_BUS_ID_SIZE + 4];
tools/usb/usbip/src/utils.c
29
cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "add %s",
tools/usb/usbip/src/utils.c
32
cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "del %s",