Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1158 (xenbus_read(XBT_NULL, pdp->xd_hp_watch.node, "", in i_xvdi_hpstate_handler()
1501 if (pdp->xd_hp_watch.node == NULL) { in i_xvdi_add_watch_hpstate()
1513 pdp->xd_hp_watch.node = path; in i_xvdi_add_watch_hpstate()
1514 pdp->xd_hp_watch.callback = i_xvdi_hpstate_cb; in i_xvdi_add_watch_hpstate()
1536 if (pdp->xd_hp_watch.node != NULL) { in i_xvdi_rem_watch_hpstate()
1538 unregister_xenbus_watch(&pdp->xd_hp_watch); in i_xvdi_rem_watch_hpstate()
1551 if (pdp->xd_hp_watch.node != NULL) { in i_xvdi_rem_watch_hpstate()
1552 kmem_free((void *)pdp->xd_hp_watch.node, in i_xvdi_rem_watch_hpstate()
1553 strlen(pdp->xd_hp_watch.node) + 1); in i_xvdi_rem_watch_hpstate()
1554 pdp->xd_hp_watch.node = NULL; in i_xvdi_rem_watch_hpstate()
[all …]
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxendev.h162 struct xenbus_watch xd_hp_watch; member