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