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

  /external/qemu/hw/
msmouse.c 53 qemu_chr_read(chr, bytes, 4);
  /external/qemu/
qemu-char.h 100 void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len);
charpipe.c 121 qemu_chr_read( peer->cs, (uint8_t*)buf, size );
197 qemu_chr_read( peer->cs, base, avail );
qemu-char.c 191 void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len) function
643 qemu_chr_read(chr, buf, size);
760 qemu_chr_read(chr, term_fifo, 1);
785 qemu_chr_read(chr, buf, 1);
969 qemu_chr_read(chr, buf, size);
    [all...]
console.c     [all...]
gdbstub.c     [all...]

Completed in 88 milliseconds