Searched refs:POLLNVAL (Results 1 – 25 of 96) sorted by relevance
1234
/external/strace/xlat/ |
D | pollflags.h | 41 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL) 43 static_assert((POLLNVAL) == (0x0020), "POLLNVAL != 0x0020"); 46 # define POLLNVAL 0x0020 171 XLAT(POLLNVAL),
|
D | pollflags.in | 6 POLLNVAL 0x0020
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_darwin.go | 266 POLLNVAL = C.POLLNVAL const
|
D | types_netbsd.go | 266 POLLNVAL = C.POLLNVAL const
|
D | types_solaris.go | 276 POLLNVAL = C.POLLNVAL const
|
D | types_openbsd.go | 271 POLLNVAL = C.POLLNVAL const
|
D | types_dragonfly.go | 269 POLLNVAL = C.POLLNVAL const
|
D | types_freebsd.go | 387 POLLNVAL = C.POLLNVAL const
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 10 #define POLLNVAL 0x0020 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 46 #define POLLNVAL 0x0020 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 11 #define POLLNVAL 0x0020 macro
|
/external/curl/lib/ |
D | select.c | 242 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 249 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check()
|
D | select.h | 47 #define POLLNVAL 0x20 macro
|
/external/syzkaller/sys/fuchsia/ |
D | posix_arm64.const | 30 POLLNVAL = 32
|
D | posix_amd64.const | 30 POLLNVAL = 32
|
/external/strace/tests-mx32/ |
D | poll.c | 79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/strace/tests/ |
D | poll.c | 79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/strace/tests-m32/ |
D | poll.c | 79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/python/cpython2/Lib/test/ |
D | test_poll.py | 88 self.assertEqual(r[0], (FD, select.POLLNVAL)) 98 self.assertEqual(r[0], (fd, select.POLLNVAL))
|
/external/libdrm/ |
D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
/external/python/cpython3/Lib/test/ |
D | test_poll.py | 84 self.assertEqual(r[0], (FD, select.POLLNVAL)) 94 self.assertEqual(r[0], (fd, select.POLLNVAL))
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 546 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll() 558 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll() 567 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll()
|
D | poll_windows.h | 65 #define POLLNVAL 0x0020 /* Invalid request: fd not open */ macro
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 46 POLLNVAL = 32
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 68 POLLNVAL = 32
|
1234