Home
last modified time | relevance | path

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

/xen/tools/console/daemon/
A Dio.c249 size_t this_round; in write_all() local
252 this_round = sizeof(buf_replaced); in write_all()
254 this_round = len; in write_all()
255 do_replace_escape(buf, buf_replaced, this_round); in write_all()
256 ret = write(fd, buf_replaced, this_round); in write_all()

Completed in 7 milliseconds