Searched refs:xenbus_device (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h79 struct xenbus_device *dev;
92 struct xenbus_device { struct
101 void (*otherend_changed)(struct xenbus_device *, XenbusState);
165 extern int xenbus_watch_path(struct xenbus_device *dev, const char *path,
180 extern int xenbus_watch_path2(struct xenbus_device *dev, const char *path,
193 extern int xenbus_switch_state(struct xenbus_device *dev,
203 extern int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);
207 * Allocate an event channel for the given xenbus_device, assigning the newly
212 extern int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
226 extern void xenbus_dev_error(struct xenbus_device *de
[all...]
H A Dxendev.h161 struct xenbus_device xd_xsdev;
204 struct xenbus_device *xvdi_get_xsd(dev_info_t *);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c65 read_otherend_details(struct xenbus_device *xendev,
91 read_backend_details(struct xenbus_device *xendev)
98 read_frontend_details(struct xenbus_device *xendev)
105 free_otherend_details(struct xenbus_device *dev)
115 free_otherend_watch(struct xenbus_device *dev)
130 struct xenbus_device *dev = watch->dev;
157 talk_to_otherend(struct xenbus_device *dev)
H A Dxenbus_client.c72 xenbus_watch_path(struct xenbus_device *dev, const char *path,
95 xenbus_watch_path2(struct xenbus_device *dev, const char *path,
126 xenbus_switch_state(struct xenbus_device *dev, xenbus_transaction_t xbt,
157 error_path(struct xenbus_device *dev)
171 common_dev_error(struct xenbus_device *dev, int err, const char *fmt,
211 xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...)
222 xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...)
235 xenbus_dev_ok(struct xenbus_device *dev)
247 xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn)
257 xenbus_alloc_evtchn(struct xenbus_device *de
[all...]
H A Dxnf.c480 struct xenbus_device *xsd;
646 struct xenbus_device *xsd;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c105 static void i_xvdi_oestate_cb(struct xenbus_device *, XenbusState);
1045 struct xenbus_device *
1298 xxw_new->xxw_watch.dev = (struct xenbus_device *)dip;
1431 struct xenbus_device *dev;
1507 pdp->xd_hp_watch.dev = (struct xenbus_device *)dip; /* yuck! */
1635 pdp->xd_bepath_watch.dev = (struct xenbus_device *)dip;
2269 i_xvdi_oestate_cb(struct xenbus_device *dev, XenbusState oestate)

Completed in 108 milliseconds