Home
last modified time | relevance | path

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

/freebsd/sys/xen/xenbus/
H A Dxenbusb_front.c140 char *otherend_path; in xenbusb_front_get_otherend_node() local
150 "backend", NULL, &otherend_path, in xenbusb_front_get_otherend_node()
154 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS); in xenbusb_front_get_otherend_node()
155 ivars->xd_otherend_path_len = strlen(otherend_path); in xenbusb_front_get_otherend_node()
156 free(otherend_path, M_XENSTORE); in xenbusb_front_get_otherend_node()
H A Dxenbusb_back.c192 char *otherend_path; in xenbusb_back_get_otherend_node() local
202 "frontend", NULL, &otherend_path, in xenbusb_back_get_otherend_node()
206 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS); in xenbusb_back_get_otherend_node()
207 ivars->xd_otherend_path_len = strlen(otherend_path); in xenbusb_back_get_otherend_node()
208 free(otherend_path, M_XENSTORE); in xenbusb_back_get_otherend_node()
H A Dxenbusvar.h97 XENBUS_ACCESSOR(otherend_path, OTHEREND_PATH, const char *)
/freebsd/sys/dev/xen/netback/
H A Dnetback.c842 const char *otherend_path; in xnb_collect_xenstore_info() local
848 otherend_path = xenbus_get_otherend_path(xnb->dev); in xnb_collect_xenstore_info()
852 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()
863 otherend_path); in xnb_collect_xenstore_info()
872 "Unable to connect.", otherend_path); in xnb_collect_xenstore_info()
888 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL, in xnb_collect_xenstore_info()
896 otherend_path); in xnb_collect_xenstore_info()
910 if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL, in xnb_collect_xenstore_info()
915 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL, in xnb_collect_xenstore_info()
919 if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4-prefix", NULL, in xnb_collect_xenstore_info()
[all …]
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2870 const char *otherend_path; in xbb_collect_frontend_info() local
2876 otherend_path = xenbus_get_otherend_path(xbb->dev); in xbb_collect_frontend_info()
2888 error = xs_scanf(XST_NIL, otherend_path, in xbb_collect_frontend_info()
2915 (void)xs_scanf(XST_NIL, otherend_path, in xbb_collect_frontend_info()
2933 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
2953 error = xs_scanf(XST_NIL, otherend_path, in xbb_collect_frontend_info()
2967 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c1108 const char *otherend_path; in xbd_initialize() local
1136 otherend_path = xenbus_get_otherend_path(sc->xbd_dev); in xbd_initialize()
1140 (void)xs_scanf(XST_NIL, otherend_path, in xbd_initialize()
1144 (void)xs_scanf(XST_NIL, otherend_path, in xbd_initialize()