Searched refs:proc_limitgetcur_nofile (Results 1 – 5 of 5) sorted by relevance
132 int proc_limitgetcur_nofile(struct proc *p);
652 int lim = proc_limitgetcur_nofile(p); in fdt_available_locked()1166 int lim = proc_limitgetcur_nofile(p); in fdalloc()2299 *retval = proc_limitgetcur_nofile(p); in sys_getdtablesize()2456 if (new < 0 || new >= proc_limitgetcur_nofile(p)) { in dup2()2813 if (newmin < 0 || newmin >= proc_limitgetcur_nofile(p)) { in sys_fcntl_nocancel()
1445 proc_limitgetcur_nofile(struct proc *p) in proc_limitgetcur_nofile() function
3499 size_t maxfa_size = PSF_ACTIONS_SIZE(proc_limitgetcur_nofile(p)); in posix_spawn()
6281 if (kn->kn_id >= (uint64_t)proc_limitgetcur_nofile(p)) { in kq_add_knote()