Searched refs:sock_fdcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c68 static int sock_fdcnt; variable
195 sock_fdcnt = 0;
233 sock_fdcnt = 0;
322 * the total count of them is maintained in sock_fdcnt.
364 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
367 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
477 sock_fd[sock_fdcnt - 1] = fd;
547 if (sock_fdpos >= sock_fdcnt) {
615 for (i = 0; i < sock_fdcnt; i++) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c91 static int sock_fdcnt; variable
319 sock_fdcnt = 0;
362 sock_fdcnt = 0;
494 * the total count of them is maintained in sock_fdcnt.
540 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
543 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
675 sock_fd[sock_fdcnt - 1] = fd;
747 if (sock_fdpos >= sock_fdcnt) {
830 for (i = 0; i < sock_fdcnt; i++) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c287 static int sock_fdcnt; variable
579 sock_fdcnt = 0;
616 sock_fdcnt = 0;
732 * the total count of them is maintained in sock_fdcnt.
775 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
778 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
909 sock_fd[sock_fdcnt - 1] = fd;
979 if (sock_fdpos >= sock_fdcnt) {
1055 for (i = 0; i < sock_fdcnt; i++) {

Completed in 56 milliseconds