Home | History | Annotate | Download | only in hw

Lines Matching full:when

45  * 2/ When a client connects to the service, the 'init' callback will be called
66 * to goldfish_pipe_add_type() when registering a given pipe service.
70 /* Called when the guest kernel has finally closed a pipe connection.
77 /* Called when the guest is write()-ing to the pipe. Should return the
84 /* Same as sendBuffers when the guest is read()-ing from the pipe. */
87 /* Called when guest wants to poll the read/write status for the pipe.
92 /* Called to signal that the guest wants to be woken when the set of
93 * PIPE_WAKE_XXX bit-flags in 'flags' occur. When the condition occurs,
98 /* Called to save the pipe's state to a QEMUFile, i.e. when saving
100 * In this case, when the pipe is loaded, the emulator will automatically
121 * to 'init() when a new pipe is connected to.
174 #define PIPE_CMD_WAKE_ON_WRITE 5 /* tell the emulator to wake us when writing is possible */
182 #define PIPE_CMD_WAKE_ON_READ 7 /* tell the emulator to wake us when reading is possible */