Searched refs:xd_hp_watch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxendev.h162 struct xenbus_watch xd_hp_watch; member in struct:xendev_ppd
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1150 (xenbus_read(XBT_NULL, pdp->xd_hp_watch.node, "",
1493 if (pdp->xd_hp_watch.node == NULL) {
1505 pdp->xd_hp_watch.node = path;
1506 pdp->xd_hp_watch.callback = i_xvdi_hpstate_cb;
1507 pdp->xd_hp_watch.dev = (struct xenbus_device *)dip; /* yuck! */
1508 if (register_xenbus_watch(&pdp->xd_hp_watch) != 0) {
1528 if (pdp->xd_hp_watch.node != NULL) {
1530 unregister_xenbus_watch(&pdp->xd_hp_watch);
1543 if (pdp->xd_hp_watch.node != NULL) {
1544 kmem_free((void *)pdp->xd_hp_watch
[all...]

Completed in 68 milliseconds