Home
last modified time | relevance | path

Searched refs:pargs_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dproc.h1195 struct pargs *pargs_alloc(int len);
/freebsd-14.2/sys/kern/
H A Dkern_exec.c762 newargs = pargs_alloc(i); in do_execve()
H A Dkern_proc.c1798 pargs_alloc(int len) in pargs_alloc() function
2182 newpa = pargs_alloc(req->newlen); in sysctl_kern_proc_args()