Home
last modified time | relevance | path

Searched refs:xenbus_exists (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/xen/
Dxenbus.h143 int xenbus_exists(struct xenbus_transaction t,
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_backend.c83 if (!err && !xenbus_exists(XBT_NIL, frontend, "")) in backend_bus_id()
Dxenbus_probe.c159 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
558 exists = xenbus_exists(XBT_NIL, node, ""); in xenbus_dev_changed()
Dxenbus_xs.c410 int xenbus_exists(struct xenbus_transaction t, in xenbus_exists() function
422 EXPORT_SYMBOL_GPL(xenbus_exists);
/linux-4.4.14/drivers/net/
Dxen-netfront.c1872 if (xenbus_exists(XBT_NIL, in talk_to_netback()