Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/alsa-utils/alsamixer/
Dmainloop.c106 if (pollfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in mainloop()
114 if (revents & (POLLERR | POLLNVAL)) in mainloop()
/third_party/NuttX/fs/vfs/
Dfs_select.c47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR)
48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
Dfs_poll.c295 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/
Dwinsock_c.rs37 pub(crate) const POLLERR: i16 = WinSock::POLLERR as _; constant
/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h55 #define POLLERR 0x0008 macro
/third_party/pulseaudio/src/pulsecore/
Dpoll.h39 #define POLLERR 0x008 /* Error condition. */ macro
/third_party/alsa-lib/src/hwdep/
Dhwdep.c273 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/
Dpipe_common.c99 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/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/ndk_musl_include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/libc-test/src/api/
Dpoll.c21 C(POLLERR) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h15 #define POLLERR 0x008 macro
/third_party/ffmpeg/libavformat/
Dos_support.c261 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/
Dmod.rs42 pub const POLLERR: ::c_short = 0x8; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs40 pub const POLLERR: ::c_short = 0x8; constant
/third_party/libuv/src/unix/
Depoll.c345 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/
Dtimer.c365 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/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dpoll_fd.rs24 const ERR = linux_raw_sys::general::POLLERR as u16;
/third_party/mesa3d/src/util/
Dlibsync.h116 if (fds.revents & (POLLERR | POLLNVAL)) {

12345