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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c70 &xendev->otherend, NULL);
76 if (strlen(xendev->otherend) == 0 ||
77 !xenbus_exists_dir(xendev->otherend, "")) {
80 kmem_free((void *)xendev->otherend,
81 strlen(xendev->otherend) + 1);
82 xendev->otherend = NULL;
107 if (dev->otherend != NULL) {
108 kmem_free((void *)dev->otherend, strlen(dev->otherend) + 1);
109 dev->otherend
[all...]
H A Dxpvd.c340 if ((pdp->xd_xsdev.otherend != NULL) &&
341 (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, name, &prop_str,
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h95 const char *otherend; member in struct:xenbus_device
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c348 * cache a copy of the otherend name
351 if (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, "dev",
1042 return ((char *)(pdp->xd_xsdev.otherend));
1193 == 0) && (strcmp(be, pdp->xd_xsdev.otherend) != 0))
1414 * Watch for changes to the XenbusState of otherend.
1439 /* Unwatch for changes to XenbusState of otherend */
1461 if (dev->otherend != NULL)
1462 kmem_free((void *)dev->otherend, strlen(dev->otherend) + 1);
1463 dev->otherend
[all...]

Completed in 67 milliseconds