Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dpoll.c68 #ifdef POLLRDBAND in print_pollfd_entering()
69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering()
135 #ifdef POLLRDBAND in print_pollfd_exiting()
136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting()
176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
Dppoll.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll-v.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll.c39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1()
61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
/external/strace/tests/
Dpoll.c68 #ifdef POLLRDBAND in print_pollfd_entering()
69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering()
135 #ifdef POLLRDBAND in print_pollfd_exiting()
136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting()
176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
Dppoll.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll-v.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll.c39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1()
61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
/external/strace/tests-mx32/
Dpoll.c68 #ifdef POLLRDBAND in print_pollfd_entering()
69 PRINT_EVENT(POLLRDBAND, events) in print_pollfd_entering()
135 #ifdef POLLRDBAND in print_pollfd_exiting()
136 PRINT_EVENT(POLLRDBAND, revents) in print_pollfd_exiting()
176 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
225 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in main()
Dppoll.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll-v.expected1 ppoll\(\[\{fd=0, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=1, events=POLLOUT(\|POLLWRN…
2 ppoll\(\[\{fd=1, events=POLLIN\|POLLPRI\|POLLRDNORM\|POLLRDBAND\}, \{fd=0, events=POLLOUT(\|POLLWRN…
Dppoll.c39 { .fd = 0, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test1()
61 { .fd = 1, .events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND }, in test2()
/external/curl/lib/
Dselect.c190 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
196 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
237 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
244 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
475 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll()
482 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll()
Dselect.h65 #ifndef POLLRDBAND
66 #define POLLRDBAND POLLPRI macro
/external/strace/xlat/
Dpollflags.h26 #if defined(POLLRDBAND) || (defined(HAVE_DECL_POLLRDBAND) && HAVE_DECL_POLLRDBAND)
27 XLAT(POLLRDBAND),
Dpollflags.in6 POLLRDBAND
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h14 #define POLLRDBAND 0x0080 macro
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h14 #define POLLRDBAND 0x0080 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h53 #define POLLRDBAND 0x0080
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...