Searched refs:xs_talkv (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 291 xs_talkv(xenbus_transaction_t t, in xs_talkv() function 369 return (xs_talkv(t, type, &iovec, 1, ret, len)); in xs_single() 541 ret = xs_talkv(t, XS_WRITE, iovec, 2, NULL, NULL); in xenbus_write() 713 return (xs_talkv(XBT_NULL, XS_WATCH, iov, 2, NULL, NULL)); in xs_watch() 726 return (xs_talkv(XBT_NULL, XS_UNWATCH, iov, 2, NULL, NULL)); in xs_unwatch()
|