OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FD_ISSET
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/regress/sys/kern/select/
select.c
104
assert(!
FD_ISSET
(fd, &set));
143
if (
FD_ISSET
(fd, &set)) {
150
if (!
FD_ISSET
(fd, &oset)) {
/src/sys/sys/
fd_set.h
74
#define
FD_ISSET
(n, p) \
/src/tests/lib/libc/sys/
t_eventfd.c
310
ATF_REQUIRE(!
FD_ISSET
(efd, &readfds));
311
ATF_REQUIRE(
FD_ISSET
(efd, &writefds));
312
ATF_REQUIRE(!
FD_ISSET
(efd, &exceptfds));
347
ATF_REQUIRE(
FD_ISSET
(efd, &readfds));
348
ATF_REQUIRE(!
FD_ISSET
(efd, &writefds));
349
ATF_REQUIRE(!
FD_ISSET
(efd, &exceptfds));
428
ATF_REQUIRE(
FD_ISSET
(ctx->efd, &selfds));
443
ATF_REQUIRE(
FD_ISSET
(ctx->efd, &selfds));
t_timerfd.c
244
ATF_CHECK(!
FD_ISSET
(fd, &readfds));
554
ATF_REQUIRE(!
FD_ISSET
(fd, &readfds));
555
ATF_REQUIRE(!
FD_ISSET
(fd, &writefds));
556
ATF_REQUIRE(!
FD_ISSET
(fd, &exceptfds));
588
ATF_REQUIRE(
FD_ISSET
(fd, &readfds));
589
ATF_REQUIRE(!
FD_ISSET
(fd, &writefds));
590
ATF_REQUIRE(!
FD_ISSET
(fd, &exceptfds));
675
ATF_REQUIRE(
FD_ISSET
(fd, &readfds));
/src/tests/net/can/
h_canutils.c
119
ATF_CHECK_MSG(
FD_ISSET
(s, &rfds), "select returns but s not in set");
157
ATF_CHECK_MSG(
FD_ISSET
(s, &rfds), "select returns but s not in set");
t_can.c
672
ATF_CHECK_MSG(
FD_ISSET
(s1, &rfds) ||
FD_ISSET
(s2, &rfds),
674
if (
FD_ISSET
(s1, &rfds)) {
696
if (
FD_ISSET
(s2, &rfds)) {
/src/usr.sbin/mopd/common/
loop-linux2.c
135
if (!
FD_ISSET
(ii->fd, &listeners))
/src/usr.sbin/altq/altqd/
altqd.c
262
if (fp &&
FD_ISSET
(fd, &rfds)) {
270
} else if (qpsock >= 0 &&
FD_ISSET
(qpsock, &rfds)) {
299
if (
FD_ISSET
(fd1, &rfds)) {
/src/usr.sbin/faithd/
tcp.c
239
if (
FD_ISSET
(s_rcv, &exceptfds)) {
262
if (
FD_ISSET
(s_rcv, &readfds)) {
292
if (
FD_ISSET
(s_snd, &writefds))
/src/sys/arch/zaurus/stand/zboot/
unixcons.c
147
if (
FD_ISSET
(fd, &fdset)) {
/src/tests/lib/librumphijack/
h_client.c
70
if (
FD_ISSET
(pipefd[0], &rfds))
/src/lib/libc/isc/
eventlib_p.h
209
#undef
FD_ISSET
210
#define
FD_ISSET
(fd, maskp) \
/src/lib/libc/rpc/
svc_fdset.c
104
if (!
FD_ISSET
(i, fds->fdset))
146
while (fds->fdmax >= 0 && !
FD_ISSET
(fds->fdmax, fds->fdset))
376
return
FD_ISSET
(fd, fds->fdset) != 0;
/src/sbin/routed/
main.c
517
if (
FD_ISSET
(rt_sock, ibitsp)) {
521
if (rdisc_sock >= 0 &&
FD_ISSET
(rdisc_sock, ibitsp)) {
525
if (rip_sock >= 0 &&
FD_ISSET
(rip_sock, ibitsp)) {
532
&&
FD_ISSET
(ifp->int_rip_sock, ibitsp)) {
/src/usr.sbin/sdpd/
server.c
325
if (!
FD_ISSET
(fd, &fdset))
371
assert(!
FD_ISSET
(cfd, &srv->fdset));
418
assert(
FD_ISSET
(fd, &srv->fdset));
557
assert(
FD_ISSET
(fd, &srv->fdset));
db.c
163
while (r != NULL && !
FD_ISSET
(fd, &r->refset))
413
if (
FD_ISSET
(fd, &r->refset)) {
/src/usr.sbin/mrouted/
main.c
321
if (
FD_ISSET
(igmp_socket, &rfds)) {
345
if (
FD_ISSET
(ihandlers[i].fd, &rfds)) {
/src/share/examples/refuse/ian/libfetch/
common.c
394
while (fetchTimeout && !
FD_ISSET
(conn->sd, &readfds)) {
520
while (fetchTimeout && !
FD_ISSET
(conn->sd, &writefds)) {
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp
79
} while(!
FD_ISSET
(STDIN_FILENO, &readfds) || getchar() != 0x03);
/src/lib/librumphijack/
hijack.c
2021
if (readfds &&
FD_ISSET
(i, readfds)) {
2025
if (writefds &&
FD_ISSET
(i, writefds)) {
2029
if (exceptfds &&
FD_ISSET
(i, exceptfds)) {
2045
if (readfds &&
FD_ISSET
(i, readfds)) {
2050
if (writefds &&
FD_ISSET
(i, writefds)) {
2055
if (exceptfds &&
FD_ISSET
(i, exceptfds)) {
/src/usr.sbin/sysinst/
run.c
547
if (!
FD_ISSET
(i, &read_fd_set))
/src/usr.sbin/tprof/
tprof_top.c
1020
if (
FD_ISSET
(STDIN_FILENO, &r)) {
1052
if (
FD_ISSET
(devfd, &r)) {
/src/usr.sbin/rarpd/
rarpd.c
475
if (!
FD_ISSET
(fd, &listeners))
/src/usr.sbin/ypbind/
ypbind.c
1771
if (
FD_ISSET
(rpcsock, &fdsr))
1773
if (
FD_ISSET
(pingsock, &fdsr))
/src/usr.bin/make/
meta.c
1683
if (outfd != -1 &&
FD_ISSET
(outfd, &readfds) != 0) do {
1698
if (metafd != -1 &&
FD_ISSET
(metafd, &readfds) != 0) {
Completed in 200 milliseconds
1
2
Indexes created Wed Nov 05 22:09:55 GMT 2025