Home
last modified time | relevance | path

Searched refs:NetCharDriver (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dqemu-char.c1873 } NetCharDriver; typedef
1877 NetCharDriver *s = chr->opaque; in udp_chr_write()
1885 NetCharDriver *s = chr->opaque; in udp_chr_read_poll()
1903 NetCharDriver *s = chr->opaque; in udp_chr_read()
1922 NetCharDriver *s = chr->opaque; in udp_chr_update_read_handler()
1932 NetCharDriver *s = chr->opaque; in udp_chr_close()
1943 NetCharDriver *s = NULL; in qemu_chr_open_udp()
1947 s = g_malloc0(sizeof(NetCharDriver)); in qemu_chr_open_udp()