1PROBE::SCSI.IOEXEC(3stap) SCSI Tapset PROBE::SCSI.IOEXEC(3stap)
2
3
4
6 probe::scsi.ioexecute - Create mid-layer SCSI request and wait for the
7 result
8
10 scsi.ioexecute
11
13 retries
14 Number of times to retry request
15
16 device_state_str
17 The current state of the device, as a string
18
19 dev_id
20 The scsi device id
21
22 channel
23 The channel number
24
25 data_direction
26 The data_direction specifies whether this command is from/to the
27 device.
28
29 lun
30 The lun number
31
32 timeout
33 Request timeout in seconds
34
35 request_bufflen
36 The data buffer buffer length
37
38 host_no
39 The host number
40
41 data_direction_str
42 Data direction, as a string
43
44 device_state
45 The current state of the device
46
47 request_buffer
48 The data buffer address
49
51 tapset::scsi(3stap)
52
53
54
55SystemTap Tapset Reference June 2018 PROBE::SCSI.IOEXEC(3stap)