Searched refs:xenbus_read (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 453 if (xenbus_read(XBT_NULL, dir, node, &p, &n) != 0) in xenbus_exists() 482 xenbus_read(xenbus_transaction_t t, in xenbus_read() function 505 if ((err = xenbus_read(XBT_NULL, dir, node, (void **)&str, &n)) != 0) in xenbus_read_str() 635 ret = xenbus_read(t, dir, node, (void **)&val, &len); in xenbus_scanf() 688 ret = xenbus_read(t, dir, name, (void **)&p, &len); in xenbus_gather()
|
H A D | xpvd.c | 335 if ((xenbus_read(XBT_NULL, pdp->xd_xsdev.nodename, name, &prop_str, in xpvd_prop_op() 341 (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, name, &prop_str, in xpvd_prop_op()
|
H A D | blk_common.c | 573 e = xenbus_read(xbt, xsnode, "feature-barrier", (void **)&barrier, in blk_start_connect()
|
/titanic_41/usr/src/uts/common/xen/sys/ |
H A D | xenbus_impl.h | 119 extern int xenbus_read(xenbus_transaction_t t, const char *dir,
|
/titanic_41/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 339 if (xenbus_read(XBT_NULL, xsname, "mac", (void *)&prop_str, in xvdi_init_dev() 351 if (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, "dev", in xvdi_init_dev() 789 (xenbus_read(XBT_NULL, xsname, "type", (void *)&type, &tlen) in xvdi_create_dev() 1150 (xenbus_read(XBT_NULL, pdp->xd_hp_watch.node, "", in i_xvdi_hpstate_handler() 1192 if ((xenbus_read(XBT_NULL, "", vec[XS_WATCH_PATH], (void *)be, &bel) in i_xvdi_bepath_cb() 2316 (void) xenbus_read(XBT_NULL, pdp->xd_hp_watch.node, "", in i_xvdi_hpstate_cb()
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 620 if (xenbus_read(xbt, "control", "shutdown", (void *)&str, &slen)) { in xen_shutdown_handler()
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 820 if (xenbus_read(xbt, "control", "shutdown", (void *)&str, &slen)) { in xen_shutdown_handler()
|