Home
last modified time | relevance | path

Searched refs:xs_printf (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h272 int xs_printf(struct xs_transaction t, const char *dir,
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c546 err = xs_printf(*xst, path, "tx-ring-ref","%u", txq->ring_ref); in write_queue_xenstore_keys()
551 err = xs_printf(*xst, path, "rx-ring-ref","%u", rxq->ring_ref); in write_queue_xenstore_keys()
556 err = xs_printf(*xst, path, "event-channel", "%u", in write_queue_xenstore_keys()
618 err = xs_printf(xst, node, "multi-queue-num-queues", in talk_to_backend()
633 err = xs_printf(xst, node, "request-rx-copy", "%u", 1); in talk_to_backend()
638 err = xs_printf(xst, node, "feature-rx-notify", "%d", 1); in talk_to_backend()
643 err = xs_printf(xst, node, "feature-sg", "%d", 1); in talk_to_backend()
649 err = xs_printf(xst, node, "feature-gso-tcpv4", "%d", 1); in talk_to_backend()
656 err = xs_printf(xst, node, "feature-no-csum-offload", "%d", 1); in talk_to_backend()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c779 error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev), in xbd_alloc_ring()
793 error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev), in xbd_alloc_ring()
1184 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1194 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1205 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize()
1214 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c955 error = xs_printf(xst, our_path, "feature-sg", in xnb_publish_backend_info()
960 error = xs_printf(xst, our_path, "feature-gso-tcpv4", in xnb_publish_backend_info()
965 error = xs_printf(xst, our_path, "feature-rx-copy", in xnb_publish_backend_info()
970 error = xs_printf(xst, our_path, "feature-rx-flip", in xnb_publish_backend_info()
1098 (void)xs_printf(XST_NIL, xenbus_get_node(xnb->dev), in xnb_attach_failed()
1104 (void)xs_printf(XST_NIL, xenbus_get_node(xnb->dev), "online", "0"); in xnb_attach_failed()
1284 error = xs_printf(XST_NIL, xenbus_get_node(xnb->dev), in xnb_attach()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c3098 error = xs_printf(xst, our_path, leaf, "%ju", in xbb_publish_backend_info()
3105 error = xs_printf(xst, our_path, leaf, "%u", in xbb_publish_backend_info()
3112 error = xs_printf(xst, our_path, leaf, "%u", in xbb_publish_backend_info()
3299 xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_failed()
3305 xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_failed()
3499 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_disk()
3581 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach()
3589 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach()
3598 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach()
/freebsd/sys/xen/xenbus/
H A Dxenbusb.c930 error = xs_printf(xst, ivars->xd_node, "state", in xenbusb_write_ivar()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1530 xs_printf(struct xs_transaction t, const char *dir, const char *node, in xs_printf() function