nfds 237 compat/freebsd/freebsd_syscallargs.h syscallarg(unsigned long) nfds; nfds 1106 compat/linux/linux_misc.c return linux_select1(p, retval, ls.nfds, ls.readfds, ls.writefds, nfds 1129 compat/linux/linux_misc.c return linux_select1(p, retval, SCARG(uap, nfds), SCARG(uap, readfds), nfds 1140 compat/linux/linux_misc.c linux_select1(p, retval, nfds, readfds, writefds, exceptfds, timeout) nfds 1143 compat/linux/linux_misc.c int nfds; nfds 1152 compat/linux/linux_misc.c SCARG(&bsa, nd) = nfds; nfds 359 compat/linux/linux_syscallargs.h syscallarg(int) nfds; nfds 113 compat/linux/linux_types.h int nfds; nfds 874 kern/sys_generic.c u_int nfds = SCARG(uap, nfds); nfds 877 kern/sys_generic.c if (nfds > min((int)p->p_rlimit[RLIMIT_NOFILE].rlim_cur, maxfiles)) nfds 880 kern/sys_generic.c sz = sizeof(struct pollfd) * nfds; nfds 889 kern/sys_generic.c for (i = 0; i < nfds; i++) nfds 911 kern/sys_generic.c pollscan(p, pl, nfds, retval); nfds 618 kern/uipc_usrreq.c int nfds, error = 0; nfds 620 kern/uipc_usrreq.c nfds = (cm->cmsg_len - CMSG_ALIGN(sizeof(*cm))) / nfds 624 kern/uipc_usrreq.c fdp = malloc(nfds * sizeof(int), M_TEMP, M_WAITOK); nfds 630 kern/uipc_usrreq.c for (i = 0; i < nfds; i++) { nfds 654 kern/uipc_usrreq.c for (i = 0; i < nfds; i++) { nfds 671 kern/uipc_usrreq.c for (i = 0; i < nfds; i++) { nfds 709 kern/uipc_usrreq.c for (i = 0; i < nfds; i++) { nfds 719 kern/uipc_usrreq.c memcpy(CMSG_DATA(cm), fdp, nfds * sizeof(int)); nfds 720 kern/uipc_usrreq.c cm->cmsg_len = CMSG_LEN(nfds * sizeof(int)); nfds 721 kern/uipc_usrreq.c rights->m_len = CMSG_SPACE(nfds * sizeof(int)); nfds 735 kern/uipc_usrreq.c int nfds, *ip, fd, neededspace; nfds 740 kern/uipc_usrreq.c nfds = (cm->cmsg_len - CMSG_ALIGN(sizeof(*cm))) / sizeof (int); nfds 744 kern/uipc_usrreq.c neededspace = CMSG_SPACE(nfds * sizeof(struct file *)) - nfds 763 kern/uipc_usrreq.c cm->cmsg_len = CMSG_LEN(nfds * sizeof(struct file *)); nfds 764 kern/uipc_usrreq.c control->m_len = CMSG_SPACE(nfds * sizeof(struct file *)); nfds 766 kern/uipc_usrreq.c ip = ((int *)CMSG_DATA(cm)) + nfds - 1; nfds 767 kern/uipc_usrreq.c rp = ((struct file **)CMSG_DATA(cm)) + nfds - 1; nfds 768 kern/uipc_usrreq.c for (i = 0; i < nfds; i++) { nfds 1017 sys/syscallargs.h syscallarg(u_int) nfds;