Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 - 25 of 86) sorted by relevance

1234

/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/curl/lib/
H A Dselect.c238 if(pfd[num].revents & (POLLPRI|POLLNVAL)) in Curl_socket_check()
245 if(pfd[num].revents & (POLLPRI|POLLNVAL)) in Curl_socket_check()
252 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check()
H A Dselect.h48 #define POLLNVAL 0x20 macro
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-freertos.h57 #define POLLNVAL 0x0020 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/libc-test/src/api/
H A Dpoll.c23 C(POLLNVAL) in f()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll.h43 #define POLLNVAL 0x020 /* Invalid polling request. */ macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/musl/include/
H A Dpoll.h17 #define POLLNVAL 0x020 macro
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs44 pub const POLLNVAL: ::c_short = 0x20; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs42 pub const POLLNVAL: ::c_short = 0x20; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs27 /// `POLLNVAL`
28 const NVAL = linux_raw_sys::general::POLLNVAL 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/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.rs39 /// `POLLNVAL`
40 const NVAL = c::POLLNVAL;
/third_party/python/Lib/test/
H A Dtest_poll.py90 self.assertEqual(r[0], (FD, select.POLLNVAL))
99 self.assertEqual(r[0], (fd, select.POLLNVAL))
/third_party/musl/porting/linux/user/src/env/
H A D__libc_start_main.c54 for (i=0; i<3; i++) if (pfd[i].revents&POLLNVAL) in __init_libc()
/third_party/musl/src/env/
H A D__libc_start_main.c56 for (i=0; i<3; i++) if (pfd[i].revents&POLLNVAL) in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c53 for (i=0; i<3; i++) if (pfd[i].revents&POLLNVAL) in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c54 for (i=0; i<3; i++) if (pfd[i].revents&POLLNVAL) in __init_libc()

Completed in 8 milliseconds

1234