Searched refs:xenbus_exists (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/sound/xen/ |
D | xen_snd_front_cfg.c | 418 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.6.21/include/xen/ |
D | xenbus.h | 162 int xenbus_exists(struct xenbus_transaction t,
|
/linux-6.6.21/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 82 if (!err && !xenbus_exists(XBT_NIL, frontend, "")) in backend_bus_id()
|
D | xenbus_xs.c | 442 int xenbus_exists(struct xenbus_transaction t, in xenbus_exists() function 454 EXPORT_SYMBOL_GPL(xenbus_exists);
|
D | xenbus_probe.c | 160 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details() 633 exists = xenbus_exists(XBT_NIL, node, ""); in xenbus_dev_changed()
|
/linux-6.6.21/drivers/net/ |
D | xen-netfront.c | 2328 if (xenbus_exists(XBT_NIL, in talk_to_netback()
|