Searched refs:maxfd (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | ocloexec_verify.c | 91 int maxfd = STDIN_FILENO; in main() local 100 (void) fdwalk(verify_fdwalk_cb, &maxfd); in main() 101 if (maxfd - 3 > argc - 1) { in main() 103 "arguments %d", maxfd - 3, argc - 1); in main()
|
/illumos-gate/usr/src/test/libc-tests/tests/select/ |
H A D | select_test.c | 56 int null, zero, maxfd = -1, nfds; in main() local 104 maxfd = i; in main() 118 if (select(maxfd + 1, sread, swrite, serr, &tv) == -1) in main()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | umount.c | 575 int maxfd = OPEN_MAX; in parumount() local 600 maxfd = (int)rl.rlim_cur; in parumount() 608 maxfd = (maxfd / 2) - 6; /* 6 takes care of temporary */ in parumount() 610 if (maxfd < maxrun) in parumount() 611 maxrun = maxfd; in parumount()
|
H A D | mount.c | 916 int maxfd = OPEN_MAX; in parmount() local 934 maxfd = (int)rl.rlim_cur; in parmount() 942 maxfd = (maxfd / 2) - 6; /* 6 takes care of temporary */ in parmount() 944 if (maxfd < maxrun) in parmount() 945 maxrun = maxfd; in parmount()
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 111 int minfd, maxfd, modoff, error = 0; in fdread() local 143 maxfd = (uiop->uio_offset + uiop->uio_resid - 1)/FDSDSIZE; in fdread() 148 for (i = minfd; i < MIN(maxfd, nentries); i++) { in fdread()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 1541 int i, rc, maxfd = 0; local 1569 if ( fds[i].lpoll_fd >= maxfd ) { 1570 maxfd = fds[i].lpoll_fd; 1577 ++maxfd; 1585 rc = iofns->liof_select( maxfd, &readfds, &writefds, NULL, tvp );
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | util.c | 1699 int maxfd; local 1707 maxfd = BITMAPBITS; 1709 maxfd = DtableSize; 1713 for (fd = 0; fd < maxfd; fd++)
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 126 int maxfd; in krb5int_debug_fprint() local 188 maxfd = va_arg(args, int); in krb5int_debug_fprint() 190 for (i = 0; i < maxfd; i++) { in krb5int_debug_fprint()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | fio.c | 340 flist_grow(int maxfd) in flist_grow() argument 347 for (newcnt = 1; newcnt <= maxfd; newcnt = (newcnt << 1) | 1) in flist_grow()
|