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

/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxen_machdep.c72 #define DPRINTK(x) printk x macro
74 #define DPRINTK(x)
297 DPRINTK(("suspending domain\n"));
303 DPRINTK(("HYPERVISOR_shared_info page invalidation failed"));
319 DPRINTK(("could not map new shared info page"));
330 DPRINTK(("xen_start_info.nr_pages != physmem"));
334 DPRINTK(("preparing domain resume\n"));
358 DPRINTK(("devices suspend failed"));
371 DPRINTK(("calling HYPERVISOR_suspend()\n"));
374 DPRINTK(("HYPERVISOR_suspen
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/xenbus/
H A Dxenbus_probe.c35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0) macro
204 DPRINTK("read_otherend_details: read %s/%s returned %s\n",
262 DPRINTK("Ignoring watch at %s", vec[XS_WATCH_PATH]);
268 DPRINTK("state is %d, %s, %s",
333 DPRINTK("probe %s type %s", path, type);
335 DPRINTK("directory err %d dir_n %d", err, dir_n);
427 DPRINTK("xenbus_probe_device_type probe %s\n",
505 DPRINTK("probe device");
507 DPRINTK("director
[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",
202 DPRINTK("write msg");
204 DPRINTK("write msg err %d", err);
212 DPRINTK("write iovect");
214 DPRINTK("write iovect err %d", err);
222 DPRINTK("read");
224 DPRINTK("read done");
329 DPRINTK("xs_singl
[all...]
H A Dxenbus_client.c35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0) macro
86 DPRINTK("xenbus_watch_path2 path %s path2 %s\n", path, path2);

Completed in 110 milliseconds