Home | History | Annotate | Download | only in goldfish

Lines Matching full:guest

21  * A goldfish pipe is a very fast communication channel between the guest
24 * To open a new pipe to the emulator, a guest client will do the following:
71 /* Called when the guest kernel has finally closed a pipe connection.
78 /* Called when the guest is write()-ing to the pipe. Should return the
85 /* Same as sendBuffers when the guest is read()-ing from the pipe. */
88 /* Called when guest wants to poll the read/write status for the pipe.
93 /* Called to signal that the guest wants to be woken when the set of
102 * force-close so the next operation the guest performs on it will return
128 /* This tells the guest system that we want to close the pipe and that
132 * This will also wake-up any blocked guest threads waiting for i/o.
167 #define PIPE_CMD_CLOSE 2 /* close channel (from guest) */