Searched defs:null_chr_write (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c247 static int null_chr_write(CharDriverState *chr, const uint8_t *buf, int len) function
257 chr->chr_write = null_chr_write;
1440 chr->chr_write = null_chr_write;
1501 chr->chr_write = null_chr_write;

Completed in 108 milliseconds