Lines Matching refs:otherend
348 * 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 = NULL;
1920 ASSERT(pdp->xd_xsdev.otherend != NULL);