/src/sys/arch/xen/xenbus/ |
xenbus_probe.c | 190 xendev->xbusd_otherend, sizeof(xendev->xbusd_otherend)); 200 xendev->xbusd_path, path_node, xendev->xbusd_otherend); 202 if (strlen(xendev->xbusd_otherend) == 0 || 203 !xenbus_exists(NULL, xendev->xbusd_otherend, "")) { 231 dev->xbusd_otherend[0] = '\0'; 250 if (strncmp(xdev->xbusd_otherend, vec[XS_WATCH_PATH], 251 strlen(xdev->xbusd_otherend))) { 256 state = xenbus_read_driver_state(xdev->xbusd_otherend); 293 return xenbus_watch_path2(dev, dev->xbusd_otherend, "state" [all...] |
/src/sys/arch/xen/include/ |
xenbus.h | 84 char xbusd_otherend[64]; /* the otherend path (size arbitrary) */ member in struct:xenbus_device
|
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 419 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 423 xbusd->xbusd_otherend); 426 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 430 xbusd->xbusd_otherend); 433 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 437 xbusd->xbusd_otherend); 440 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 445 xbusd->xbusd_otherend); 449 xbusd->xbusd_otherend); 458 "can't get VA for TX ring", xbusd->xbusd_otherend); [all...] |
xbd_xenbus.c | 407 while (xenbus_read_driver_state(sc->sc_xbusd->xbusd_otherend) 728 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend, 740 sc->sc_xbusd->xbusd_otherend); 742 sc->sc_xbusd->xbusd_otherend, "info", &sc->sc_info, 10); 746 sc->sc_xbusd->xbusd_otherend); 748 sc->sc_xbusd->xbusd_otherend, "sector-size", &sc->sc_secsize, 10); 752 sc->sc_xbusd->xbusd_otherend); 755 sc->sc_xbusd->xbusd_otherend, "sectors", §ors, 10); 759 sc->sc_xbusd->xbusd_otherend); 771 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend, [all...] |
xpci_xenbus.c | 298 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend, 319 xenbus_read(NULL, sc->sc_xbusd->xbusd_otherend, node, 509 err = xenbus_read_ul(NULL, xpci_sc->sc_xbusd->xbusd_otherend, 519 xenbus_read(NULL, xpci_sc->sc_xbusd->xbusd_otherend,
|
xbdback_xenbus.c | 541 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 545 xbusd->xbusd_otherend); 549 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 553 xbusd->xbusd_otherend); 557 err = xenbus_read(NULL, xbusd->xbusd_otherend, "protocol", 586 "can't get VA for ring", xbusd->xbusd_otherend); 597 "can't map ring", xbusd->xbusd_otherend); 630 xbusd->xbusd_otherend, err); 632 "can't bind event channel", xbusd->xbusd_otherend);
|
pciback.c | 564 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 568 xbusd->xbusd_otherend); 571 err = xenbus_read_ul(NULL, xbusd->xbusd_otherend, 575 xbusd->xbusd_otherend); 584 xbusd->xbusd_otherend);
|
if_xennet_xenbus.c | 303 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend, 307 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend, 311 err = xenbus_read_ul(NULL, sc->sc_xbusd->xbusd_otherend,
|