Searched refs:proc_limitgetcur_nofile (Results 1 – 5 of 5) sorted by relevance
132 int proc_limitgetcur_nofile(struct proc *p);
591 int lim = proc_limitgetcur_nofile(p); in fdt_available_locked()1088 int lim = proc_limitgetcur_nofile(p); in fdalloc()2306 *retval = proc_limitgetcur_nofile(p); in sys_getdtablesize()2462 if (new < 0 || new >= proc_limitgetcur_nofile(p)) { in dup2()2817 if (newmin < 0 || newmin >= proc_limitgetcur_nofile(p)) { in sys_fcntl_nocancel()
1443 proc_limitgetcur_nofile(struct proc *p) in proc_limitgetcur_nofile() function
3177 size_t maxfa_size = PSF_ACTIONS_SIZE(proc_limitgetcur_nofile(p)); in posix_spawn()
6270 if (kn->kn_id >= (uint64_t)proc_limitgetcur_nofile(p)) { in kq_add_knote()