Home
last modified time | relevance | path

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

/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dfdmon-epoll.c25 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
27 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
29 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
30 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
H A Dfdmon-io_uring.c60 static inline int poll_events_from_pfd(int pfd_events) in poll_events_from_pfd() argument
62 return (pfd_events & G_IO_IN ? POLLIN : 0) | in poll_events_from_pfd()
63 (pfd_events & G_IO_OUT ? POLLOUT : 0) | in poll_events_from_pfd()
64 (pfd_events & G_IO_HUP ? POLLHUP : 0) | in poll_events_from_pfd()
65 (pfd_events & G_IO_ERR ? POLLERR : 0); in poll_events_from_pfd()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Daio-posix.c55 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
57 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
58 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
59 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
60 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Daio-posix.c56 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
58 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
59 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
60 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
61 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Daio-posix.c55 static inline int epoll_events_from_pfd(int pfd_events) in epoll_events_from_pfd() argument
57 return (pfd_events & G_IO_IN ? EPOLLIN : 0) | in epoll_events_from_pfd()
58 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
59 (pfd_events & G_IO_HUP ? EPOLLHUP : 0) | in epoll_events_from_pfd()
60 (pfd_events & G_IO_ERR ? EPOLLERR : 0); in epoll_events_from_pfd()