Searched refs:otherend_path (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb_front.c144 char *otherend_path; local
154 "backend", NULL, &otherend_path,
158 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
159 ivars->xd_otherend_path_len = strlen(otherend_path);
160 free(otherend_path, M_XENSTORE);
H A Dxenbusb_back.c196 char *otherend_path; local
206 "frontend", NULL, &otherend_path,
210 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
211 ivars->xd_otherend_path_len = strlen(otherend_path);
212 free(otherend_path, M_XENSTORE);
H A Dxenbusvar.h100 XENBUS_ACCESSOR(otherend_path, OTHEREND_PATH, const char *)
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c845 const char *otherend_path; local
851 otherend_path = xenbus_get_otherend_path(xnb->dev);
855 err = xs_gather(XST_NIL, otherend_path,
866 otherend_path);
875 "Unable to connect.", otherend_path);
891 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
899 otherend_path);
913 if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL,
918 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL,
922 if (xs_scanf(XST_NIL, otherend_path, "featur
[all...]
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1100 const char *otherend_path; local
1128 otherend_path = xenbus_get_otherend_path(sc->xbd_dev);
1132 (void)xs_scanf(XST_NIL, otherend_path,
1136 (void)xs_scanf(XST_NIL, otherend_path,
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c3052 const char *otherend_path; local
3058 otherend_path = xenbus_get_otherend_path(xbb->dev);
3070 error = xs_scanf(XST_NIL, otherend_path,
3097 (void)xs_scanf(XST_NIL, otherend_path,
3115 error = xs_gather(XST_NIL, otherend_path,
3135 error = xs_scanf(XST_NIL, otherend_path,
3149 error = xs_gather(XST_NIL, otherend_path,

Completed in 225 milliseconds