Home
last modified time | relevance | path

Searched defs:ChardevClass (Results 1 – 1 of 1) sorted by relevance

/qemu/include/chardev/
A Dchar.h252 struct ChardevClass { struct
253 ObjectClass parent_class;
256 bool supports_yank;
278 void (*chr_update_read_handler)(Chardev *s);
281 int (*chr_ioctl)(Chardev *s, int cmd, void *arg);
284 int (*get_msgfds)(Chardev *s, int* fds, int num);
287 int (*set_msgfds)(Chardev *s, int *fds, int num);
290 int (*chr_add_client)(Chardev *chr, int fd);
296 void (*chr_disconnect)(Chardev *chr);
299 void (*chr_accept_input)(Chardev *chr);
[all …]

Completed in 4 milliseconds