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

/external/qemu/
H A Dqemu-char-android.c2142 CharDriverState *qemu_chr_open(const char *label, const char *filename, void (*init)(struct CharDriverState *s)) function
2166 chr = qemu_chr_open(label, p, NULL);
H A Dqemu-char.c2133 CharDriverState *qemu_chr_open(const char *label, const char *filename, void (*init)(struct CharDriverState *s)) function
2157 chr = qemu_chr_open(label, p, NULL);

Completed in 18 milliseconds