in siox-core.c [404:410]
static ssize_t outbytes_show(struct device *dev, struct device_attribute *attr, char *buf) { struct siox_device *sdev = to_siox_device(dev); return sprintf(buf, "%zu\n", sdev->outbytes); }