xenbus_device
xenbus_switch_state(struct xenbus_device *dev, xenbus_transaction_t xbt,
error_path(struct xenbus_device *dev)
common_dev_error(struct xenbus_device *dev, int err, const char *fmt,
xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...)
xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...)
xenbus_dev_ok(struct xenbus_device *dev)
xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn)
xenbus_alloc_evtchn(struct xenbus_device *dev, int *port)
xenbus_watch_path(struct xenbus_device *dev, const char *path,
xenbus_watch_path2(struct xenbus_device *dev, const char *path,
free_otherend_details(struct xenbus_device *dev)
free_otherend_watch(struct xenbus_device *dev)
struct xenbus_device *dev = watch->dev;
talk_to_otherend(struct xenbus_device *dev)
read_otherend_details(struct xenbus_device *xendev,
read_backend_details(struct xenbus_device *xendev)
read_frontend_details(struct xenbus_device *xendev)
struct xenbus_device *xsd;
struct xenbus_device *xsd;
struct xenbus_device *
static void i_xvdi_oestate_cb(struct xenbus_device *, XenbusState);
xxw_new->xxw_watch.dev = (struct xenbus_device *)dip;
struct xenbus_device *dev;
pdp->xd_hp_watch.dev = (struct xenbus_device *)dip; /* yuck! */
pdp->xd_bepath_watch.dev = (struct xenbus_device *)dip;
i_xvdi_oestate_cb(struct xenbus_device *dev, XenbusState oestate)
void (*otherend_changed)(struct xenbus_device *, XenbusState);
extern int xenbus_watch_path(struct xenbus_device *dev, const char *path,
extern int xenbus_watch_path2(struct xenbus_device *dev, const char *path,
extern int xenbus_switch_state(struct xenbus_device *dev,
extern int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);
extern int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
extern void xenbus_dev_error(struct xenbus_device *dev, int err,
extern void xenbus_dev_fatal(struct xenbus_device *dev,
extern void xenbus_dev_ok(struct xenbus_device *dev);
extern int talk_to_otherend(struct xenbus_device *dev);
struct xenbus_device *dev;
struct xenbus_device xd_xsdev;
struct xenbus_device *xvdi_get_xsd(dev_info_t *);