Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h59 typedef int pctx_sysc_execfn_t(pctx_t *, pid_t, id_t, char *, void *); typedef
H A Dlibpctx.c57 pctx_sysc_execfn_t *exec;
264 pctx->exec = (pctx_sysc_execfn_t *) in pctx_set_events()
265 va_arg(pvar, pctx_sysc_execfn_t *); in pctx_set_events()
304 pctx->exec = (pctx_sysc_execfn_t *)(uintptr_t)default_int; in pctx_set_events()