sdev_show_        561 drivers/scsi/scsi_sysfs.c sdev_show_##field (struct device *dev, struct device_attribute *attr,	\
sdev_show_        575 drivers/scsi/scsi_sysfs.c static DEVICE_ATTR(field, S_IRUGO, sdev_show_##field, NULL);
sdev_show_        594 drivers/scsi/scsi_sysfs.c static DEVICE_ATTR(field, S_IRUGO | S_IWUSR, sdev_show_##field, sdev_store_##field);
sdev_show_        620 drivers/scsi/scsi_sysfs.c static DEVICE_ATTR(field, S_IRUGO | S_IWUSR, sdev_show_##field, sdev_store_##field);