Query: i2o_device_parse_lct
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_DEVICE_PARSE_LCT(9) Message-based devices I2O_DEVICE_PARSE_LCT(9)NAMEi2o_device_parse_lct - Parse a previously fetched LCT and create devicesSYNOPSISint i2o_device_parse_lct(struct i2o_controller * c);ARGUMENTSc I2O controller from which the LCT should be parsed.DESCRIPTIONThe Logical Configuration Table tells us what we can talk to on the board. For every entry we create an I2O device, which is registered in the I2O core. Returns 0 on success or negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2O_DEVICE_PARSE_LCT(9)