Lines Matching defs:vec
125 * \param vec An array of pointers to NUL terminated strings containing
128 * \param vec_size The number of elements in vec.
131 xenbusb_otherend_watch_cb(struct xs_watch *watch, const char **vec,
144 path = vec[XS_WATCH_PATH];
162 * \param vec An array of pointers to NUL terminated strings containing
165 * \param vec_size The number of elements in vec.
169 xenbusb_local_watch_cb(struct xs_watch *watch, const char **vec,
181 path = vec[XS_WATCH_PATH];
548 * \param vec The XenStore watch event data.
552 xenbusb_devices_changed(struct xs_watch *watch, const char **vec,
572 node = strdup(vec[XS_WATCH_PATH], M_XENBUS);