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

/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h258 int xs_scanf(struct xs_transaction t,
/freebsd-13-stable/sys/dev/xen/balloon/
H A Dballoon.c327 err = xs_scanf(XST_NIL, "memory", "target", NULL,
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c870 err = xs_scanf(XST_NIL, our_path, "handle", NULL, "%li", &xnb->handle);
890 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
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, "feature-gso-tcpv4-prefix", NULL,
925 if (xs_scanf(XST_NIL, otherend_path, "feature-no-csum-offload", NULL,
1217 err = xs_scanf(XST_NIL, xenbus_get_node(xnb->dev), "handle", NULL,
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1124 * \note xs_scanf() does not update variables for unmatched
1131 (void)xs_scanf(XST_NIL, otherend_path,
1135 (void)xs_scanf(XST_NIL, otherend_path,
1496 error = xs_scanf(XST_NIL, xenbus_get_node(dev),
1499 error = xs_scanf(XST_NIL, xenbus_get_node(dev),
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c535 err = xs_scanf(XST_NIL, xenbus_get_otherend_path(info->xbdev),
1932 error = xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2000 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2010 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
2024 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb.c921 error = xs_scanf(XST_NIL, ivars->xd_node, "state",
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c3052 error = xs_scanf(XST_NIL, otherend_path,
3073 * \note xs_scanf() does not update variables for unmatched
3079 (void)xs_scanf(XST_NIL, otherend_path,
3117 error = xs_scanf(XST_NIL, otherend_path,
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1497 xs_scanf(struct xs_transaction t, const char *dir, const char *node, function

Completed in 80 milliseconds