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

  /src/sys/arch/xen/xen/
shutdown_xenbus.c 98 error = xenbus_read(xbt, SHUTDOWN_PATH, SHUTDOWN_NAME,
103 printf("%s: xenbus_read %d\n", __func__, error);
xpci_xenbus.c 319 xenbus_read(NULL, sc->sc_xbusd->xbusd_otherend, node,
519 xenbus_read(NULL, xpci_sc->sc_xbusd->xbusd_otherend,
xbdback_xenbus.c 557 err = xenbus_read(NULL, xbusd->xbusd_otherend, "protocol",
758 err = xenbus_read(NULL, xbusd->xbusd_path, "mode", mode, sizeof(mode));
pciback.c 494 if ((err = xenbus_read(NULL, xbusd->xbusd_path, path,
xennetback_xenbus.c 220 err = xenbus_read(NULL, xbusd->xbusd_path, "mac", mac, sizeof(mac));
if_xennet_xenbus.c 378 err = xenbus_read(NULL, sc->sc_xbusd->xbusd_path, "mac",
  /src/sys/arch/xen/include/
xenbus.h 127 int xenbus_read(struct xenbus_transaction *,
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 367 xenbus_read(struct xenbus_transaction *t, function in typeref:typename:int
404 err = xenbus_read(t, dir, node, string, sizeof(string));
423 err = xenbus_read(t, dir, node, string, sizeof(string));
xenbus_probe.c 189 err = xenbus_read(NULL, xendev->xbusd_path, path_node,
447 if (xenbus_read(NULL, xbusd->xbusd_path,

Completed in 17 milliseconds