logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::scsi.set_state - Order SCSI device state change

Name

       probe::scsi.set_state - Order SCSI device state change

See Also

tapset::scsi(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SCSI.SET_ST(3stap)

Synopsis

       scsi.set_state

Values

dev_id
           The scsi device id

       state_str
           The new state of the device, as a string

       old_state
           The current state of the device

       host_no
           The host number

       old_state_str
           The current state of the device, as a string

       lun
           The lun number

       channel
           The channel number

       state
           The new state of the device

See Also