Searched defs:pctx_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h45 typedef struct __pctx pctx_t; typedef in typeref:struct:__pctx
54 extern pctx_t *pctx_create(const char *filename, char *const *argv,
56 extern pctx_t *pctx_capture(pid_t pid,
59 typedef int pctx_sysc_execfn_t(pctx_t *, pid_t, id_t, char *, void *);
60 typedef void pctx_sysc_forkfn_t(pctx_t *, pid_t, id_t, pid_t, void *);
61 typedef void pctx_sysc_exitfn_t(pctx_t *, pid_t, id_t, int, void *);
62 typedef int pctx_sysc_lwp_createfn_t(pctx_t *, pid_t, id_t, void *);
63 typedef int pctx_init_lwpfn_t(pctx_t *, pid_t, id_t, void *);
64 typedef int pctx_fini_lwpfn_t(pctx_t *, pid_t, id_t, void *);
65 typedef int pctx_sysc_lwp_exitfn_t(pctx_t *, pid_
[all...]

Completed in 58 milliseconds