Lines Matching refs:XST_NIL
852 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()
868 err = xs_scanf(XST_NIL, our_path, "handle", NULL, "%li", &xnb->handle); in xnb_collect_xenstore_info()
879 err = xs_read(XST_NIL, our_path, "bridge", &bridge_len, 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()
1095 xs_vprintf(XST_NIL, xenbus_get_node(xnb->dev), in xnb_attach_failed()
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()
1215 err = xs_scanf(XST_NIL, xenbus_get_node(xnb->dev), "handle", NULL, in create_netdev()
1284 error = xs_printf(XST_NIL, xenbus_get_node(xnb->dev), in xnb_attach()