Home
last modified time | relevance | path

Searched refs:libxenvchan_read (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libvchan/
A Dlibxenvchan.h138 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size);
A Dnode.c84 size = libxenvchan_read(ctrl, buf, size); in reader()
A Dnode-select.c170 ret = libxenvchan_read(ctrl, outbuf + outsiz, BUFSIZE - outsiz); in main()
A Dvchan-socket-proxy.c282 if (libxenvchan_read(ctrl, inbuf, BUFSIZE) == -1) { in discard_buffers()
365 ret = libxenvchan_read(state->ctrl, outbuf + outsiz, in data_loop()
A Dio.c328 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_read() function

Completed in 7 milliseconds