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