Searched refs:libxenvchan_write (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libvchan/ |
A D | libxenvchan.h | 155 int libxenvchan_write(struct libxenvchan *ctrl, const void *data, size_t size);
|
A D | node.c | 45 ret = libxenvchan_write(ctrl, buf + written, size - written); in libxenvchan_write_all()
|
A D | node-select.c | 61 ret = libxenvchan_write(ctrl, inbuf, insiz); in vchan_wr()
|
A D | io.c | 252 int libxenvchan_write(struct libxenvchan *ctrl, const void *data, size_t size) in libxenvchan_write() function
|
A D | vchan-socket-proxy.c | 103 ret = libxenvchan_write(ctrl, inbuf, insiz); in vchan_wr()
|
Completed in 5 milliseconds