Home | History | Annotate | Download | only in driver

Lines Matching refs:OutWrite

140         OutWrite(comment,  strlen (comment), NO_ASYNC);
146 OutWrite("\n\t", 2, NO_ASYNC);
147 OutWrite(completion_str, strlen (completion_str), NO_ASYNC);
149 OutWrite ("\n", 1, NO_ASYNC);
164 OutWrite("\n\t", 2, NO_ASYNC);
165 OutWrite(completion_str, strlen (completion_str), NO_ASYNC);
170 OutWrite("\n", 1, NO_ASYNC);
174 OutWrite("\nMore (Y/n/a): ", strlen ("\nMore (Y/n/a): "), NO_ASYNC);
241 // Set up mutex to make sure OutErr, OutWrite and RefreshPrompt do not interfere
316 io_channel->OutWrite (io_channel->m_prompt_str.c_str(),
328 io_channel->OutWrite (bytes, src_len, NO_ASYNC);
550 IOChannel::OutWrite (const char *buffer, size_t len, bool asynchronous)
564 // Use the mutex to make sure OutWrite and ErrWrite do not interfere with each other's output.
579 // Use the mutex to make sure OutWrite and ErrWrite do not interfere with each other's output.