Lines Matching refs:nfd
446 int nfd; in so_socketpair() local
499 if (error = falloc(nvp, FWRITE|FREAD, &nfp, &nfd)) { in so_socketpair()
517 setf(nfd, nfp); in so_socketpair()
532 f_setfd(nfd, FD_CLOEXEC); in so_socketpair()
540 svs[0] = nfd; in so_socketpair()
543 (void) closeandsetf(nfd, NULL); in so_socketpair()
639 int nfd; in accept() local
683 if ((nfd = ufalloc(0)) == -1) { in accept()
690 setf(nfd, NULL); in accept()
714 setf(nfd, NULL); in accept()
721 setf(nfd, NULL); in accept()
733 setf(nfd, nfp); in accept()
739 f_setfd(nfd, FD_CLOEXEC); in accept()
771 return (nfd); in accept()