Home
last modified time | relevance | path

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

/external/qemu/docs/
DANDROID-QEMU-PIPE.TXT13 1/ Open the /dev/qemu_pipe device for read+write
22 fd = open("/dev/qemu_pipe", O_RDWR);
49 drivers/misc/qemupipe/qemu_pipe.c contains the driver source code
50 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 a
76 Used by the driver to indicate that the guest just opened /dev/qemu_pipe
DANDROID-QEMUD.TXT178 emulator <-+--> /dev/qemu_pipe/qemud:srv1 <---> client1
180 +--> /dev/qemu_pipe/qemud:srv2 <---> client2
183 handle to /dev/qemu_pipe (a "pipe"), so there is no need for multiplexing the
/external/qemu/
Doslib-posix.c94 int qemu_pipe(int pipefd[2]) in qemu_pipe() function
Dos-posix.c367 return qemu_pipe(fds); in qemu_eventfd()
Dqemu-common.h227 int qemu_pipe(int pipefd[2]);
Dposix-aio-compat.c639 if (qemu_pipe(fds) == -1) { in paio_init()