Home
last modified time | relevance | path

Searched refs:chr_ioctl (Results 1 – 25 of 57) sorted by relevance

123

/dports/emulators/qemu/qemu-6.2.0/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl;
283 cc->chr_ioctl = pp_ioctl;
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in fd_source_check()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg);
/dports/emulators/qemu42/qemu-4.2.1/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu60/qemu-6.0.0/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/chardev/
H A Dchar-parallel.c279 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
282 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu5/qemu-5.2.0/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu-utils/qemu-4.2.1/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/chardev/
H A Dchar-parallel.c280 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
283 cc->chr_ioctl = pp_ioctl; in char_parallel_class_init()
H A Dchar-fe.c104 if (!s || !CHARDEV_GET_CLASS(s)->chr_ioctl || qemu_chr_replay(s)) { in qemu_chr_fe_ioctl()
107 res = CHARDEV_GET_CLASS(s)->chr_ioctl(s, cmd, arg); in qemu_chr_fe_ioctl()
/dports/emulators/qemu/qemu-6.2.0/include/chardev/
H A Dchar.h281 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu60/qemu-6.0.0/include/chardev/
H A Dchar.h266 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/chardev/
H A Dchar.h257 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu5/qemu-5.2.0/include/chardev/
H A Dchar.h263 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/chardev/
H A Dchar.h281 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu42/qemu-4.2.1/include/chardev/
H A Dchar.h267 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member
/dports/emulators/qemu-utils/qemu-4.2.1/include/chardev/
H A Dchar.h267 int (*chr_ioctl)(Chardev *s, int cmd, void *arg); member

123