Lines Matching defs:changed
87 #define MODE_CHANGED_ASCQ 0x1 /* mode parameters changed */
217 * per-device DEF_CMD_PER_LUN can be changed via sysfs:
1099 cp = "mode parameters changed";
1105 cp = "capacity data changed";
1112 cp = "microcode has been changed";
1119 cp = "microcode has been changed without reset";
1136 cp = "reported luns data has changed";
1851 /* following just in case virtual_gb changed */
1872 /* following just in case virtual_gb changed */
4190 /* following just in case virtual_gb changed */
5703 /sys/bus/pseudo/drivers/scsi_debug directory is changed.
5998 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit
6039 /* Returns -EBUSY if ndelay is being changed and commands are queued */
6301 bool changed;
6310 changed = ((int)sdebug_lun_am != n);
6312 if (changed && sdebug_scsi_level >= 5) { /* >= SPC-3 */
6338 bool changed;
6345 changed = (sdebug_max_luns != n);
6348 if (changed && (sdebug_scsi_level >= 5)) { /* >= SPC-3 */
6373 /* N.B. max_queue can be changed while there are queued commands. In flight
6445 bool changed;
6452 changed = (sdebug_virtual_gb != n);
6455 if (changed) {
6761 is changed. For example see: add_host_store() above.