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 request_buffer
17 The data buffer address
18
19 data_direction_str
20 Data direction, as a string
21
22 device_state_str
23 The current state of the device, as a string
24
25 request_bufflen
26 The data buffer buffer length
27
28 channel
29 The channel number
30
31 timeout
32 Request timeout in seconds
33
34 data_direction
35 The data_direction specifies whether this command is from/to the
36 device.
37
38 lun
39 The lun number
40
41 dev_id
42 The scsi device id
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 October 2018 PROBE::SCSI.IOEXEC(3stap)