Searched refs:r_fds (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwb_common.c375 fd_set r_fds; local
380 FD_ZERO(&r_fds);
381 FD_SET(winbindd_fd, &r_fds);
384 if (select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv) == -1) {
391 if (!FD_ISSET(winbindd_fd, &r_fds)) {
435 fd_set r_fds; local
440 FD_ZERO(&r_fds);
441 FD_SET(winbindd_fd, &r_fds);
446 if ((selret = select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv)) == -1) {
462 if (FD_ISSET(winbindd_fd, &r_fds)) {
[all...]
H A Dwinbindd.c730 fd_set r_fds, w_fds; local
764 FD_ZERO(&r_fds);
766 FD_SET(listen_sock, &r_fds);
767 FD_SET(listen_priv_sock, &r_fds);
796 FD_SET(ev->fd, &r_fds);
807 selret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, &timeout);
830 if (FD_ISSET(ev->fd, &r_fds))
839 if (FD_ISSET(listen_sock, &r_fds)) {
858 if (FD_ISSET(listen_priv_sock, &r_fds)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dprocess.c353 fd_set r_fds, w_fds; local
420 FD_ZERO(&r_fds);
432 if (oplock_message_waiting(&r_fds)) {
434 async_processing(&r_fds);
453 &r_fds, &w_fds, &to, &maxfd); local
467 maxfd = select_on_fd(smbd_server_fd(), maxfd, &r_fds);
468 maxfd = select_on_fd(oplock_notify_fd(), maxfd, &r_fds);
470 selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&to);
477 if (run_events(smbd_event_context(), selrtn, &r_fds, &w_fds)) {
486 async_processing(&r_fds);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c339 fd_set r_fds;
349 FD_ZERO(&r_fds);
350 FD_SET(fd, &r_fds);
353 selrtn = sys_select_intr(fd+1, &r_fds, NULL, NULL, &timeout);
935 fd_set r_fds, wr_fds; local
1000 FD_ZERO(&r_fds);
1006 FD_SET(sockets[i], &r_fds);
1014 res = sys_select_intr(maxfd+1, &r_fds, &wr_fds, NULL, &tv);
1031 if (FD_ISSET(sockets[i], &r_fds) &&
1039 if (!FD_ISSET(sockets[i], &r_fds)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c894 fd_set r_fds; local
904 FD_ZERO(&r_fds);
905 FD_SET(fd, &r_fds);
906 memcpy(&w_fds, &r_fds, sizeof(r_fds));

Completed in 48 milliseconds