Searched refs:XS_WATCH_PATH (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xenbus_probe.c | 138 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 D | xenbus_xs.c | 953 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()
|
/titanic_50/usr/src/uts/common/xen/public/io/ |
H A D | xs_wire.h | 98 XS_WATCH_PATH = 0, enumerator
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 1185 ASSERT(len > XS_WATCH_PATH); in i_xvdi_bepath_cb() 1186 ASSERT(vec[XS_WATCH_PATH] != NULL); in i_xvdi_bepath_cb() 1192 if ((xenbus_read(XBT_NULL, "", vec[XS_WATCH_PATH], (void *)be, &bel) in i_xvdi_bepath_cb() 1248 ASSERT(len > XS_WATCH_PATH); in i_xvdi_xb_watch_cb() 1249 ASSERT(vec[XS_WATCH_PATH] != NULL); in i_xvdi_xb_watch_cb() 1762 path = i_ddi_strdup((char *)vec[XS_WATCH_PATH], KM_SLEEP); in i_xvdi_probe_path_cb()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 941 const char *path = vec[XS_WATCH_PATH]; in vcpu_config_event()
|