Searched refs:xs_scanf (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/xen/xenstore/ |
H A D | xenstorevar.h | 256 int xs_scanf(struct xs_transaction t,
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | 868 err = xs_scanf(XST_NIL, our_path, "handle", NULL, "%li", &xnb->handle); in xnb_collect_xenstore_info() 888 err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL, 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() 923 if (xs_scanf(XST_NIL, otherend_path, "feature-no-csum-offload", NULL, in xnb_collect_xenstore_info() 1215 err = xs_scanf(XST_NIL, xenbus_get_node(xnb->dev), "handle", NULL, in create_netdev()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | blkfront.c | 1140 (void)xs_scanf(XST_NIL, otherend_path, in xbd_initialize() 1144 (void)xs_scanf(XST_NIL, otherend_path, in xbd_initialize() 1507 error = xs_scanf(XST_NIL, xenbus_get_node(dev), in xbd_attach() 1510 error = xs_scanf(XST_NIL, xenbus_get_node(dev), in xbd_attach()
|
/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 315 err = xs_scanf(XST_NIL, "memory", "target", NULL, in watch_target()
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 591 err = xs_scanf(XST_NIL, xenbus_get_otherend_path(info->xbdev), in talk_to_backend() 2022 error = xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev), in xn_connect() 2090 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev), in xn_query_features() 2100 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev), in xn_query_features() 2114 if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev), in xn_query_features()
|
/freebsd/sys/xen/xenbus/ |
H A D | xenbusb.c | 923 error = xs_scanf(xst, ivars->xd_node, "state", in xenbusb_write_ivar()
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 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() 2953 error = xs_scanf(XST_NIL, otherend_path, in xbb_collect_frontend_info()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1490 xs_scanf(struct xs_transaction t, const char *dir, const char *node, in xs_scanf() function
|