Lines Matching defs:buff
359 char buff[200]; /* what size should be ? */
365 snprintf(buff, sizeof(buff), "%u %d %u %u",
367 dbg("writing: %s", buff);
374 ret = write_sysfs_attribute(attach_attr_path, buff, strlen(buff));
403 char buff[200]; /* what size should be ? */
407 snprintf(buff, sizeof(buff), "%u", port);
408 dbg("writing: %s", buff);
415 ret = write_sysfs_attribute(detach_attr_path, buff, strlen(buff));