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

/netbsd-current/sys/arch/xen/xen/
H A Dxen_machdep.c82 #define DPRINTK(x) printk x macro
84 #define DPRINTK(x)
313 DPRINTK(("suspending domain\n"));
319 DPRINTK(("HYPERVISOR_shared_info page invalidation failed"));
344 DPRINTK(("could not map new shared info page"));
355 DPRINTK(("xen_start_info.nr_pages != physmem"));
359 DPRINTK(("preparing domain resume\n"));
392 DPRINTK(("devices suspend failed"));
405 DPRINTK(("calling HYPERVISOR_suspend()\n"));
408 DPRINTK(("HYPERVISOR_suspen
[all...]
/netbsd-current/sys/arch/xen/xenbus/
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",
205 DPRINTK("write msg");
207 DPRINTK("write msg err %d", err);
214 DPRINTK("write iovect");
216 DPRINTK("write iovect err %d", err);
223 DPRINTK("read");
225 DPRINTK("read done");
329 DPRINTK("xs_singl
[all...]
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",
252 DPRINTK("Ignoring watch at %s", vec[XS_WATCH_PATH]);
258 DPRINTK("state is %d, %s, %s",
324 DPRINTK("probe %s type %s", path, type);
326 DPRINTK("directory err %d dir_n %d", err, orig_dir_n);
417 DPRINTK("xenbus_probe_device_type probe %s\n",
520 DPRINTK("probe device");
522 DPRINTK("director
[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);

Completed in 215 milliseconds