Searched refs:osm_debug (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | driver.c | 84 osm_debug("Register driver %s\n", drv->name); in i2o_driver_register() 94 osm_debug("Event queue initialized for driver %s\n", drv->name); in i2o_driver_register() 116 osm_debug("driver %s gets context id %d\n", drv->name, drv->context); in i2o_driver_register() 152 osm_debug("unregister driver %s\n", drv->name); in i2o_driver_unregister() 172 osm_debug("event queue removed for %s\n", drv->name); in i2o_driver_unregister() 217 osm_debug("event received from device %d\n", tid); in i2o_driver_dispatch() 246 osm_debug("%s: Reply to driver %s, but no reply function defined!\n", in i2o_driver_dispatch()
|
D | iop.c | 70 osm_debug("%s: Timeout waiting for message frame.\n", in i2o_msg_get_wait() 123 osm_debug("%s: Add context to list %p -> %d\n", c->name, ptr, context); in i2o_cntxt_list_add() 158 osm_debug("%s: remove ptr from context list %d -> %p\n", c->name, in i2o_cntxt_list_remove() 191 osm_debug("%s: get ptr from context list %d -> %p\n", c->name, context, in i2o_cntxt_list_get() 223 osm_debug("%s: get context id from context list %p -> %d\n", c->name, in i2o_cntxt_list_get_ptr() 306 osm_debug("%s: Quiesced.\n", c->name); in i2o_iop_quiesce() 346 osm_debug("%s: Enabled.\n", c->name); in i2o_iop_enable() 412 osm_debug("%s: Cleared.\n", c->name); in i2o_iop_clear() 437 osm_debug("%s: Initializing Outbound Queue...\n", c->name); in i2o_iop_init_outbound_queue() 498 osm_debug("%s: Resetting controller\n", c->name); in i2o_iop_reset() [all …]
|
D | i2o_block.c | 149 osm_debug("Flushing...\n"); in i2o_block_device_flush() 178 osm_debug("Mounting...\n"); in i2o_block_device_mount() 206 osm_debug("Locking...\n"); in i2o_block_device_lock() 234 osm_debug("Unlocking...\n"); in i2o_block_device_unlock() 264 osm_debug("Power...\n"); in i2o_block_device_power() 378 osm_debug("unable to allocate i2o_block_request!\n"); in i2o_block_prep_req_fn() 508 osm_debug("event received\n"); in i2o_block_event() 590 osm_debug("Ready.\n"); in i2o_block_open() 1051 osm_debug("skipping used device %03x\n", i2o_dev->lct_data.tid); in i2o_block_probe() 1084 osm_debug("max sectors = %d\n", queue->max_sectors); in i2o_block_probe() [all …]
|
D | i2o_scsi.c | 362 osm_debug("Completed %0x%p\n", cmd); in i2o_scsi_reply() 454 osm_debug("new I2O SCSI host added\n"); in i2o_scsi_notify_controller_add() 475 osm_debug("I2O SCSI host removed\n"); in i2o_scsi_notify_controller_remove() 541 osm_debug("qcmd: Tid = %03x\n", tid); in i2o_scsi_queuecommand_lck() 542 osm_debug("Real scsi messages.\n"); in i2o_scsi_queuecommand_lck() 679 osm_debug("Issued %0x%p\n", SCpnt); in i2o_scsi_queuecommand_lck()
|
D | i2o_config.c | 293 osm_debug("swdl frag %d/%d (size %d)\n", curfrag, maxfrag, fragsize); in i2o_cfg_swdl() 364 osm_debug("swul frag %d/%d (size %d)\n", curfrag, maxfrag, fragsize); in i2o_cfg_swul() 553 osm_debug("controller %d not found\n", iop); in i2o_cfg_passthru32() 1054 osm_debug("unknown ioctl called!\n"); in i2o_cfg_ioctl()
|
D | i2o.h | 968 #define osm_debug(format, arg...) \ macro 971 #define osm_debug(format, arg...) \ macro
|
D | exec-osm.c | 529 osm_debug("Event received from device: %d\n", in i2o_exec_event()
|
D | i2o_proc.c | 1918 osm_debug("adding device /proc/i2o/%s/%s\n", dev->iop->name, buff); in i2o_proc_device_add() 1957 osm_debug("adding IOP /proc/i2o/%s\n", c->name); in i2o_proc_iop_add()
|