1I2O_DEVICE_SHOW_TID(9) Message-based devices I2O_DEVICE_SHOW_TID(9)
2
3
4
6 i2o_device_show_tid - Displays TID of I2O device
7
9 ssize_t i2o_device_show_tid(struct device * dev,
10 struct device_attribute * attr,
11 char * buf);
12
14 dev
15 device of which the TID should be displayed
16
17 attr
18 pointer to device attribute
19
20 buf
21 buffer into which the TID should be printed
22
24 Returns the number of bytes which are printed into the buffer.
25
27Kernel Hackers Manual 2.6. June 2019 I2O_DEVICE_SHOW_TID(9)