Home
last modified time | relevance | path

Searched refs:XS_WATCH_PATH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c138 strncmp(dev->otherend, vec[XS_WATCH_PATH], strlen(dev->otherend))) { in otherend_changed()
140 printf("Ignoring watch at %s", vec[XS_WATCH_PATH]); in otherend_changed()
149 state, dev->otherend_watch.node, vec[XS_WATCH_PATH]); in otherend_changed()
H A Dxenbus_xs.c953 const char *, msg->un.watch.vec[XS_WATCH_PATH]); in xenwatch_thread()
1008 const char *, msg->un.watch.vec[XS_WATCH_PATH]); in process_msg()
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h98 XS_WATCH_PATH = 0, enumerator
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1193 ASSERT(len > XS_WATCH_PATH); in i_xvdi_bepath_cb()
1194 ASSERT(vec[XS_WATCH_PATH] != NULL); in i_xvdi_bepath_cb()
1200 if ((xenbus_read(XBT_NULL, "", vec[XS_WATCH_PATH], (void *)be, &bel) in i_xvdi_bepath_cb()
1256 ASSERT(len > XS_WATCH_PATH); in i_xvdi_xb_watch_cb()
1257 ASSERT(vec[XS_WATCH_PATH] != NULL); in i_xvdi_xb_watch_cb()
1770 path = i_ddi_strdup((char *)vec[XS_WATCH_PATH], KM_SLEEP); in i_xvdi_probe_path_cb()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c912 const char *path = vec[XS_WATCH_PATH]; in vcpu_config_event()