Home | History | Annotate | Download | only in qemu

Lines Matching refs:CharDriverState

72     CharDriverState       cs[1];
81 charpipehalf_close( CharDriverState* cs )
96 charpipehalf_write( CharDriverState* cs, const uint8_t* buf, int len )
206 CharDriverState* cs = ph->cs;
232 qemu_chr_open_charpipe( CharDriverState* *pfirst, CharDriverState* *psecond )
257 ** the data that is sent to a given endpoint CharDriverState
266 CharDriverState cs[1];
269 CharDriverState* endpoint; /* NULL if closed */
275 charbuffer_close( CharDriverState* cs )
294 charbuffer_write( CharDriverState* cs, const uint8_t* buf, int len )
297 CharDriverState* peer = cbuf->endpoint;
348 CharDriverState* peer = cbuf->endpoint;
387 charbuffer_update_handlers( CharDriverState* cs )
400 charbuffer_init( CharBuffer* cbuf, CharDriverState* endpoint )
402 CharDriverState* cs = cbuf->cs;
420 CharDriverState*
421 qemu_chr_open_buffer( CharDriverState* endpoint )