1I2O_STATUS_GET(9) Message-based devices I2O_STATUS_GET(9)
23
4
NAME
6i2o_status_get - Get the status block from the I2O controller
7
SYNOPSIS
9int i2o_status_get(struct i2o_controller * c);
10
ARGUMENTS
12c
13I2O controller
14
DESCRIPTION
16Issue a status query on the controller. This updates the attached
17status block. The status block could then be accessed through
18c->status_block.
1920
Returns 0 on success or negative error code on failure.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 I2O_STATUS_GET(9)