Home
last modified time | relevance | path

Searched refs:lim_cur_proc (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h136 rlim_t lim_cur_proc(struct proc *p, int which);
/f-stack/freebsd/sys/
H A Dresourcevar.h147 rlim_t lim_cur_proc(struct proc *p, int which);
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c111 a_out->a_data + bss_size > lim_cur_proc(imgp->proc, RLIMIT_DATA) || in exec_linux_imgact()
/f-stack/freebsd/kern/
H A Dimgact_aout.c246 a_out->a_data + bss_size > lim_cur_proc(imgp->proc, RLIMIT_DATA) || in exec_aout_imgact()
H A Dkern_resource.c1296 lim_cur_proc(struct proc *p, int which) in lim_cur_proc() function
H A Dimgact_elf.c934 if (data_size > lim_cur_proc(imgp->proc, RLIMIT_DATA)) in __elfN()
938 else if (total_size > lim_cur_proc(imgp->proc, RLIMIT_VMEM)) in __elfN()
/f-stack/lib/
H A Dff_glue.c770 lim_cur_proc(struct proc *p, int which) in lim_cur_proc() function
/f-stack/freebsd/vm/
H A Dvm_mmap.c1083 if (nsize > lim_cur_proc(proc, RLIMIT_MEMLOCK)) { in kern_mlock()