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/blkfront/
H A Dblkfront.c774 error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev), in xbd_alloc_ring()
788 error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev), in xbd_alloc_ring()
1169 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1179 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1190 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize()
1199 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c538 err = xs_printf(*xst, path, "tx-ring-ref","%u", txq->ring_ref); in write_queue_xenstore_keys()
543 err = xs_printf(*xst, path, "rx-ring-ref","%u", rxq->ring_ref); in write_queue_xenstore_keys()
548 err = xs_printf(*xst, path, "event-channel", "%u", in write_queue_xenstore_keys()
610 err = xs_printf(xst, node, "multi-queue-num-queues", in talk_to_backend()
625 err = xs_printf(xst, node, "request-rx-copy", "%u", 1); in talk_to_backend()
630 err = xs_printf(xst, node, "feature-rx-notify", "%d", 1); in talk_to_backend()
635 err = xs_printf(xst, node, "feature-sg", "%d", 1); in talk_to_backend()
641 err = xs_printf(xst, node, "feature-gso-tcpv4", "%d", 1); in talk_to_backend()
648 err = xs_printf(xst, node, "feature-no-csum-offload", "%d", 1); in talk_to_backend()
/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.c3090 error = xs_printf(xst, our_path, leaf, in xbb_publish_backend_info()
3097 error = xs_printf(xst, our_path, leaf, "%u", in xbb_publish_backend_info()
3104 error = xs_printf(xst, our_path, leaf, "%u", in xbb_publish_backend_info()
3291 xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_failed()
3297 xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_failed()
3491 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach_disk()
3573 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach()
3581 error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev), in xbb_attach()
3590 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