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

/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb_front.c143 char *otherend_path; local
153 "backend", NULL, &otherend_path,
157 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
158 ivars->xd_otherend_path_len = strlen(otherend_path);
159 free(otherend_path, M_XENSTORE);
H A Dxenbusb_back.c195 char *otherend_path; local
205 "frontend", NULL, &otherend_path,
209 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
210 ivars->xd_otherend_path_len = strlen(otherend_path);
211 free(otherend_path, M_XENSTORE);
H A Dxenbusvar.h100 XENBUS_ACCESSOR(otherend_path, OTHEREND_PATH, const char *)
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c844 const char *otherend_path; local
850 otherend_path = xenbus_get_otherend_path(xnb->dev);
854 err = xs_gather(XST_NIL, otherend_path,
865 otherend_path);
874 "Unable to connect.", otherend_path);
890 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
898 otherend_path);
912 if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL,
917 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL,
921 if (xs_scanf(XST_NIL, otherend_path, "featur
[all...]
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1099 const char *otherend_path; local
1127 otherend_path = xenbus_get_otherend_path(sc->xbd_dev);
1131 (void)xs_scanf(XST_NIL, otherend_path,
1135 (void)xs_scanf(XST_NIL, otherend_path,
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c3034 const char *otherend_path; local
3040 otherend_path = xenbus_get_otherend_path(xbb->dev);
3052 error = xs_scanf(XST_NIL, otherend_path,
3079 (void)xs_scanf(XST_NIL, otherend_path,
3097 error = xs_gather(XST_NIL, otherend_path,
3117 error = xs_scanf(XST_NIL, otherend_path,
3131 error = xs_gather(XST_NIL, otherend_path,

Completed in 132 milliseconds