1I2O_DEVICE_CLAIM(9) Message-based devices I2O_DEVICE_CLAIM(9)
23
4
NAME
6i2o_device_claim - claim a device for use by an OSM
7
SYNOPSIS
9int i2o_device_claim(struct i2o_device * dev);
10
ARGUMENTS
12dev
13I2O device to claim
14
DESCRIPTION
16Do the leg work to assign a device to a given OSM. If the claim
17succeeds, the owner is the primary. If the attempt fails a negative
18errno code is returned. On success zero is returned.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 I2O_DEVICE_CLAIM(9)