| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | mini_inetd.c | 98 rk_socket_t max_fd = (rk_socket_t)-1; in mini_inetd_addrinfo() local 134 max_fd = max(max_fd, fds[i]); in mini_inetd_addrinfo() 144 ret = select (max_fd + 1, &read_set, NULL, NULL, NULL); in mini_inetd_addrinfo()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | nfs_start.c | 66 static int max_fd = 0; in checkup() local 73 if (max_fd < next_fd) { in checkup() 75 next_fd - max_fd, next_fd); in checkup() 76 max_fd = next_fd; in checkup()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | kadm_conn.c | 181 int status, max_fd = -1; in wait_for_connection() local 191 max_fd = max(max_fd, socks[i]); in wait_for_connection() 206 e = select(max_fd + 1, &read_set, NULL, NULL, NULL); in wait_for_connection()
|
| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | ntp_worker.c | 120 int max_fd; in close_all_beyond() 122 max_fd = GETDTABLESIZE(); in close_all_beyond() 123 for (fd = keep_fd + 1; fd < max_fd; fd++) in close_all_beyond()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | stream.c | 143 int max_fd; in uv__stream_osx_select() local 150 max_fd = fd; in uv__stream_osx_select() 152 max_fd = s->int_fd; in uv__stream_osx_select() 170 r = select(max_fd + 1, s->sread, s->swrite, NULL, NULL); in uv__stream_osx_select() 279 int max_fd; in uv__stream_try_select() local 316 max_fd = *fd; in uv__stream_try_select() 317 if (fds[1] > max_fd) in uv__stream_try_select() 318 max_fd = fds[1]; in uv__stream_try_select() 320 sread_sz = ROUND_UP(max_fd + 1, sizeof(uint32_t) * NBBY) / NBBY; in uv__stream_try_select()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | ipropd_master.c | 1674 int max_fd = 0; in main() local 1688 max_fd = max(max_fd, signal_fd); in main() 1690 max_fd = max(max_fd, listen_fd); in main() 1693 max_fd = max(max_fd, restarter_fd); in main() 1702 max_fd = max(max_fd, p->fd); in main() 1705 ret = select(max_fd + 1, &readset, &writeset, NULL, &to); in main()
|
| H A D | ipropd_slave.c | 907 int max_fd; in main() local 914 max_fd = max(restarter_fd, master_fd); in main() 925 ret = select (max_fd + 1, in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | send_to_kdc.c | 933 rk_socket_t max_fd; member 984 if (h->fd > wait_ctx->max_fd || wait_ctx->max_fd == rk_INVALID_SOCKET) in wait_setup() 985 wait_ctx->max_fd = h->fd; in wait_setup() 1037 wait_ctx.max_fd = rk_INVALID_SOCKET; in wait_response() 1063 if (wait_ctx.max_fd == rk_INVALID_SOCKET) { in wait_response() 1077 ret = select(wait_ctx.max_fd + 1, &wait_ctx.rfds, &wait_ctx.wfds, NULL, &tv); in wait_response()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | connect.c | 906 int max_fd = 0; in loop() local 912 max_fd = islive; in loop() 925 if (max_fd < d[i].s) in loop() 926 max_fd = d[i].s; in loop() 928 if (max_fd >= FD_SETSIZE) in loop() 938 switch(select(max_fd + 1, &fds, 0, 0, &tmout)){ in loop()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | speed.c | 1281 OSSL_ASYNC_FD max_fd = 0; in run_benchmark() 1301 if (job_fd > max_fd) in run_benchmark() 1302 max_fd = job_fd; in run_benchmark() 1305 if (max_fd >= (OSSL_ASYNC_FD)FD_SETSIZE) { in run_benchmark() 1309 max_fd, FD_SETSIZE); in run_benchmark() 1315 select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL); in run_benchmark()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | speed.c | 1173 OSSL_ASYNC_FD max_fd = 0; in run_benchmark() 1193 if (job_fd > max_fd) in run_benchmark() 1194 max_fd = job_fd; in run_benchmark() 1197 if (max_fd >= (OSSL_ASYNC_FD)FD_SETSIZE) { in run_benchmark() 1201 max_fd, FD_SETSIZE); in run_benchmark() 1207 select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL); in run_benchmark()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ssh-agent.c | 153 int max_fd = 0; variable 1896 if (fd > max_fd) in new_socket() 1897 max_fd = fd; in new_socket()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 2162 int *max_fd
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 2155 int *max_fd
|