Home
last modified time | relevance | path

Searched refs:prfree (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dprsystm.h89 extern void prfree(proc_t *);
/titanic_44/usr/src/uts/common/os/
H A Dexit.c1221 prfree(p); /* inform /proc */ in freeproc()
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s564 NO_UNLOAD_STUB(procfs, prfree, nomod_zero);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s675 NO_UNLOAD_STUB(procfs, prfree, nomod_zero);
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c313 prfree(proc_t *p) in prfree() function