Home
last modified time | relevance | path

Searched refs:pphdl (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libproc/
H A Dproc_create.c72 proc_init(pid_t pid, int flags, int status, struct proc_handle **pphdl) in proc_init() argument
121 *pphdl = phdl; in proc_init()
126 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) in proc_attach() argument
173 *pphdl = phdl; in proc_attach()
179 proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) in proc_create() argument
234 *pphdl = phdl; in proc_create()
H A Dlibproc.h138 int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl);