Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Dpoll.h46 #define POLLNVAL 0x020 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dpoll.h11 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dpoll.h11 #define POLLNVAL 0x0020 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dpoll.h13 #define POLLNVAL 0x0020 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dpoll.h26 #define POLLNVAL 0x0020 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dpoll.h26 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h166 #define POLLNVAL 0x0020 macro
/kernel/linux/linux-5.10/samples/nitro_enclaves/
H A Dne_ioctl_sample.c237 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
238 printf("Received POLLNVAL\n"); in ne_poll_enclave_fd()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c236 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
237 printf("Received POLLNVAL\n"); in ne_poll_enclave_fd()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c431 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
433 "POLLERR/POLLNVAL(%x)\n", fds.revents); in copyfd_io_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c723 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
727 "POLLERR/POLLNVAL(%x)\n", fds.revents); in copyfd_io_poll()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c4109 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0)
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c4032 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0)

Completed in 21 milliseconds