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

/freebsd-10.3-release/lib/libproc/
H A Dproc_create.c73 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) argument
118 *pphdl = phdl;
124 void *child_arg, struct proc_handle **pphdl)
181 *pphdl = phdl;
123 proc_create(const char *file, char * const *argv, proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) argument
H A Dlibproc.h121 int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl);

Completed in 46 milliseconds