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.ioentry - Prepares a SCSI mid-layer request

Name

       probe::scsi.ioentry - Prepares a SCSI mid-layer request

See Also

tapset::scsi(3stap)

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

Synopsis

       scsi.ioentry

Values

req_addr
           The current struct request pointer, as a number

       disk_minor
           The minor number of the disk (-1 if no information)

       disk_major
           The major number of the disk (-1 if no information)

       device_state
           The current state of the device

       device_state_str
           The current state of the device, as a string

See Also