Home
last modified time | relevance | path

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

/linux-6.1.9/sound/xen/ !
Dxen_snd_front_cfg.c418 if (!xenbus_exists(XBT_NIL, device_path, node)) in cfg_device()
487 if (!xenbus_exists(XBT_NIL, xb_dev->nodename, node)) in xen_snd_front_cfg_card()
/linux-6.1.9/include/xen/ !
Dxenbus.h165 int xenbus_exists(struct xenbus_transaction t,
/linux-6.1.9/drivers/xen/xenbus/ !
Dxenbus_probe_backend.c82 if (!err && !xenbus_exists(XBT_NIL, frontend, "")) in backend_bus_id()
Dxenbus_xs.c442 int xenbus_exists(struct xenbus_transaction t, in xenbus_exists() function
454 EXPORT_SYMBOL_GPL(xenbus_exists);
Dxenbus_probe.c160 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
633 exists = xenbus_exists(XBT_NIL, node, ""); in xenbus_dev_changed()
/linux-6.1.9/drivers/net/ !
Dxen-netfront.c2326 if (xenbus_exists(XBT_NIL, in talk_to_netback()