1I2O_DEVICE_CLAIM_REL(9) Message-based devices I2O_DEVICE_CLAIM_REL(9)
2
3
4
6 i2o_device_claim_release - release a device that the OSM is using
7
9 int i2o_device_claim_release(struct i2o_device * dev);
10
12 dev
13 device to release
14
16 Drop a claim by an OSM on a given I2O device.
17
18 AC - some devices seem to want to refuse an unclaim until they have
19 finished internal processing. It makes sense since you donĀ“t want a new
20 device to go reconfiguring the entire system until you are done. Thus
21 we are prepared to wait briefly.
22
23 Returns 0 on success or negative error code on failure.
24
26Kernel Hackers Manual 2.6. June 2019 I2O_DEVICE_CLAIM_REL(9)