Searched refs:xs_scanf (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/xen/xenstore/
H A Dxenstorevar.h230 int xs_scanf(struct xs_transaction t,
/freebsd-11.0-release/sys/dev/xen/balloon/
H A Dballoon.c324 err = xs_scanf(XST_NIL, "memory", "target", NULL,
/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback.c871 err = xs_scanf(XST_NIL, our_path, "handle", NULL, "%li", &xnb->handle);
891 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
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, "feature-gso-tcpv4-prefix", NULL,
926 if (xs_scanf(XST_NIL, otherend_path, "feature-no-csum-offload", NULL,
1222 err = xs_scanf(XST_NIL, xenbus_get_node(xnb->dev), "handle", NULL,
/freebsd-11.0-release/sys/dev/xen/blkfront/
H A Dblkfront.c1125 * \note xs_scanf() does not update variables for unmatched
1132 (void)xs_scanf(XST_NIL, otherend_path,
1136 (void)xs_scanf(XST_NIL, otherend_path,
1452 error = xs_scanf(XST_NIL, xenbus_get_node(dev),
1455 error = xs_scanf(XST_NIL, xenbus_get_node(dev),
/freebsd-11.0-release/sys/dev/xen/netfront/
H A Dnetfront.c552 err = xs_scanf(XST_NIL, xenbus_get_otherend_path(info->xbdev),
1954 error = xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2022 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2032 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2046 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
/freebsd-11.0-release/sys/xen/xenbus/
H A Dxenbusb.c905 error = xs_scanf(XST_NIL, ivars->xd_node, "state",
/freebsd-11.0-release/sys/dev/xen/blkback/
H A Dblkback.c3046 error = xs_scanf(XST_NIL, otherend_path,
3067 * \note xs_scanf() does not update variables for unmatched
3073 (void)xs_scanf(XST_NIL, otherend_path,
3111 error = xs_scanf(XST_NIL, otherend_path,
/freebsd-11.0-release/sys/dev/xen/xenstore/
H A Dxenstore.c1542 xs_scanf(struct xs_transaction t, const char *dir, const char *node, function

Completed in 192 milliseconds