Searched refs:qemu_pipe (Results 1 – 6 of 6) sorted by relevance
13 1/ Open the /dev/qemu_pipe device for read+write22 fd = open("/dev/qemu_pipe", O_RDWR);49 drivers/misc/qemupipe/qemu_pipe.c contains the driver source code50 that will be accessible as /dev/qemu_pipe within the guest.67 Each opened file descriptor to /dev/qemu_pipe in the guest corresponds to a76 Used by the driver to indicate that the guest just opened /dev/qemu_pipe
178 emulator <-+--> /dev/qemu_pipe/qemud:srv1 <---> client1180 +--> /dev/qemu_pipe/qemud:srv2 <---> client2183 handle to /dev/qemu_pipe (a "pipe"), so there is no need for multiplexing the
94 int qemu_pipe(int pipefd[2]) in qemu_pipe() function
367 return qemu_pipe(fds); in qemu_eventfd()
227 int qemu_pipe(int pipefd[2]);
639 if (qemu_pipe(fds) == -1) { in paio_init()