Home
last modified time | relevance | path

Searched refs:DPRINTK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dxen_machdep.c82 #define DPRINTK(x) printk x macro
84 #define DPRINTK(x)
313 DPRINTK(("suspending domain\n")); in xen_prepare_suspend()
319 DPRINTK(("HYPERVISOR_shared_info page invalidation failed")); in xen_prepare_suspend()
344 DPRINTK(("could not map new shared info page")); in xen_prepare_resume()
355 DPRINTK(("xen_start_info.nr_pages != physmem")); in xen_prepare_resume()
359 DPRINTK(("preparing domain resume\n")); in xen_prepare_resume()
392 DPRINTK(("devices suspend failed")); in xen_suspend_domain()
405 DPRINTK(("calling HYPERVISOR_suspend()\n")); in xen_suspend_domain()
408 DPRINTK(("HYPERVISOR_suspend() failed")); in xen_suspend_domain()
[all …]
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_probe.c35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0) macro
199 DPRINTK("read_otherend_details: read %s/%s returned %s\n", in read_otherend_details()
252 DPRINTK("Ignoring watch at %s", vec[XS_WATCH_PATH]); in otherend_changed()
258 DPRINTK("state is %d, %s, %s", in otherend_changed()
324 DPRINTK("probe %s type %s", path, type); in xenbus_probe_device_type()
326 DPRINTK("directory err %d dir_n %d", err, orig_dir_n); in xenbus_probe_device_type()
417 DPRINTK("xenbus_probe_device_type probe %s\n", in xenbus_probe_device_type()
520 DPRINTK("probe device"); in xenbus_probe_frontends()
522 DPRINTK("directory err %d dir_n %d", err, dir_n); in xenbus_probe_frontends()
[all …]
H A Dxenbus_xs.c36 #define DPRINTK(fmt, args...) \
39 #define DPRINTK(fmt, args...) ((void)0) macro
133 DPRINTK("read_reply: type %d body %s", in read_reply()
205 DPRINTK("write msg"); in xs_talkv()
207 DPRINTK("write msg err %d", err); in xs_talkv()
214 DPRINTK("write iovect"); in xs_talkv()
216 DPRINTK("write iovect err %d", err); in xs_talkv()
223 DPRINTK("read"); in xs_talkv()
225 DPRINTK("read done"); in xs_talkv()
329 DPRINTK("xs_single %d %d", err, len); in xenbus_directory()
[all …]
H A Dxenbus_client.c35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0) macro
62 DPRINTK("xenbus_watch_path2 path %s path2 %s\n", path, path2); in xenbus_watch_path2()