OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FD_SETSIZE
(Results
1 - 25
of
76
) sorted by relevancy
1
2
3
4
/src/external/bsd/openldap/dist/include/ac/
fdset.h
21
* tweaking of
FD_SETSIZE
is done early enough to be effective.
27
#if !defined( OPENLDAP_FD_SETSIZE ) && !defined(
FD_SETSIZE
)
40
# define
FD_SETSIZE
OPENLDAP_FD_SETSIZE
/src/external/bsd/ntp/dist/include/
ntif.h
59
#ifdef
FD_SETSIZE
60
#undef
FD_SETSIZE
62
#define
FD_SETSIZE
512
ntp_select.h
24
# define
FD_SETSIZE
32
/src/external/bsd/openldap/dist/libraries/liblutil/
detach.c
67
nbits =
FD_SETSIZE
;
70
#ifdef
FD_SETSIZE
71
if ( nbits >
FD_SETSIZE
) {
72
nbits =
FD_SETSIZE
;
74
#endif /*
FD_SETSIZE
*/
/src/sys/sys/
fd_set.h
55
* such bit fields. Note:
FD_SETSIZE
may be defined by the user.
58
#ifndef
FD_SETSIZE
59
#define
FD_SETSIZE
256
63
#define __NFD_SIZE __NFD_LEN(
FD_SETSIZE
)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
select.d
48
FD_SETSIZE
72
enum
FD_SETSIZE
= 1024;
76
__fd_mask[
FD_SETSIZE
/ __NFDBITS] fds_bits;
145
enum
FD_SETSIZE
= 1024;
149
int[(
FD_SETSIZE
+ (__DARWIN_NFDBITS - 1)) / __DARWIN_NFDBITS] fds_bits;
183
enum uint
FD_SETSIZE
= 1024;
187
__fd_mask[(
FD_SETSIZE
+ (_NFDBITS - 1)) / _NFDBITS] __fds_bits;
216
_n = (
FD_SETSIZE
+ (_NFDBITS - 1)) / _NFDBITS;
232
enum uint
FD_SETSIZE
= 256;
236
__fd_mask[(
FD_SETSIZE
+ (_NFDBITS - 1)) / _NFDBITS] __fds_bits
[
all
...]
/src/usr.sbin/faithd/
tcp.c
163
if (s_rcv >=
FD_SETSIZE
)
183
if (s_snd >=
FD_SETSIZE
)
186
if (s_rcv >=
FD_SETSIZE
)
193
if (s_snd >=
FD_SETSIZE
)
210
if (s_rcv >=
FD_SETSIZE
)
246
if (s_rcv >=
FD_SETSIZE
)
249
if (s_snd >=
FD_SETSIZE
)
283
if (s_rcv >=
FD_SETSIZE
)
286
if (s_snd >=
FD_SETSIZE
)
/src/external/ibm-public/postfix/dist/src/util/
poll_fd.c
53
/* best effort is made to handle descriptors >=
FD_SETSIZE
.
164
if (
FD_SETSIZE
<= fd) {
165
if ((temp_fd = dup(fd)) < 0 || temp_fd >=
FD_SETSIZE
)
166
msg_fatal("descriptor %d does not fit
FD_SETSIZE
%d", fd,
FD_SETSIZE
);
/src/regress/sys/kern/select/
select.c
29
#define
FD_SETSIZE
65536
97
if (fd >
FD_SETSIZE
) {
99
"fd(%d) >
FD_SETSIZE
(%d)\n",
100
fd,
FD_SETSIZE
);
/src/external/gpl3/gdb/dist/readline/readline/examples/
rl-callbacktest.c
94
r = select (
FD_SETSIZE
, &fds, NULL, NULL, NULL);
excallback.c
136
if( select(
FD_SETSIZE
, &fds, NULL, NULL, NULL) < 0) {
rl-timeout.c
154
r = select (
FD_SETSIZE
, &fds, NULL, NULL, &timeout);
/src/external/gpl3/gdb.old/dist/readline/readline/examples/
rl-callbacktest.c
94
r = select (
FD_SETSIZE
, &fds, NULL, NULL, NULL);
excallback.c
132
if( select(
FD_SETSIZE
, &fds, NULL, NULL, NULL) < 0) {
/src/external/gpl3/gdb/dist/gnulib/import/
select.c
70
unsigned char in[
FD_SETSIZE
/ CHAR_BIT];
71
unsigned char out[
FD_SETSIZE
/ CHAR_BIT];
273
HANDLE h, handle_array[
FD_SETSIZE
+ 2];
276
unsigned char anyfds_in[
FD_SETSIZE
/ CHAR_BIT];
282
if (nfds >
FD_SETSIZE
)
283
nfds =
FD_SETSIZE
;
573
if (nfds < 0 || nfds >
FD_SETSIZE
)
/src/external/gpl3/gdb.old/dist/gnulib/import/
select.c
70
unsigned char in[
FD_SETSIZE
/ CHAR_BIT];
71
unsigned char out[
FD_SETSIZE
/ CHAR_BIT];
273
HANDLE h, handle_array[
FD_SETSIZE
+ 2];
276
unsigned char anyfds_in[
FD_SETSIZE
/ CHAR_BIT];
282
if (nfds >
FD_SETSIZE
)
283
nfds =
FD_SETSIZE
;
573
if (nfds < 0 || nfds >
FD_SETSIZE
)
/src/external/gpl3/gcc/dist/libcc1/
connection.cc
79
int nfds = select (
FD_SETSIZE
, &read_set, NULL, NULL, NULL);
/src/external/gpl3/gcc.old/dist/libcc1/
connection.cc
79
int nfds = select (
FD_SETSIZE
, &read_set, NULL, NULL, NULL);
/src/crypto/dist/ipsec-tools/src/racoon/
session.c
120
static struct fd_monitor fd_monitors[
FD_SETSIZE
];
129
if (fd < 0 || fd >=
FD_SETSIZE
) {
153
if (fd < 0 || fd >=
FD_SETSIZE
) {
/src/lib/libc/rpc/
svc_fdset.c
186
fds->fdnum =
FD_SETSIZE
;
213
pfd = realloc(fds->fdp, (fds->fdnum +
FD_SETSIZE
) * sizeof(*fds->fdp));
217
svc_pollfd_init(pfd + fds->fdnum,
FD_SETSIZE
);
221
fds->fdnum +=
FD_SETSIZE
;
264
fd +=
FD_SETSIZE
;
/src/external/gpl2/xcvs/dist/lib/
sunos57-select.c
62
if (nfds < 1 || nfds >
FD_SETSIZE
)
/src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c
344
#if defined(
FD_SETSIZE
) && !defined( HAVE_WINSOCK )
345
if ( s >=
FD_SETSIZE
) {
971
struct pollfd si_fds[
FD_SETSIZE
];
1007
if( sip->si_maxfd >=
FD_SETSIZE
) {
1052
if( sip->si_maxfd >=
FD_SETSIZE
) {
1228
int tblsize =
FD_SETSIZE
;
1231
#ifdef
FD_SETSIZE
1232
if( tblsize >
FD_SETSIZE
) tblsize =
FD_SETSIZE
;
1233
#endif /*
FD_SETSIZE
*/
[
all
...]
os-local.c
280
#ifdef
FD_SETSIZE
281
if ( s >=
FD_SETSIZE
) {
/src/crypto/external/bsd/heimdal/dist/kadmin/
kadm_conn.c
186
#ifdef
FD_SETSIZE
187
if (socks[i] >=
FD_SETSIZE
)
/src/external/bsd/am-utils/dist/amd/
nfs_start.c
171
nsel = select(
FD_SETSIZE
, &readfds, (fd_set *) NULL, (fd_set *) NULL, &tvv);
253
nsel = do_select(smask,
FD_SETSIZE
, &readfds, &tvv);
Completed in 64 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026