Lines Matching full:emulator
21 * system and the emulator program.
23 * To open a new pipe to the emulator, a guest client will do the following:
35 * emulator.
37 * This header provides the interface used by pipe services in the emulator
80 * emulator is not ready to receive data yet.
147 #define PIPE_CMD_WRITE_BUFFER 4 /* send a user buffer to the emulator */
148 #define PIPE_CMD_WAKE_ON_WRITE 5 /* tell the emulator to wake us when writing is possible */
155 #define PIPE_CMD_READ_BUFFER 6 /* receive a page-contained buffer from the emulator */
156 #define PIPE_CMD_WAKE_ON_READ 7 /* tell the emulator to wake us when reading is possible */
164 /* Bit-flags used to signal events from the emulator */
165 #define PIPE_WAKE_CLOSED (1 << 0) /* emulator closed pipe */