Home
last modified time | relevance | path

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

/Documentation/lguest/
Dlguest.c1540 int workpipe[2]; member
1647 close(vblk->workpipe[1]); in io_thread()
1652 while (read(vblk->workpipe[0], &c, 1) == 1) { in io_thread()
1688 if (write(vblk->workpipe[1], &c, 1) != 1) in handle_virtblk_output()
1736 pipe(vblk->workpipe); in setup_block_file()
1748 close(vblk->workpipe[0]); in setup_block_file()