Search | Google it | Results 1 - 1 of 1 for funcall:min from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c (0.00 seconds) |
901: #ifndef T2EX 902: lim = min((int)p->p_rlimit[RLIMIT_NOFILE].rlim_cur, maxfiles); 903: #else 905: #endif 906: last = min(fdp->fd_nfiles, lim); 907: for (;;) {