Searched refs:FD_ISSET (Results 51 - 75 of 165) sorted by relevance

1234567

/freebsd-12-stable/crypto/openssh/
H A Dssh-pkcs11-helper.c356 if (FD_ISSET(in, rset)) {
370 if (FD_ISSET(out, wset)) {
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c316 if (FD_ISSET(amaster, &rfd)) {
335 if (FD_ISSET(s, &rfd)) {
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c206 if (FD_ISSET(fd, &rfdset)) {
213 } else if (FD_ISSET(fd, &wfdset)) {
/freebsd-12-stable/usr.sbin/watch/
H A Dwatch.c357 if (opt_interactive && FD_ISSET(std_in, &fd_s)) {
393 if (!FD_ISSET(snp_io, &fd_s))
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drsh.c114 if (FD_ISSET(s, &readset)) {
126 if (errsock != -1 && FD_ISSET(errsock, &readset)) {
138 if (FD_ISSET(STDIN_FILENO, &readset)) {
508 if (FD_ISSET(errsock, &fdset)) {
524 if (FD_ISSET(s, &fdset)) {
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1048 if (FD_ISSET(net, &xbits)) {
1055 if (FD_ISSET(net, &ibits)) {
1130 if (FD_ISSET(p, &ibits)) {
1207 if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
1211 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
/freebsd-12-stable/contrib/libbegemot/
H A Drpoll.c587 FD_ISSET(regs[idx].fd, &nrset))
590 FD_ISSET(regs[idx].fd, &nwset))
593 FD_ISSET(regs[idx].fd, &nxset))
/freebsd-12-stable/usr.sbin/ppp/
H A Dether.c143 if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
403 result = dev->cs >= 0 && FD_ISSET(dev->cs, fdset);
416 if (dev->cs >= 0 && FD_ISSET(dev->cs, fdset)) {
H A Dnetgraph.c255 if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
387 result = dev->cs >= 0 && FD_ISSET(dev->cs, fdset);
400 if (dev->cs >= 0 && FD_ISSET(dev->cs, fdset))
H A Dserver.c80 if (s->fd >= 0 && FD_ISSET(s->fd, fdset))
104 if (s->fd >= 0 && FD_ISSET(s->fd, fdset)) {
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c261 if (FD_ISSET(lfd, &rd)) {
288 if (FD_ISSET(nfd, &rd)) {
/freebsd-12-stable/usr.bin/script/
H A Dscript.c262 if (n > 0 && FD_ISSET(STDIN_FILENO, &rfd)) {
283 if (n > 0 && FD_ISSET(master, &rfd)) {
/freebsd-12-stable/usr.sbin/rrenumd/
H A Drrenumd.c660 if (FD_ISSET(s4, &select_fd))
662 if (FD_ISSET(s6, &select_fd))
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_main.c170 if (FD_ISSET(resfd, &readfds)) {
240 if (FD_ISSET(i, &svc_fdset))
/freebsd-12-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c201 if (FD_ISSET(l2->fd, &rfds)) {
/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_read.c243 if (!FD_ISSET(STDIN_FILENO, &rdfd)) {
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c209 if(FD_ISSET(socks[i], &read_set))
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c956 if (ret && FD_ISSET(signal_fd, &readset)) {
993 if (ret && FD_ISSET(p->fd, &readset)) {
1004 if (ret && FD_ISSET(listen6_fd, &readset)) {
1009 if (ret && FD_ISSET(listen_fd, &readset)) {
/freebsd-12-stable/lib/libcasper/libcasper/
H A Dlibcasper_service.c285 if (FD_ISSET(sock, &fds)) {
/freebsd-12-stable/libexec/rbootd/
H A Drbootd.c250 if (FD_ISSET(fd, &r)) {
/freebsd-12-stable/sbin/hastd/
H A Dhastd.c1142 if (FD_ISSET(proto_descriptor(cfg->hc_controlconn), &rfds))
1147 if (FD_ISSET(proto_descriptor(lst->hl_conn), &rfds))
1153 if (FD_ISSET(proto_descriptor(res->hr_event), &rfds)) {
1167 if (FD_ISSET(proto_descriptor(res->hr_conn),
/freebsd-12-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c241 if (!FD_ISSET(sd, &rds))
/freebsd-12-stable/usr.sbin/nfscbd/
H A Dnfscbd.c296 if (FD_ISSET(tcpsock, &ready)) {
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c139 if (FD_ISSET(i, &svc_fdset))
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c113 if (FD_ISSET(i, &svc_fdset))

Completed in 313 milliseconds

1234567