Home
last modified time | relevance | path

Searched refs:proc_free (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libproc/dist/tests/
H A Dproc_test.c208 proc_free(phdl); in ATF_TC_BODY()
240 proc_free(phdl); in ATF_TC_BODY()
279 proc_free(phdl); in ATF_TC_BODY()
319 proc_free(phdl); in ATF_TC_BODY()
356 proc_free(phdl); in ATF_TC_BODY()
397 proc_free(phdl); in ATF_TC_BODY()
/netbsd-src/external/bsd/libproc/dist/
H A Dproc_create.c137 proc_free(phdl); in proc_attach()
200 proc_free(phdl); in proc_create()
207 proc_free(struct proc_handle *phdl) in proc_free() function
H A Dlibproc.h161 void proc_free(struct proc_handle *);
/netbsd-src/sys/kern/
H A Dkern_exit.c123 static void proc_free(struct proc *, struct wrusage *);
690 proc_free(child, wru); in do_sys_waitid()
1157 proc_free(struct proc *p, struct wrusage *wru) in proc_free() function