HomeSort by: relevance | last modified time | path
    Searched defs:DPRINTK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_client.c 35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0)
62 DPRINTK("xenbus_watch_path2 path %s path2 %s\n", path, path2);
xenbus_xs.c 36 #define DPRINTK(fmt, args...) \
39 #define DPRINTK(fmt, args...) ((void)0)
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_single %d %d", err, len)
    [all...]
xenbus_probe.c 35 #define DPRINTK(fmt, args...) \
38 #define DPRINTK(fmt, args...) ((void)0)
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",
521 DPRINTK("probe device");
523 DPRINTK("directory err %d dir_n %d", err, dir_n)
    [all...]
  /src/sys/arch/xen/xen/
xen_machdep.c 82 #define DPRINTK(x) printk x
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_suspend() failed"))
    [all...]

Completed in 40 milliseconds