Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/linux/tools/perf/arch/x86/tests/
H A Dbp-modify.c20 pr_debug("in %s\n", __func__); in bp_1()
26 pr_debug("in %s\n", __func__); in bp_2()
43 pr_debug("failed to PTRACE_TRACEME\n"); in spawn_child()
69 pr_debug("tracee exited prematurely 1\n"); in bp_modify1()
83 pr_debug("failed to set breakpoint, 1st time: %s\n", in bp_modify1()
90 pr_debug("failed to set breakpoint, 2nd time: %s\n", in bp_modify1()
97 pr_debug("failed to set dr7: %s\n", strerror(errno)); in bp_modify1()
102 pr_debug("failed to PTRACE_CONT: %s\n", strerror(errno)); in bp_modify1()
108 pr_debug("tracee exited prematurely 2\n"); in bp_modify1()
115 pr_debug("failed to PTRACE_PEEKUSER: %s\n", in bp_modify1()
[all …]
H A Dintel-pt-test.c195 pr_debug(" %02x", bytes[i]); in dump_packet()
197 pr_debug(" "); in dump_packet()
198 pr_debug(" "); in dump_packet()
201 pr_debug("intel_pt_pkt_desc failed!\n"); in dump_packet()
204 pr_debug("%s\n", desc); in dump_packet()
211 pr_debug("Decoding failed!\n"); in decoding_failed()
212 pr_debug("Decoding: "); in decoding_failed()
222 pr_debug("Expected length: %d Decoded length %d\n", in fail()
226 pr_debug("Expected type: %d Decoded type %d\n", in fail()
230 pr_debug("Expected count: %d Decoded count %d\n", in fail()
[all …]
H A Damd-ibs-period.c84 pr_debug("ERROR insn1\n"); in dummy_workload_1()
90 pr_debug("ERROR insn2\n"); in dummy_workload_1()
126 pr_debug("sched_setaffinity() failed. [%m]"); in sched_affine()
220 pr_debug("rb_read(period) error. [%m]"); in rb_drain_samples()
332 pr_debug("mmap() failed. [%m]\n"); in __ibs_config_test()
362 pr_debug("\nIBS config tests:\n"); in ibs_config_test()
363 pr_debug("-----------------\n"); in ibs_config_test()
365 pr_debug("Fetch PMU tests:\n"); in ibs_config_test()
371 pr_debug("0x%-16lx: %-4s\n", fetch_configs[i].config, in ibs_config_test()
380 pr_debug("0x%-16lx: %-4s (nr samples: %d)\n", fetch_configs[i].config, in ibs_config_test()
[all …]
/linux/arch/powerpc/platforms/ps3/
H A Dos-area.c263 pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); in os_area_set_property()
270 pr_debug("%s:%d of_set_property failed\n", __func__, in os_area_set_property()
288 pr_debug("%s:%d not found %s\n", __func__, __LINE__, in os_area_get_property()
310 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header()
312 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header()
314 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header()
316 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header()
318 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header()
320 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header()
328 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params()
[all …]
/linux/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c23 pr_debug("Auto Mode Data - BEGIN\n"); in amd_pmf_dump_auto_mode_defaults()
26 pr_debug("balanced_to_perf: %u ms\n", in amd_pmf_dump_auto_mode_defaults()
28 pr_debug("perf_to_balanced: %u ms\n", in amd_pmf_dump_auto_mode_defaults()
30 pr_debug("quiet_to_balanced: %u ms\n", in amd_pmf_dump_auto_mode_defaults()
32 pr_debug("balanced_to_quiet: %u ms\n", in amd_pmf_dump_auto_mode_defaults()
36 pr_debug("pfloor_perf: %u mW\n", data->mode_set[AUTO_PERFORMANCE].power_floor); in amd_pmf_dump_auto_mode_defaults()
37 pr_debug("pfloor_balanced: %u mW\n", data->mode_set[AUTO_BALANCE].power_floor); in amd_pmf_dump_auto_mode_defaults()
38 pr_debug("pfloor_quiet: %u mW\n", data->mode_set[AUTO_QUIET].power_floor); in amd_pmf_dump_auto_mode_defaults()
41 pr_debug("pd_balanced_to_perf: %u mW\n", in amd_pmf_dump_auto_mode_defaults()
43 pr_debug("pd_perf_to_balanced: %u mW\n", in amd_pmf_dump_auto_mode_defaults()
[all …]
/linux/tools/perf/tests/
H A Dswitch-tracking.c82 pr_debug("Duplicate comm event\n"); in check_comm()
136 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
157 pr_debug("Missing sched_switch events\n"); in process_sample_event()
207 pr_debug("Unexpected comm event\n"); in process_event()
229 pr_debug("malloc failed\n"); in add_event()
236 pr_debug("evlist__parse_sample failed\n"); in add_event()
241 pr_debug("event with no time\n"); in add_event()
297 pr_debug("calloc failed\n"); in process_events()
317 pr_debug("%u events recorded\n", cnt); in process_events()
356 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
[all …]
H A Dcode-reading.c204 pr_debug("getline failed\n"); in read_objdump_output()
217 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
263 pr_debug("popen failed\n"); in objdump_version()
270 pr_debug("getline failed\n"); in objdump_version()
312 pr_debug("uname failed\n"); in read_via_objdump()
342 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
349 pr_debug("popen failed\n"); in read_via_objdump()
355 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
370 pr_debug("0x%02x ", buf[i]); in dump_buf()
372 pr_debug("\n"); in dump_buf()
[all …]
H A Devent-times.c25 pr_debug("attaching to spawned child, enable on exec\n"); in attach__enable_on_exec()
29 pr_debug("Not enough memory to create thread/cpu maps\n"); in attach__enable_on_exec()
35 pr_debug("Couldn't run the workload!\n"); in attach__enable_on_exec()
43 pr_debug("perf_evlist__open: %s\n", in attach__enable_on_exec()
63 pr_debug("attaching to current thread as disabled\n"); in attach__current_disabled()
67 pr_debug("thread_map__new\n"); in attach__current_disabled()
75 pr_debug("Failed to open event cpu-clock:u\n"); in attach__current_disabled()
89 pr_debug("attaching to current thread as enabled\n"); in attach__current_enabled()
93 pr_debug("failed to call thread_map__new\n"); in attach__current_enabled()
116 pr_debug("attaching to CPU 0 as enabled\n"); in attach__cpu_disabled()
[all …]
H A Dperf-record.c79 pr_debug("failed to create cpumask\n"); in test__PERF_RECORD()
91 pr_debug("Not enough memory to create evlist\n"); in test__PERF_RECORD()
104 pr_debug("Not enough memory to create thread/cpu maps\n"); in test__PERF_RECORD()
116 pr_debug("Couldn't run the workload!\n"); in test__PERF_RECORD()
131 pr_debug("sched__get_first_possible_cpu: %s\n", in test__PERF_RECORD()
143 pr_debug("sched_setaffinity: %s\n", in test__PERF_RECORD()
155 pr_debug("perf_evlist__open: %s\n", in test__PERF_RECORD()
168 pr_debug("evlist__mmap: %s\n", in test__PERF_RECORD()
208 pr_debug("Couldn't parse sample\n"); in test__PERF_RECORD()
218 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", in test__PERF_RECORD()
[all …]
H A Dfdarray.c37 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
44 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
52 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
60 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
65 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
73 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
78 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
83 pr_debug("\n"); in test__fdarray__filter()
98 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
104 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
[all …]
H A Dexpand-cgroup.c33 pr_debug("memory allocation failure\n"); in test_expand_events()
40 pr_debug("memory allocation failure\n"); in test_expand_events()
51 pr_debug("failed to expand events for cgroups\n"); in test_expand_events()
57 pr_debug("event count doesn't match\n"); in test_expand_events()
64 pr_debug("event name doesn't match:\n"); in test_expand_events()
65 pr_debug(" evsel[%d]: %s\n expected: %s\n", in test_expand_events()
70 pr_debug("cgroup name doesn't match:\n"); in test_expand_events()
71 pr_debug(" evsel[%d]: %s\n expected: %s\n", in test_expand_events()
78 pr_debug("event group doesn't match: got %s, expect %s\n", in test_expand_events()
84 pr_debug("event group member doesn't match: %d vs %d\n", in test_expand_events()
[all …]
H A Dtime-utils-test.c17 pr_debug("\nparse_nsec_time(\"%s\")\n", str); in test__parse_nsec_time()
21 pr_debug("error %d\n", err); in test__parse_nsec_time()
26 pr_debug("Failed. ptime %" PRIu64 " expected %" PRIu64 "\n", in test__parse_nsec_time()
31 pr_debug("%" PRIu64 "\n", ptime); in test__parse_nsec_time()
41 pr_debug("\nperf_time__parse_str(\"%s\")\n", ostr); in test__perf_time__parse_str()
45 pr_debug("Error %d\n", err); in test__perf_time__parse_str()
50 pr_debug("Failed. Expected %" PRIu64 " to %" PRIu64 "\n", in test__perf_time__parse_str()
82 pr_debug("\nperf_time__parse_for_ranges(\"%s\")\n", d->str); in test__perf_time__parse_for_ranges()
85 pr_debug("first_sample_time %" PRIu64 " last_sample_time %" PRIu64 "\n", in test__perf_time__parse_for_ranges()
91 pr_debug("error %d\n", err); in test__perf_time__parse_for_ranges()
[all …]
/linux/drivers/usb/usbip/
H A Dusbip_common.c65 pr_debug("dev(%d) ep(%d) [%s] ", dev, ep, dir ? "IN" : "OUT"); in usbip_dump_pipe()
69 pr_debug("ISO\n"); in usbip_dump_pipe()
72 pr_debug("INT\n"); in usbip_dump_pipe()
75 pr_debug("CTRL\n"); in usbip_dump_pipe()
78 pr_debug("BULK\n"); in usbip_dump_pipe()
81 pr_debug("ERR\n"); in usbip_dump_pipe()
94 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
98 pr_debug(" %2u", i); in usbip_dump_usb_device()
99 pr_debug("\n"); in usbip_dump_usb_device()
103 pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device()
[all …]
/linux/drivers/nubus/
H A Dnubus.c359 pr_debug(" block (0x%x), size %d\n", ent.type, size); in nubus_get_block_rsrc_dir()
383 pr_debug(" block (0x%x), size %d\n", ent.type, in nubus_get_display_vidmode()
389 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_vidmode()
403 pr_debug(" gamma directory offset: 0x%06x\n", ent->data); in nubus_get_display_resource()
407 pr_debug(" mode 0x%02x info offset: 0x%06x\n", in nubus_get_display_resource()
412 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_resource()
429 pr_debug(" MAC address: %pM\n", addr); in nubus_get_network_resource()
434 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_network_resource()
451 pr_debug(" memory: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
461 pr_debug(" ROM: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
[all …]
/linux/drivers/parport/
H A Dieee1284.c255 pr_debug("%s: Timeout at event 49\n", in parport_ieee1284_terminate()
259 pr_debug("%s: ECP direction: forward\n", port->name); in parport_ieee1284_terminate()
277 pr_debug("%s: Timeout at event 24\n", port->name); in parport_ieee1284_terminate()
289 pr_debug("%s: Timeout at event 27\n", port->name); in parport_ieee1284_terminate()
298 pr_debug("%s: In compatibility (forward idle) mode\n", port->name); in parport_ieee1284_terminate()
399 pr_debug("%s: Peripheral not IEEE1284 compliant (0x%02X)\n", in parport_negotiate()
422 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
433 pr_debug("%s: Mode 0x%02x rejected by peripheral\n", in parport_negotiate()
454 pr_debug("%s: Event 52 didn't happen\n", port->name); in parport_negotiate()
470 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
[all …]
/linux/drivers/usb/gadget/function/
H A Drndis.c187 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp()
189 pr_debug("%03d: %08x %08x %08x %08x\n", i, in gen_ndis_query_resp()
210 pr_debug("%s: RNDIS_OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp()
220 pr_debug("%s: RNDIS_OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp()
233 pr_debug("%s: RNDIS_OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp()
240 pr_debug("%s: RNDIS_OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp()
248 pr_debug("%s: RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp()
258 pr_debug("%s: RNDIS_OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp()
268 pr_debug("%s: RNDIS_OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
277 pr_debug("%s: RNDIS_OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_queue.c35 pr_debug("Printing queue properties:\n"); in print_queue_properties()
36 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties()
37 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties()
38 pr_debug("Queue percent: %u\n", q->queue_percent); in print_queue_properties()
39 pr_debug("Queue Address: 0x%llX\n", q->queue_address); in print_queue_properties()
40 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties()
41 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties()
42 pr_debug("Queue Read Pointer: 0x%px\n", q->read_ptr); in print_queue_properties()
43 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr); in print_queue_properties()
44 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr); in print_queue_properties()
[all …]
/linux/net/nfc/nci/
H A Drsp.c33 pr_debug("status 0x%x\n", rsp->status); in nci_core_reset_rsp_packet()
39 pr_debug("nci_ver 0x%x, config_status 0x%x\n", in nci_core_reset_rsp_packet()
53 pr_debug("status 0x%x\n", rsp_1->status); in nci_core_init_rsp_packet_v1()
94 pr_debug("status %x\n", rsp->status); in nci_core_init_rsp_packet_v2()
136 pr_debug("nfcc_features 0x%x\n", in nci_core_init_rsp_packet()
138 pr_debug("num_supported_rf_interfaces %d\n", in nci_core_init_rsp_packet()
140 pr_debug("supported_rf_interfaces[0] 0x%x\n", in nci_core_init_rsp_packet()
142 pr_debug("supported_rf_interfaces[1] 0x%x\n", in nci_core_init_rsp_packet()
144 pr_debug("supported_rf_interfaces[2] 0x%x\n", in nci_core_init_rsp_packet()
146 pr_debug("supported_rf_interfaces[3] 0x%x\n", in nci_core_init_rsp_packet()
[all …]
/linux/drivers/gpu/drm/i915/gvt/
H A Ddebug.h39 pr_debug("gvt: core: "fmt, ##args)
42 pr_debug("gvt: irq: "fmt, ##args)
45 pr_debug("gvt: mm: "fmt, ##args)
48 pr_debug("gvt: mmio: "fmt, ##args)
51 pr_debug("gvt: dpy: "fmt, ##args)
54 pr_debug("gvt: el: "fmt, ##args)
57 pr_debug("gvt: sched: "fmt, ##args)
60 pr_debug("gvt: render: "fmt, ##args)
63 pr_debug("gvt: cmd: "fmt, ##args)
/linux/net/netfilter/
H A Dxt_IDLETIMER.c105 pr_debug("timer %s expired\n", timer->attr.attr.name); in idletimer_tg_expired()
114 pr_debug("alarm %s expired\n", timer->attr.attr.name); in idletimer_tg_alarmproc()
159 pr_debug("couldn't add file to sysfs"); in idletimer_tg_create()
208 pr_debug("couldn't add file to sysfs"); in idletimer_tg_create_v1()
216 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1()
253 pr_debug("resetting timer %s, timeout period %u\n", in idletimer_tg_target()
270 pr_debug("resetting timer %s, timeout period %u\n", in idletimer_tg_target_v1()
287 pr_debug("timeout value is zero\n"); in idletimer_tg_helper()
291 pr_debug("timeout value is too big\n"); in idletimer_tg_helper()
297 pr_debug("label is empty or not nul-terminated\n"); in idletimer_tg_helper()
[all …]
/linux/net/ipv6/netfilter/
H A Dip6t_frag.c27 pr_debug("id_match:%c 0x%x <= 0x%x <= 0x%x\n", invert ? '!' : ' ', in id_match()
30 pr_debug(" result %s\n", r ? "PASS" : "FAILED"); in id_match()
56 pr_debug("INFO %04X ", fh->frag_off); in frag_mt6()
57 pr_debug("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7); in frag_mt6()
58 pr_debug("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6); in frag_mt6()
59 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF)); in frag_mt6()
60 pr_debug("ID %u %08X\n", ntohl(fh->identification), in frag_mt6()
63 pr_debug("IPv6 FRAG id %02X ", in frag_mt6()
67 pr_debug("res %02X %02X%04X %02X ", in frag_mt6()
72 pr_debug("first %02X %02X %02X ", in frag_mt6()
[all …]
H A Dip6t_hbh.c81 pr_debug("IPv6 OPTS LEN %u %u ", hdrlen, oh->hdrlen); in hbh_mt6()
83 pr_debug("len %02X %04X %02X ", in hbh_mt6()
98 pr_debug("Strict "); in hbh_mt6()
99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
111 pr_debug("Tbad %02X %02X\n", *tp, in hbh_mt6()
115 pr_debug("Tok "); in hbh_mt6()
132 pr_debug("Lbad %02X %04X\n", *lp, in hbh_mt6()
136 pr_debug("Lok "); in hbh_mt6()
139 pr_debug("Pad1\n"); in hbh_mt6()
144 pr_debug("len%04X\n", optlen); in hbh_mt6()
[all …]
/linux/drivers/net/fddi/skfp/
H A Dskfddi.c211 pr_debug("entering skfp_init_one\n"); in skfp_init_one()
386 pr_debug("entering skfp_driver_init\n"); in skfp_driver_init()
408 pr_debug("Memory for HWM: %ld\n", bp->SharedMemSize); in skfp_driver_init()
431 pr_debug("mac_drv_init()..\n"); in skfp_driver_init()
433 pr_debug("mac_drv_init() failed\n"); in skfp_driver_init()
437 pr_debug("HW-Addr: %pMF\n", smc->hw.fddi_canon_addr.a); in skfp_driver_init()
487 pr_debug("entering skfp_open\n"); in skfp_open()
858 pr_debug("PROMISCUOUS MODE ENABLED\n"); in skfp_ctl_set_multicast_list_wo_lock()
863 pr_debug("PROMISCUOUS MODE DISABLED\n"); in skfp_ctl_set_multicast_list_wo_lock()
871 pr_debug("ENABLE ALL MC ADDRESSES\n"); in skfp_ctl_set_multicast_list_wo_lock()
[all …]
/linux/drivers/cpufreq/
H A Dpowernow-k8.c106 pr_debug("detected change pending stuck\n"); in query_current_values_with_pending_wait()
141 pr_debug("cpu%d, init lo 0x%x, hi 0x%x\n", smp_processor_id(), lo, hi); in fidvid_msr_init()
161 pr_debug("writing fid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_fid()
205 pr_debug("writing vid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_vid()
273 pr_debug("transitioned (cpu%d): new fid 0x%x, vid 0x%x\n", in transition_fid_vid()
287 pr_debug("ph1 (cpu%d): start, currfid 0x%x, currvid 0x%x, reqvid 0x%x, rvo 0x%x\n", in core_voltage_pre_transition()
296 pr_debug("ph1 maxvid=0x%x\n", maxvid); in core_voltage_pre_transition()
301 pr_debug("ph1: curr 0x%x, req vid 0x%x\n", in core_voltage_pre_transition()
312 pr_debug("ph1: changing vid for rvo, req 0x%x\n", in core_voltage_pre_transition()
328 pr_debug("ph1 complete, currfid 0x%x, currvid 0x%x\n", in core_voltage_pre_transition()
[all …]
/linux/drivers/target/
H A Dtarget_core_xcopy.c51 pr_debug("XCOPY: emulate_3pc disabled on se_dev %p\n", se_dev); in target_xcopy_locate_se_dev_e4_iter()
60 pr_debug("XCOPY: skip non-matching: %*ph\n", in target_xcopy_locate_se_dev_e4_iter()
64 pr_debug("XCOPY 0xe4: located se_dev: %p\n", se_dev); in target_xcopy_locate_se_dev_e4_iter()
83 pr_debug("XCOPY 0xe4: searching for: %*ph\n", in target_xcopy_locate_se_dev_e4()
106 pr_debug("lun_ref held for se_dev: %p se_dev->se_dev_group: %p\n", in target_xcopy_locate_se_dev_e4()
126 pr_debug("XCOPY 0xe4: RELATIVE INITIATOR PORT IDENTIFIER: %hu\n", ript); in target_xcopy_parse_tiddesc_e4()
152 pr_debug("XCOPY 0xe4: desig_len: %d\n", (int)desig_len); in target_xcopy_parse_tiddesc_e4()
163 pr_debug("XCOPY 0xe4: ignoring CSCD entry %d - neither src nor " in target_xcopy_parse_tiddesc_e4()
177 pr_debug("XCOPY 0xe4: Set xop->src_dev %p from source" in target_xcopy_parse_tiddesc_e4()
194 pr_debug("XCOPY 0xe4: Set xop->dst_dev: %p from destination" in target_xcopy_parse_tiddesc_e4()
[all …]

12345678910>>...65