Searched refs:xenbus_watch_pathfmt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/xen/ |
H A D | xenbus.h | 216 int xenbus_watch_pathfmt(struct xenbus_device *dev, struct xenbus_watch *watch,
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 170 int xenbus_watch_pathfmt(struct xenbus_device *dev, in xenbus_watch_pathfmt() function 196 EXPORT_SYMBOL_GPL(xenbus_watch_pathfmt);
|
H A D | xenbus_probe.c | 143 return xenbus_watch_pathfmt(dev, &dev->otherend_watch, in watch_otherend()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | xenbus.c | 826 err = xenbus_watch_pathfmt(dev, &be->hotplug_status_watch, NULL, in connect()
|
/openbmc/linux/drivers/block/xen-blkback/ |
H A D | xenbus.c | 670 err = xenbus_watch_pathfmt(dev, &be->backend_watch, NULL, in xen_blkbk_probe()
|