Lines Matching defs:changed
87 #define MODE_CHANGED_ASCQ 0x1 /* mode parameters changed */
215 * per-device DEF_CMD_PER_LUN can be changed via sysfs:
1094 cp = "mode parameters changed";
1100 cp = "capacity data changed";
1107 cp = "microcode has been changed";
1114 cp = "microcode has been changed without reset";
1131 cp = "reported luns data has changed";
1842 /* following just in case virtual_gb changed */
1863 /* following just in case virtual_gb changed */
4039 /* following just in case virtual_gb changed */
5604 /sys/bus/pseudo/drivers/scsi_debug directory is changed.
5861 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit
5901 /* Returns -EBUSY if ndelay is being changed and commands are queued */
6161 bool changed;
6170 changed = ((int)sdebug_lun_am != n);
6172 if (changed && sdebug_scsi_level >= 5) { /* >= SPC-3 */
6198 bool changed;
6205 changed = (sdebug_max_luns != n);
6208 if (changed && (sdebug_scsi_level >= 5)) { /* >= SPC-3 */
6233 /* N.B. max_queue can be changed while there are queued commands. In flight
6297 bool changed;
6304 changed = (sdebug_virtual_gb != n);
6307 if (changed) {
6613 is changed. For example see: add_host_store() above.