SYSFS_BUS_ID_SIZE
strncpy(udev->busid, name, SYSFS_BUS_ID_SIZE - 1);
udev->busid[SYSFS_BUS_ID_SIZE - 1] = '\0';
char busid[SYSFS_BUS_ID_SIZE];
char busid[SYSFS_BUS_ID_SIZE];
strncpy(dev->busid, name, SYSFS_BUS_ID_SIZE - 1);
dev->busid[SYSFS_BUS_ID_SIZE - 1] = '\0';
int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE};
size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4;
char remote_busid[SYSFS_BUS_ID_SIZE];
char lbusid[SYSFS_BUS_ID_SIZE];
strncpy(request.busid, busid, SYSFS_BUS_ID_SIZE-1);
if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) {
char busid[SYSFS_BUS_ID_SIZE];
char busid[SYSFS_BUS_ID_SIZE];
if (!strncmp(req.busid, edev->udev.busid, SYSFS_BUS_ID_SIZE)) {
char command[SYSFS_BUS_ID_SIZE + 4];
cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "add %s",
cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "del %s",