pool_dprintf
pool_dprintf("conf is %s\n", pool_conf_location(conf));
pool_dprintf("setup_transfer: src_size %llu\n", *src_size);
pool_dprintf("setup_transfer: tgt_size %llu\n", *tgt_size);
pool_dprintf("resource xtransfer\n");
pool_dprintf("in conf %s\n", pool_conf_location(conf));
pool_dprintf("transferring component\n");
pool_dprintf("from\n");
pool_dprintf("to\n");
pool_dprintf("src_size %llu\n", src_size);
pool_dprintf("tgt_size %llu\n", tgt_size);
pool_dprintf("size %llu\n", size);
pool_dprintf("Cloning %s from %s\n",
pool_dprintf("clone_element: Processing %s\n", name);
pool_dprintf("transferring: res, comp\n");
pool_dprintf("res allocation details\n");
pool_dprintf("size=%llu\n", res_info[j].ri_oldsize);
pool_dprintf("LOGDUMP: %d operation, %p\n", li->li_op, li->li_details);
pool_dprintf("element type: %s name: %s\n",
pool_dprintf("element type: %s sys_id: %d\n",
pool_dprintf("can't retrieve %s\n");
extern void pool_dprintf(const char *, ...);
pool_dprintf("Library configuration consistency error\n");
pool_dprintf("Kernel configuration consistency error\n");
pool_dprintf("allocated %p\n", elem);
pool_dprintf("leak elem:%p\n", pke);
pool_dprintf("no properties\n");
pool_dprintf("%p, wasn't in the leak map\n", pke);
pool_dprintf("released %p\n", pke);
pool_dprintf("pool_knl_elem_free_cb:\n");
pool_dprintf("about to release %p ", pke);
pool_dprintf("dict length is %llu\n",
pool_dprintf("log_item_commit: POOL_CREATE, "
pool_dprintf("log_item_commit: POOL_DESTROY\n");
pool_dprintf("log_item_commit: POOL_XTRANSFER\n");
pool_dprintf("log_item_commit: POOL_XTRANSFER, ioctl "
pool_dprintf("log_item_undo: POOL_CREATE\n");
pool_dprintf("log_item_undo: POOL_CREATE %p\n",
pool_dprintf("log_item_release: POOL_DESTROY\n");
pool_dprintf("remove_dead_elems:\n");
pool_dprintf("name: %s\n", pv->pv_name ? pv->pv_name : "NULL");
pool_dprintf("type: %s\n", class_name[pv->pv_class]);
pool_dprintf("type: POC_INVAL\n");
pool_dprintf("value: %llu\n", pv->pv_u.u);
pool_dprintf("value: %lld\n", pv->pv_u.i);
pool_dprintf("value: %f\n", pv->pv_u.d);
pool_dprintf("value: %s\n", pv->pv_u.b ? "true" : "false");
pool_dprintf("value: %s\n", pv->pv_u.s);
pool_dprintf("value: invalid\n");