HomeSort by relevance Sort by last modified time
    Searched refs:qemu_chr_can_read (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qemu-char.h 99 int qemu_chr_can_read(CharDriverState *s);
charpipe.c 112 size = qemu_chr_can_read( peer->cs );
182 int size2 = qemu_chr_can_read(peer->cs);
qemu-char.c 184 int qemu_chr_can_read(CharDriverState *s) function
619 s->max_size = qemu_chr_can_read(chr);
759 if (term_fifo_size != 0 && qemu_chr_can_read(chr) > 0) {
784 if (qemu_chr_can_read(chr) > 0) {
945 s->read_bytes = qemu_chr_can_read(chr);
    [all...]
console.c     [all...]

Completed in 147 milliseconds