HomeSort by: relevance | last modified time | path
    Searched refs:xenbus (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_cfg.c 21 #include <xen/xenbus.h>
xen_drm_front_evtchnl.c 21 #include <xen/xenbus.h>
xen_drm_front.c 30 #include <xen/xenbus.h>
753 * On driver removal it is disconnected from XenBus,
  /src/sys/arch/xen/xen/
shutdown_xenbus.c 65 #include <xen/xenbus.h>
73 .smpsw_name = "xenbus",
77 .smpsw_name = "xenbus",
81 .smpsw_name = "xenbus",
xpci_xenbus.c 49 #include <xen/xenbus.h>
267 * the xenbus thread.
balloon.c 53 * memory/target node in Xenstore. Writing new values will fire the xenbus
95 #include <xen/xenbus.h>
239 /* Setup xenbus node watch callback */
321 "error %d, couldn't read xenbus target node\n", err);
336 "error %d, couldn't write xenbus target node\n", err);
745 * This will be done by the Xenbus watch handler, balloon_xenbus_watcher().
hypervisor.c 63 #include "xenbus.h"
106 #include <xen/xenbus.h>
683 hac.hac_xenbus.xa_device = "xenbus";
pciback.c 50 #include <xen/xenbus.h>
124 /* xenbus-related functions and definitions */
180 /* a xenbus PCI backend instance */
xennetback_xenbus.c 56 #include <xen/xenbus.h>
if_xennet_xenbus.c 129 #include <xen/xenbus.h>
318 /* xenbus ensure 2 devices can't be probed at the same time */
xbdback_xenbus.c 54 #include <xen/xenbus.h>
109 * event channels, biointr() soft interrupts, xenbus commands), the xbdi_lock
xbd_xenbus.c 84 #include <xen/xenbus.h>
666 * the xenbus thread.
  /src/sys/arch/i386/
Makefile 26 ${SYSDIR}/arch/xen/xenbus/*.[ch]
  /src/sys/arch/xen/include/
xenbus.h 1 /* $NetBSD: xenbus.h,v 1.25 2020/04/25 15:26:17 bouyer Exp $ */
3 * xenbus.h
39 #include <xen/include/public/io/xenbus.h>
43 /* xenbus to hypervisor attach */
50 /* devices to xenbus attach */
73 * A xenbus device. Note that the malloced memory will be larger than
99 /* for xenbus internal use */
110 * to xenbus.
  /src/sys/arch/xen/xenbus/
xenbus_comms.c 46 #include <xen/xenbus.h>
xenbus_client.c 3 * Client-facing interface for the Xenbus driver. In other words, the
4 * interface between the Xenbus and the device-specific code, be it the
50 #include <xen/xenbus.h>
167 printk("xenbus: failed to write error node for %s (%s)\n",
173 printk("xenbus: failed to write error node for %s (%s)\n",
xenbus_probe.c 53 #include <xen/xenbus.h>
83 CFATTACH_DECL_NEW(xenbus, 0, xenbus_match, xenbus_attach,
98 if (strcmp(xa->xa_device, "xenbus") == 0)
143 * Suspend a xenbus device
153 * Resume a xenbus device
531 * probing when configuring xenbus devices
731 /* Publish xenbus and Xenstore info in /kern/xen */
xenbus_dev.c 5 * Driver giving user-space access to the kernel's xenbus connection
55 #include <xen/xenbus.h>
88 KERNFS_INITENTRY(dkt, DT_REG, "xenbus", NULL, kfst, VREG,
103 * several process may open /kern/xen/xenbus in parallel.
107 * To work around this we keep a list of lwp that opended the xenbus file.
108 * This assumes that a single lwp won't open /kern/xen/xenbus more
xenbus_xs.c 53 #include <xen/xenbus.h>
107 "XENBUS xen store gave: unknown error %s",
643 "XENBUS Failed to release watch %s: %i\n",
805 printk("XENBUS error %d while reading message\n", err);
834 NULL, NULL, "xenbus");
836 aprint_error_dev(dev, "kthread_create(xenbus): %d\n", err);
  /src/share/man/man4/
Makefile 164 MAN+= pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4

Completed in 50 milliseconds