Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dproc.h1114 struct pargs *pargs_alloc(int len);
/freebsd-13.1/sys/kern/
H A Dkern_proc.c1765 pargs_alloc(int len) in pargs_alloc() function
2149 newpa = pargs_alloc(req->newlen); in sysctl_kern_proc_args()
H A Dkern_exec.c765 newargs = pargs_alloc(i); in do_execve()