Home
last modified time | relevance | path

Searched refs:proc_limitgetcur_nofile (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dresourcevar.h134 int proc_limitgetcur_nofile(struct proc *p);
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c666 int lim = proc_limitgetcur_nofile(p); in fdt_available_locked()
1192 int lim = proc_limitgetcur_nofile(p); in fdalloc()
2307 *retval = proc_limitgetcur_nofile(p); in sys_getdtablesize()
2467 if (new < 0 || new >= proc_limitgetcur_nofile(p)) { in dup2()
2825 if (newmin < 0 || newmin >= proc_limitgetcur_nofile(p)) { in sys_fcntl_nocancel()
H A Dkern_resource.c1704 proc_limitgetcur_nofile(struct proc *p) in proc_limitgetcur_nofile() function
H A Dkern_exec.c3717 size_t maxfa_size = PSF_ACTIONS_SIZE(proc_limitgetcur_nofile(p)); in posix_spawn()
H A Dkern_event.c6887 if (kn->kn_id >= (uint64_t)proc_limitgetcur_nofile(p)) {