Searched refs:xs_talkv (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 315 static void *xs_talkv(struct xenbus_transaction t, in xs_talkv() function 378 return xs_talkv(t, type, &iovec, 1, len); in xs_single() 509 ret = xs_error(xs_talkv(t, XS_WRITE, iovec, ARRAY_SIZE(iovec), NULL)); in xenbus_write() 681 return xs_error(xs_talkv(XBT_NIL, XS_WATCH, iov, in xs_watch() 694 return xs_error(xs_talkv(XBT_NIL, XS_UNWATCH, iov, in xs_unwatch()
|