Searched refs:libxenvchan_read (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libvchan/ |
A D | libxenvchan.h | 138 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size);
|
A D | node.c | 84 size = libxenvchan_read(ctrl, buf, size); in reader()
|
A D | node-select.c | 170 ret = libxenvchan_read(ctrl, outbuf + outsiz, BUFSIZE - outsiz); in main()
|
A D | vchan-socket-proxy.c | 282 if (libxenvchan_read(ctrl, inbuf, BUFSIZE) == -1) { in discard_buffers() 365 ret = libxenvchan_read(state->ctrl, outbuf + outsiz, in data_loop()
|
A D | io.c | 328 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_read() function
|
Completed in 7 milliseconds