Searched refs:XBT_NULL (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c230 (void) xenbus_switch_state(dev, XBT_NULL, XenbusStateClosing);
273 int err = xenbus_gather(XBT_NULL, path, "state", "%d", &result, NULL);
H A Dxenbus_probe.c68 int err = xenbus_gather(XBT_NULL, xendev->nodename,
H A Dblk_common.c222 (void) xvdi_switch_state(ring->ri_dip, XBT_NULL, XenbusStateInitWait);
384 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateClosing);
538 e = xvdi_switch_state(dip, XBT_NULL, XenbusStateInitialised);
629 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateClosed);
645 (void) xvdi_switch_state(ring->ri_dip, XBT_NULL, XenbusStateClosing);
678 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateClosed);
708 e = xenbus_gather(XBT_NULL, oename, "ring-ref", "%lu", &gref,
716 e = xenbus_gather(XBT_NULL, oename, "protocol", "%63s",
H A Dxnb.c479 if (xenbus_printf(XBT_NULL, xsname,
484 if (xenbus_printf(XBT_NULL, xsname,
493 if (xenbus_printf(XBT_NULL, xsname,
497 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateInitWait);
1633 if (xenbus_scanf(XBT_NULL, xsname,
1662 if (xenbus_gather(XBT_NULL, oename,
1677 if (xenbus_scanf(XBT_NULL, oename,
1686 if (xenbus_scanf(XBT_NULL, oename,
1736 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateConnected);
1742 (void) xvdi_switch_state(dip, XBT_NULL,
[all...]
H A Dxnbo.c465 if (xenbus_scanf(XBT_NULL, oename,
497 if (xenbus_scanf(XBT_NULL, xsname,
504 if (xenbus_scanf(XBT_NULL, xsname,
509 if (xenbus_scanf(XBT_NULL, xsname,
H A Dxenbus_xs.c453 if (xenbus_read(XBT_NULL, dir, node, &p, &n) != 0)
467 d = xenbus_directory(XBT_NULL, dir, node, &dir_n);
505 if ((err = xenbus_read(XBT_NULL, dir, node, (void **)&str, &n)) != 0)
586 err = xs_single(XBT_NULL, XS_TRANSACTION_START, "", &id_str, &len);
713 return (xs_talkv(XBT_NULL, XS_WATCH, iov, 2, NULL, NULL));
726 return (xs_talkv(XBT_NULL, XS_UNWATCH, iov, 2, NULL, NULL));
H A Dxdb.c745 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateInitialised);
754 err = xenbus_gather(XBT_NULL, oename,
768 err = xenbus_gather(XBT_NULL, oename,
1021 (void) xenbus_printf(XBT_NULL, oename,
1048 if (xenbus_printf(XBT_NULL, xsname, XBP_MEDIA_REQ_SUP, "%d", 1) != 0)
1155 (void) xenbus_printf(XBT_NULL, xsname, "node", "%s", path);
1625 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateClosing);
1632 (void) xvdi_switch_state(dip, XBT_NULL, new_state);
1733 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateInitWait);
H A Dxpvd.c282 if (xenbus_printf(XBT_NULL, "guest/xpvd", "version", "%d",
335 if ((xenbus_read(XBT_NULL, pdp->xd_xsdev.nodename, name, &prop_str,
341 (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, name, &prop_str,
H A Dxnf.c741 err = xenbus_scanf(XBT_NULL, oename, "mac",
760 err = xenbus_scanf(XBT_NULL, oename,
771 err = xenbus_scanf(XBT_NULL, oename,
856 if (xenbus_printf(XBT_NULL, "guest/xnf", "version", "%d",
2699 XBT_NULL, XenbusStateClosed);
H A Dxdf.c1218 if (xenbus_printf(XBT_NULL, xsname, XBP_MEDIA_REQ, "%s", req) != 0)
1496 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateClosed);
1536 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateInitialising);
1796 if (xenbus_gather(XBT_NULL, oename,
1893 (void) xvdi_switch_state(dip, XBT_NULL, XenbusStateConnected);
3362 if (xenbus_printf(XBT_NULL, "guest/xdf", "version", "%d",
3382 (void) xvdi_switch_state(vdp->xdf_dip, XBT_NULL, XenbusStateClosed);
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h67 #define XBT_NULL 0 macro
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c339 if (xenbus_read(XBT_NULL, xsname, "mac", (void *)&prop_str,
351 if (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, "dev",
379 (void) xvdi_switch_state(dip, XBT_NULL,
789 (xenbus_read(XBT_NULL, xsname, "type", (void *)&type, &tlen)
1119 (void) xvdi_switch_state(dip, XBT_NULL,
1122 (void) xvdi_switch_state(dip, XBT_NULL,
1150 (xenbus_read(XBT_NULL, pdp->xd_hp_watch.node, "",
1192 if ((xenbus_read(XBT_NULL, "", vec[XS_WATCH_PATH], (void *)be, &bel)
1816 if ((domains = xenbus_directory(XBT_NULL, xdcp->xs_path_be, "",
1859 if ((devices = xenbus_directory(XBT_NULL, pat
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c745 if (xenbus_printf(XBT_NULL, "guest/xpv", "version", "%d",
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c919 if (xenbus_scanf(XBT_NULL, dir, "availability", "%s", state) == 0) {

Completed in 102 milliseconds