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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c68 static int sock_fdcnt; variable
196 sock_fdcnt = 0;
234 sock_fdcnt = 0;
323 * the total count of them is maintained in sock_fdcnt.
365 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
368 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
478 sock_fd[sock_fdcnt - 1] = fd;
548 if (sock_fdpos >= sock_fdcnt) {
616 for (i = 0; i < sock_fdcnt; i++) {
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c92 static int sock_fdcnt; variable
321 sock_fdcnt = 0;
364 sock_fdcnt = 0;
496 * the total count of them is maintained in sock_fdcnt.
542 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
545 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
677 sock_fd[sock_fdcnt - 1] = fd;
749 if (sock_fdpos >= sock_fdcnt) {
832 for (i = 0; i < sock_fdcnt; i++) {
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c287 static int sock_fdcnt; variable
607 sock_fdcnt = 0;
651 sock_fdcnt = 0;
779 * the total count of them is maintained in sock_fdcnt.
822 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int));
825 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */
956 sock_fd[sock_fdcnt - 1] = fd;
1026 if (sock_fdpos >= sock_fdcnt) {
1102 for (i = 0; i < sock_fdcnt; i++) {

Completed in 73 milliseconds