Home
last modified time | relevance | path

Searched refs:osm_err (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/message/i2o/
Diop.c98 osm_err("%s: couldn't add NULL pointer to context list!\n", in i2o_cntxt_list_add()
103 osm_err("%s: Could not allocate memory for context list element" in i2o_cntxt_list_add()
344 osm_err("%s: Could not enable (status=%#x).\n", c->name, -rc); in i2o_iop_enable()
551 osm_err("%s: IOP reset timeout.\n", c->name); in i2o_iop_reset()
574 osm_err("%s: IOP reset timeout.\n", c->name); in i2o_iop_reset()
614 osm_err("%s: Not running version 1.5 of the I2O Specification." in i2o_iop_activate()
621 osm_err("%s: hardware fault\n", c->name); in i2o_iop_activate()
648 osm_err("%s: failed to bring IOP into HOLD state\n", c->name); in i2o_iop_activate()
752 osm_err("%s: Unable to set SysTab (status=%#x).\n", c->name, in i2o_iop_systab_set()
843 osm_err("unable to allocate memory for System Table\n"); in i2o_systab_build()
[all …]
Dconfig-osm.c55 osm_err("handler register failed.\n"); in i2o_config_init()
60 osm_err("old config handler initialization failed\n"); in i2o_config_init()
Di2o_block.c370 osm_err("block device already removed\n"); in i2o_block_prep_req_fn()
468 osm_err("NULL reply received!\n"); in i2o_block_reply()
491 osm_err("TID %03x error status: 0x%02x, detailed status: " in i2o_block_reply()
744 osm_err("transfer to removed drive\n"); in i2o_block_transfer()
972 osm_err("Insufficient memory to allocate I2O Block disk.\n"); in i2o_block_device_alloc()
985 osm_err("Insufficient memory to allocate gendisk.\n"); in i2o_block_device_alloc()
993 osm_err("Insufficient memory to allocate request queue.\n"); in i2o_block_device_alloc()
1067 osm_err("could not alloc a new I2O block device"); in i2o_block_probe()
1161 osm_err("can't init request slab\n"); in i2o_block_init()
1170 osm_err("can't init request mempool\n"); in i2o_block_init()
[all …]
Di2o_scsi.c354 osm_err("NULL reply received!\n"); in i2o_scsi_reply()
377 osm_err("SCSI error %08x\n", error); in i2o_scsi_reply()
443 osm_err("Could not initialize SCSI host\n"); in i2o_scsi_notify_controller_add()
449 osm_err("Could not add SCSI host\n"); in i2o_scsi_notify_controller_add()
792 osm_err("Could not register SCSI driver\n"); in i2o_scsi_init()
Ddriver.c90 osm_err("Could not initialize event queue for driver " in i2o_driver_register()
105 osm_err("too many drivers registered, increase " in i2o_driver_register()
Dbus-osm.c153 osm_err("Could not register Bus Adapter OSM\n"); in i2o_bus_init()
Di2o_config.c1134 osm_err("can't register device.\n"); in i2o_config_old_init()
/linux-2.6.39/include/linux/
Di2o.h974 #define osm_err(format, arg...) \ macro