Searched refs:osm_info (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | bus-osm.c | 100 osm_info("device added (TID: %03x)\n", i2o_dev->lct_data.tid); in i2o_bus_probe() 123 osm_info("device removed (TID: %03x)\n", i2o_dev->lct_data.tid); in i2o_bus_remove()
|
D | iop.c | 304 osm_info("%s: Unable to quiesce (status=%#x).\n", c->name, -rc); in i2o_iop_quiesce() 410 osm_info("%s: Unable to clear (status=%#x).\n", c->name, -rc); in i2o_iop_clear() 606 osm_info("%s: Unable to obtain status, attempting a reset.\n", in i2o_iop_activate() 666 osm_info("%s: requires private memory resources.\n", c->name); in i2o_res_alloc() 690 osm_info("%s: allocated PCI space %pR\n", c->name, res); in i2o_res_alloc() 1105 osm_info("%s: Activating I2O controller...\n", c->name); in i2o_iop_add() 1106 osm_info("%s: This may take a few minutes if there are many devices\n", in i2o_iop_add() 1137 osm_info("%s: Controller added\n", c->name); in i2o_iop_add()
|
D | i2o_block.c | 112 osm_info("device removed (TID: %03x): %s\n", i2o_dev->lct_data.tid, in i2o_block_remove() 909 osm_info("transfer error\n"); in i2o_block_request_fn() 1113 osm_info("device added (TID: %03x): %s\n", i2o_dev->lct_data.tid, in i2o_block_probe() 1178 osm_info("registered device at major %d\n", I2O_MAJOR); in i2o_block_init()
|
D | i2o_scsi.c | 187 osm_info("device removed (TID: %03x)\n", i2o_dev->lct_data.tid); in i2o_scsi_remove() 310 osm_info("device added (TID: %03x) channel: %d, id: %d, lun: %llu\n", in i2o_scsi_probe()
|
D | i2o_config.c | 302 osm_info("swdl failed, DetailedStatus = %d\n", status); in i2o_cfg_swdl() 371 osm_info("swul failed, DetailedStatus = %d\n", status); in i2o_cfg_swul() 419 osm_info("swdel failed, DetailedStatus = %d\n", token); in i2o_cfg_swdel() 450 osm_info("Can't validate configuration, ErrorStatus = %d\n", in i2o_cfg_validate()
|
D | driver.c | 350 osm_info("max drivers = %d\n", i2o_max_drivers); in i2o_driver_init()
|
D | i2o.h | 977 #define osm_info(format, arg...) \ macro
|