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