Symbol: XST_NIL
sys/dev/xen/balloon/balloon.c
315
err = xs_scanf(XST_NIL, "memory", "target", NULL,
sys/dev/xen/blkback/blkback.c
2888
error = xs_scanf(XST_NIL, otherend_path,
sys/dev/xen/blkback/blkback.c
2915
(void)xs_scanf(XST_NIL, otherend_path,
sys/dev/xen/blkback/blkback.c
2933
error = xs_gather(XST_NIL, otherend_path,
sys/dev/xen/blkback/blkback.c
2953
error = xs_scanf(XST_NIL, otherend_path,
sys/dev/xen/blkback/blkback.c
2967
error = xs_gather(XST_NIL, otherend_path,
sys/dev/xen/blkback/blkback.c
3296
xs_vprintf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3299
xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3305
xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3499
error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3522
error = xs_gather(XST_NIL, xenbus_get_node(dev), "physical-device-path",
sys/dev/xen/blkback/blkback.c
3533
error = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), "device-type",
sys/dev/xen/blkback/blkback.c
3538
error = xs_gather(XST_NIL, xenbus_get_node(dev), "mode", NULL,
sys/dev/xen/blkback/blkback.c
3581
error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3589
error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkback/blkback.c
3598
error = xs_printf(XST_NIL, xenbus_get_node(xbb->dev),
sys/dev/xen/blkfront/blkfront.c
1140
(void)xs_scanf(XST_NIL, otherend_path,
sys/dev/xen/blkfront/blkfront.c
1144
(void)xs_scanf(XST_NIL, otherend_path,
sys/dev/xen/blkfront/blkfront.c
1184
error = xs_printf(XST_NIL, node_path,
sys/dev/xen/blkfront/blkfront.c
1194
error = xs_printf(XST_NIL, node_path,
sys/dev/xen/blkfront/blkfront.c
1205
error = xs_printf(XST_NIL, node_path, "event-channel",
sys/dev/xen/blkfront/blkfront.c
1214
error = xs_printf(XST_NIL, node_path, "protocol",
sys/dev/xen/blkfront/blkfront.c
1253
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1275
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1294
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1299
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1305
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1311
err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev),
sys/dev/xen/blkfront/blkfront.c
1474
error = xs_read(XST_NIL, xenbus_get_node(dev),
sys/dev/xen/blkfront/blkfront.c
1507
error = xs_scanf(XST_NIL, xenbus_get_node(dev),
sys/dev/xen/blkfront/blkfront.c
1510
error = xs_scanf(XST_NIL, xenbus_get_node(dev),
sys/dev/xen/blkfront/blkfront.c
779
error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev),
sys/dev/xen/blkfront/blkfront.c
793
error = xs_printf(XST_NIL, xenbus_get_node(sc->xbd_dev),
sys/dev/xen/control/control.c
341
error = xs_read(XST_NIL, "control", "shutdown",
sys/dev/xen/control/control.c
347
error = xs_write(XST_NIL, "control", "shutdown", "");
sys/dev/xen/control/control.c
374
xs_write(XST_NIL, "control", "feature-poweroff", "1");
sys/dev/xen/control/control.c
375
xs_write(XST_NIL, "control", "feature-reboot", "1");
sys/dev/xen/control/control.c
376
xs_write(XST_NIL, "control", "feature-suspend", "1");
sys/dev/xen/netback/netback.c
1095
xs_vprintf(XST_NIL, xenbus_get_node(xnb->dev),
sys/dev/xen/netback/netback.c
1098
(void)xs_printf(XST_NIL, xenbus_get_node(xnb->dev),
sys/dev/xen/netback/netback.c
1104
(void)xs_printf(XST_NIL, xenbus_get_node(xnb->dev), "online", "0");
sys/dev/xen/netback/netback.c
1215
err = xs_scanf(XST_NIL, xenbus_get_node(xnb->dev), "handle", NULL,
sys/dev/xen/netback/netback.c
1284
error = xs_printf(XST_NIL, xenbus_get_node(xnb->dev),
sys/dev/xen/netback/netback.c
852
err = xs_gather(XST_NIL, otherend_path,
sys/dev/xen/netback/netback.c
868
err = xs_scanf(XST_NIL, our_path, "handle", NULL, "%li", &xnb->handle);
sys/dev/xen/netback/netback.c
879
err = xs_read(XST_NIL, our_path, "bridge", &bridge_len,
sys/dev/xen/netback/netback.c
888
err = xs_scanf(XST_NIL, otherend_path, "request-rx-copy", NULL,
sys/dev/xen/netback/netback.c
910
if (xs_scanf(XST_NIL, otherend_path, "feature-sg", NULL,
sys/dev/xen/netback/netback.c
915
if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4", NULL,
sys/dev/xen/netback/netback.c
919
if (xs_scanf(XST_NIL, otherend_path, "feature-gso-tcpv4-prefix", NULL,
sys/dev/xen/netback/netback.c
923
if (xs_scanf(XST_NIL, otherend_path, "feature-no-csum-offload", NULL,
sys/dev/xen/netfront/netfront.c
1926
xs_rm(XST_NIL, xenbus_get_node(dev), "feature-gso-tcpv4");
sys/dev/xen/netfront/netfront.c
1927
xs_rm(XST_NIL, xenbus_get_node(dev), "feature-no-csum-offload");
sys/dev/xen/netfront/netfront.c
2006
error = xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
sys/dev/xen/netfront/netfront.c
2074
if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
sys/dev/xen/netfront/netfront.c
2084
if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
sys/dev/xen/netfront/netfront.c
2098
if (xs_scanf(XST_NIL, xenbus_get_otherend_path(np->xbdev),
sys/dev/xen/netfront/netfront.c
389
error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr);
sys/dev/xen/netfront/netfront.c
407
error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr);
sys/dev/xen/netfront/netfront.c
591
err = xs_scanf(XST_NIL, xenbus_get_otherend_path(info->xbdev),
sys/dev/xen/xenstore/xenstore.c
1466
error = xs_single(XST_NIL, XS_TRANSACTION_START, "", NULL,
sys/dev/xen/xenstore/xenstore.c
915
return (xs_talkv(XST_NIL, XS_WATCH, iov, 2, NULL, NULL));
sys/dev/xen/xenstore/xenstore.c
937
return (xs_talkv(XST_NIL, XS_UNWATCH, iov, 2, NULL, NULL));
sys/xen/xenbus/xenbus.c
125
if (xs_write(XST_NIL, path_buffer, "error", printf_buffer) != 0) {
sys/xen/xenbus/xenbus.c
187
error = xs_gather(XST_NIL, path, "state", "%d", &result, NULL);
sys/xen/xenbus/xenbus.c
202
error = xs_gather(XST_NIL, path, "online", "%d", &value, NULL);
sys/xen/xenbus/xenbusb.c
254
if (xs_exists(XST_NIL, xenbus_get_node(child), "state") == 0) {
sys/xen/xenbus/xenbusb.c
286
error = xs_directory(XST_NIL, xbs->xbs_node, "", &type_count, &types);
sys/xen/xenbus/xenbusb.c
651
if (xs_exists(XST_NIL, devpath, "") != 0) {
sys/xen/xenbus/xenbusb_back.c
138
error = xs_directory(XST_NIL, xbs->xbs_node, type, &vm_count, &vms);
sys/xen/xenbus/xenbusb_back.c
151
error = xs_directory(XST_NIL, xbs->xbs_node, sbuf_data(vm_path),
sys/xen/xenbus/xenbusb_back.c
200
error = xs_gather(XST_NIL, ivars->xd_node,
sys/xen/xenbus/xenbusb_back.c
279
xs_rm(XST_NIL, xenbus_get_node(child), "hotplug-status");
sys/xen/xenbus/xenbusb_front.c
112
error = xs_directory(XST_NIL, xbs->xbs_node, type, &count, &dir);
sys/xen/xenbus/xenbusb_front.c
148
error = xs_gather(XST_NIL, ivars->xd_node,