Searched refs:revents (Results 51 - 75 of 123) sorted by relevance

12345

/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_tpacket.c249 pfd.revents = 0;
387 pfd.revents = 0;
556 pfd.revents = 0;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c456 pollfds[nxt].revents = 0;
475 pollfds[i].revents = 0;
501 pollfds[i].revents = 0;
515 short int revents)
530 if (!(pfd->revents & revents))
512 eloop_sock_table_dispatch_table(struct eloop_sock_table *table, struct pollfd **pollfds_map, int max_pollfd_map, short int revents) argument
/external/wpa_supplicant_8/src/utils/
H A Deloop.c456 pollfds[nxt].revents = 0;
475 pollfds[i].revents = 0;
501 pollfds[i].revents = 0;
515 short int revents)
530 if (!(pfd->revents & revents))
512 eloop_sock_table_dispatch_table(struct eloop_sock_table *table, struct pollfd **pollfds_map, int max_pollfd_map, short int revents) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c456 pollfds[nxt].revents = 0;
475 pollfds[i].revents = 0;
501 pollfds[i].revents = 0;
515 short int revents)
530 if (!(pfd->revents & revents))
512 eloop_sock_table_dispatch_table(struct eloop_sock_table *table, struct pollfd **pollfds_map, int max_pollfd_map, short int revents) argument
/external/android-clat/
H A Dclatd.c395 if (wait_fd[0].revents) {
398 if (wait_fd[1].revents) {
/external/iproute2/misc/
H A Drtacct.c368 p.events = p.revents = POLLIN;
389 && (p.revents&POLLIN)) {
H A Darpd.c803 pset[0].revents = 0;
805 pset[1].revents = 0;
824 if (pset[0].revents&EVENTS)
826 if (pset[1].revents&EVENTS)
H A Dnstat.c425 p.events = p.revents = POLLIN;
446 && (p.revents&POLLIN)) {
/external/libusb/libusb/os/
H A Dwindows_nt_common.c551 usbi_dbg("checking fd %d with revents = %04x", fds[i].fd, fds[i].revents);
553 if (!fds[i].revents)
/external/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd01.c601 pollfd.revents = 0;
606 if (pollfd.revents & POLLERR)
/external/fio/os/windows/
H A Dposix.c757 fds[i].revents = 0;
779 fds[i].revents |= POLLIN;
782 fds[i].revents |= POLLOUT;
785 fds[i].revents |= POLLHUP;
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c1061 p[1].revents = 0;
1085 (0 != (p[1].revents & (POLLERR | POLLHUP))) )
1088 if ( (0 != (p[0].revents & POLLIN))
1094 if (0 != (p[0].revents & POLLOUT))
1096 if (0 != (p[0].revents & (POLLERR | POLLHUP)))
2480 p[poll_server].revents = 0;
2489 p[poll_server].revents = 0;
2565 if (0 != (p[poll_server+i].revents & POLLIN))
2577 if (0 != (p[poll_server+i].revents & POLLIN))
2579 if (0 != (p[poll_server+i].revents
[all...]
/external/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c275 pfd.revents = 0;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc381 ASSERT_TRUE(pfd.revents & POLLIN);
625 ASSERT_TRUE(pfd.revents & POLLIN);
/external/netcat/
H A Dnetcat.c790 if (pfd[0].revents & POLLIN) {
805 if (!dflag && pfd[1].revents & POLLIN) {
/external/tinyalsa/
H A Dmixer.c623 if (pfd.revents & (POLLERR | POLLNVAL))
625 if (pfd.revents & (POLLIN | POLLOUT))
/external/curl/lib/
H A Dtelnet.c1585 pfd[0].revents = 0;
1586 pfd[1].revents = 0;
1589 if(pfd[0].revents & POLLIN) {
1626 if(pfd[1].revents & POLLIN) { /* read from in file */
/external/valgrind/include/vki/
H A Dvki-amd64-linux.h490 short revents; member in struct:vki_pollfd
H A Dvki-arm64-linux.h463 short revents; member in struct:vki_pollfd
/external/compiler-rt/test/dfsan/
H A Dcustom.cc576 dfsan_set_label(i_label, &fd.revents, sizeof(fd.revents));
578 ASSERT_ZERO_LABEL(fd.revents);
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c714 if(pollfds[0].revents & (POLLIN | POLLOUT)) {
717 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
H A Dtest_request_response.c702 if(pollfds[0].revents & (POLLIN | POLLOUT)) {
705 if((pollfds[0].revents & POLLHUP) || (pollfds[0].revents & POLLERR)) {
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c1155 ufd.revents = 0;
1218 tmp_pollfd[j].revents = 0;
1237 if (tmp_pollfd[i].revents & POLLIN) {
/external/blktrace/
H A Dblktrace.c461 pfd->revents = 0;
1670 if (pfd->revents & POLLIN || force_read) {
1714 if (pfd->revents & POLLIN || force_read) {
1749 if (pfd->revents & POLLIN || force_read) {
2467 if (pfd->revents & POLLIN) {
2510 if (ns->pfds[0].revents & POLLIN) {
/external/fio/engines/
H A Dbinject.c56 if (pfds[i].revents & POLLIN)

Completed in 5295 milliseconds

12345