/third_party/alsa-utils/alsamixer/ |
D | mainloop.c | 106 if (pollfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in mainloop() 114 if (revents & (POLLERR | POLLNVAL)) in mainloop()
|
/third_party/NuttX/fs/vfs/ |
D | fs_select.c | 47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR) 48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
|
D | fs_poll.c | 295 wait->key = p_fds->events | POLLERR | POLLHUP; in query_fds() 304 p_fds->revents = (p_fds->events | POLLERR | POLLHUP) & (pollevent_t)ret; in query_fds()
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | winsock_c.rs | 37 pub(crate) const POLLERR: i16 = WinSock::POLLERR as _; constant
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-freertos.h | 55 #define POLLERR 0x0008 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll.h | 39 #define POLLERR 0x008 /* Error condition. */ macro
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 273 pfds->events = POLLOUT|POLLERR|POLLNVAL; in snd_hwdep_poll_descriptors() 276 pfds->events = POLLIN|POLLERR|POLLNVAL; in snd_hwdep_poll_descriptors() 279 pfds->events = POLLOUT|POLLIN|POLLERR|POLLNVAL; in snd_hwdep_poll_descriptors()
|
/third_party/NuttX/drivers/pipes/ |
D | pipe_common.c | 99 if (eventset & POLLERR) in pipecommon_pollnotify() 339 pipecommon_pollnotify(dev, POLLERR); in pipecommon_close() 758 eventset |= POLLERR; in pipecommon_poll()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/ndk_musl_include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/libc-test/src/api/ |
D | poll.c | 21 C(POLLERR) in f()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 15 #define POLLERR 0x008 macro
|
/third_party/ffmpeg/libavformat/ |
D | os_support.c | 261 if (fds[i].events & POLLERR) in ff_poll() 292 fds[i].revents |= POLLERR; in ff_poll()
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 42 pub const POLLERR: ::c_short = 0x8; constant
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 40 pub const POLLERR: ::c_short = 0x8; constant
|
/third_party/libuv/src/unix/ |
D | epoll.c | 345 pe->events &= w->pevents | POLLERR | POLLHUP; in uv__io_poll() 362 if (pe->events == POLLERR || pe->events == POLLHUP) in uv__io_poll()
|
/third_party/alsa-lib/src/timer/ |
D | timer.c | 365 pfds->events = POLLOUT|POLLERR|POLLNVAL; in snd_timer_poll_descriptors() 368 pfds->events = POLLIN|POLLERR|POLLNVAL; in snd_timer_poll_descriptors() 371 pfds->events = POLLOUT|POLLIN|POLLERR|POLLNVAL; in snd_timer_poll_descriptors()
|
/third_party/libdrm/ |
D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | poll_fd.rs | 24 const ERR = linux_raw_sys::general::POLLERR as u16;
|
/third_party/mesa3d/src/util/ |
D | libsync.h | 116 if (fds.revents & (POLLERR | POLLNVAL)) {
|