Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.c158 .pop_fini = (pop_fini_t)Pdefault_void,
199 if (src->pop_fini != NULL) in Pinit_ops()
200 dst->pop_fini = src->pop_fini; in Pinit_ops()
H A Dlibproc.h225 pop_fini_t pop_fini; member
H A DPcore.c331 .pop_fini = Pfini_core,
H A DPcontrol.c1226 P->ops.pop_fini(P, P->data); in Pfree()