HomeSort by: relevance | last modified time | path
    Searched refs:proc_free (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libproc/dist/
proc_create.c 137 proc_free(phdl);
200 proc_free(phdl);
207 proc_free(struct proc_handle *phdl) function
libproc.h 161 void proc_free(struct proc_handle *);
  /src/external/bsd/libproc/dist/tests/
proc_test.c 208 proc_free(phdl);
240 proc_free(phdl);
279 proc_free(phdl);
319 proc_free(phdl);
356 proc_free(phdl);
397 proc_free(phdl);
  /src/sys/kern/
kern_exit.c 125 static void proc_free(struct proc *, struct wrusage *);
688 /* proc_free() will release the proc_lock. */
692 proc_free(child, wru);
1159 proc_free(struct proc *p, struct wrusage *wru) function

Completed in 37 milliseconds