Home
last modified time | relevance | path

Searched refs:pctx_sysc_exitfn_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h61 typedef void pctx_sysc_exitfn_t(pctx_t *, pid_t, id_t, int, void *); typedef
H A Dlibpctx.c59 pctx_sysc_exitfn_t *exit;
272 pctx->exit = (pctx_sysc_exitfn_t *) in pctx_set_events()
273 va_arg(pvar, pctx_sysc_exitfn_t *); in pctx_set_events()
308 pctx->exit = (pctx_sysc_exitfn_t *)(uintptr_t)default_void; in pctx_set_events()