Home
last modified time | relevance | path

Searched refs:qemu_chr_fe_get_msgfds (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/chardev/
H A Dchar-fe.h251 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu42/qemu-4.2.1/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu60/qemu-6.0.0/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu-utils/qemu-4.2.1/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu5/qemu-5.2.0/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/chardev/
H A Dchar-fe.h271 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu/qemu-6.2.0/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in fd_source_dispatch()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len)
/dports/emulators/qemu42/qemu-4.2.1/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu5/qemu-5.2.0/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu60/qemu-6.0.0/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu-utils/qemu-4.2.1/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/chardev/
H A Dchar-fe.c117 int res = (qemu_chr_fe_get_msgfds(be, &fd, 1) == 1) ? fd : -1; in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() function
/dports/emulators/qemu/qemu-6.2.0/include/chardev/
H A Dchar-fe.h277 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/chardev/
H A Dchar-fe.h277 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int num);
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dvhost-user-test.c372 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
382 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
396 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dvhost-user-test.c372 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
382 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
396 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dvhost-user-test.c372 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
382 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
396 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Dvhost-user-test.c372 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
382 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
396 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dvhost-user-test.c381 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
391 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
405 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dvhost-user-test.c392 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds, in chr_read()
402 qemu_chr_fe_get_msgfds(chr, &fd, 1); in chr_read()
416 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1); in chr_read()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dvhost-user-test.c381 s->fds_num = qemu_chr_fe_get_msgfds(chr, s->fds,
391 qemu_chr_fe_get_msgfds(chr, &fd, 1);
405 qemu_chr_fe_get_msgfds(chr, &s->log_fd, 1);

12