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

/freebsd-current/sys/xen/xenbus/
H A Dxenbusb_front.c141 char *otherend_path; local
151 "backend", NULL, &otherend_path,
155 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
156 ivars->xd_otherend_path_len = strlen(otherend_path);
157 free(otherend_path, M_XENSTORE);
H A Dxenbusb_back.c193 char *otherend_path; local
203 "frontend", NULL, &otherend_path,
207 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
208 ivars->xd_otherend_path_len = strlen(otherend_path);
209 free(otherend_path, M_XENSTORE);
H A Dxenbusvar.h98 XENBUS_ACCESSOR(otherend_path, OTHEREND_PATH, const char *)
/freebsd-current/sys/dev/xen/netback/
H A Dnetback.c842 const char *otherend_path; local
848 otherend_path = xenbus_get_otherend_path(xnb->dev);
852 err = xs_gather(XST_NIL, otherend_path,
863 otherend_path);
872 "Unable to connect.", otherend_path);
888 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
896 otherend_path);
910 if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL,
915 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL,
919 if (xs_scanf(XST_NIL, otherend_path, "featur
[all...]
/freebsd-current/sys/dev/xen/blkfront/
H A Dblkfront.c1093 const char *otherend_path; local
1121 otherend_path = xenbus_get_otherend_path(sc->xbd_dev);
1125 (void)xs_scanf(XST_NIL, otherend_path,
1129 (void)xs_scanf(XST_NIL, otherend_path,
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c2866 const char *otherend_path; local
2872 otherend_path = xenbus_get_otherend_path(xbb->dev);
2884 error = xs_scanf(XST_NIL, otherend_path,
2911 (void)xs_scanf(XST_NIL, otherend_path,
2929 error = xs_gather(XST_NIL, otherend_path,
2949 error = xs_scanf(XST_NIL, otherend_path,
2963 error = xs_gather(XST_NIL, otherend_path,

Completed in 100 milliseconds