1I2O_DEVICE_PARSE_LCT(9) Message-based devices I2O_DEVICE_PARSE_LCT(9)
2
3
4
6 i2o_device_parse_lct - Parse a previously fetched LCT and create
7 devices
8
10 int i2o_device_parse_lct(struct i2o_controller * c);
11
13 c
14 I2O controller from which the LCT should be parsed.
15
17 The Logical Configuration Table tells us what we can talk to on the
18 board. For every entry we create an I2O device, which is registered in
19 the I2O core.
20
21 Returns 0 on success or negative error code on failure.
22
24Kernel Hackers Manual 2.6. June 2019 I2O_DEVICE_PARSE_LCT(9)