Home
last modified time | relevance | path

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

12345

/third_party/curl/lib/
H A Dselect.c236 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
243 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
252 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check()
330 if(ufds[i].revents & POLLERR) in Curl_poll()
H A Dselect.h46 #define POLLERR 0x08 macro
/third_party/alsa-utils/alsamixer/
H A Dmainloop.c109 if (pollfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in mainloop()
117 if (revents & (POLLERR | POLLNVAL)) in mainloop()
/third_party/NuttX/fs/vfs/
H A Dfs_select.c47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR)
48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
H A 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/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c32 * - POLLERR event occurs in poll() for the eventfd
130 TST_EXP_EQ_LI(pollfd.revents & POLLERR, POLLERR); in test_poll()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-freertos.h55 #define POLLERR 0x0008 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/libc-test/src/api/
H A Dpoll.c21 C(POLLERR) in f()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll.h41 #define POLLERR 0x008 /* Error condition. */ macro
/third_party/ffmpeg/libavformat/
H A Dos_support.c261 if (fds[i].events & POLLERR) in ff_poll()
292 fds[i].revents |= POLLERR; in ff_poll()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/musl/include/
H A Dpoll.h15 #define POLLERR 0x008 macro
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs42 pub const POLLERR: ::c_short = 0x8; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs40 pub const POLLERR: ::c_short = 0x8; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs23 /// `POLLERR`
24 const ERR = linux_raw_sys::general::POLLERR as u16;
/third_party/alsa-lib/src/hwdep/
H A 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/alsa-lib/src/timer/
H A 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/NuttX/drivers/pipes/
H A Dpipe_common.c99 if (eventset & POLLERR) in pipecommon_pollnotify()
339 pipecommon_pollnotify(dev, POLLERR); in pipecommon_close()
752 /* Change POLLOUT to POLLERR, if no readers and policy 0. */ in pipecommon_poll()
758 eventset |= POLLERR; in pipecommon_poll()
/third_party/libdrm/
H A Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs35 /// `POLLERR`
36 const ERR = c::POLLERR;

Completed in 16 milliseconds

12345