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 host_no
14 The host number
15
16 lun
17 The lun number
18
19 device_state
20 The current state of the device
21
22 retries
23 Number of times to retry request
24
25 device_state_str
26 The current state of the device, as a string
27
28 data_direction
29 The data_direction specifies whether this command is from/to the
30 device.
31
32 request_bufflen
33 The data buffer buffer length
34
35 timeout
36 Request timeout in seconds
37
38 data_direction_str
39 Data direction, as a string
40
41 request_buffer
42 The data buffer address
43
44 dev_id
45 The scsi device id
46
47 channel
48 The channel number
49
51 tapset::scsi(3stap)
52
53
54
55SystemTap Tapset Reference May 2019 PROBE::SCSI.IOEXEC(3stap)