1I2O_BLOCK_PROBE(9) Message-based devices I2O_BLOCK_PROBE(9)
2
3
4
6 i2o_block_probe - verify if dev is a I2O Block device and install it
7
9 int i2o_block_probe(struct device * dev);
10
12 dev
13 device to verify if it is a I2O Block device
14
16 We only verify if the user_tid of the device is 0xfff and then install
17 the device. Otherwise it is used by some other device (e. g. RAID).
18
19 Returns 0 on success or negative error code on failure.
20
22Kernel Hackers Manual 2.6. June 2019 I2O_BLOCK_PROBE(9)