Home
last modified time | relevance | path

Searched refs:Psysentry (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c144 if (Psysentry(pctx->Pr, SYS_exit, 1) == -1) { in pctx_create()
217 if (Psysentry(pctx->Pr, SYS_exit, 1) == -1) { in pctx_capture()
340 (void) Psysentry(pctx->Pr, SYS_execve, 1); in pctx_set_events()
343 (void) Psysentry(pctx->Pr, SYS_execve, 0); in pctx_set_events()
350 (void) Psysentry(pctx->Pr, SYS_lwp_exit, in pctx_set_events()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c247 sentry = Psysentry(P, sysindex, TRUE); /* set stop-on-syscall-entry */ in execute()
284 (void) Psysentry(P, sysindex, sentry); /* restore sysentry stop */ in execute()
H A Dmapfile-vers319 Psysentry;
H A DPcontrol.c559 (void) Psysentry(P, SYS_pause, 1); in Pxcreate()
583 (void) Psysentry(P, SYS_pause, 0); in Pxcreate()
590 (void) Psysentry(P, SYS_exit, 1); in Pxcreate()
591 (void) Psysentry(P, SYS_execve, 1); in Pxcreate()
1093 (void) Psysentry(P, 0, FALSE); in Pgrab()
2831 Psysentry(struct ps_prochandle *P, int which, int stop) in Psysentry() function
H A Dlibproc.h296 extern int Psysentry(struct ps_prochandle *, int, int);
/illumos-gate/usr/src/man/man3proc/
H A DMakefile163 Psysentry.3proc \
389 Psysexit.3proc := LINKSRC = Psysentry.3proc
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c717 (void) Psysentry(Proc, SYS_context, TRUE); in main()
723 (void) Psysentry(Proc, SYS_execve, TRUE); in main()
726 (void) Psysentry(Proc, SYS_exit, TRUE); in main()
727 (void) Psysentry(Proc, SYS_lwp_exit, TRUE); in main()
728 (void) Psysentry(Proc, SYS_upanic, TRUE); in main()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c510 (void) Psysentry(P, SYS_vfork, B_TRUE); in dt_proc_control()
512 (void) Psysentry(P, SYS_forksys, B_TRUE); in dt_proc_control()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc163 file path=usr/share/man/man3proc/Psysentry.3proc
164 link path=usr/share/man/man3proc/Psysexit.3proc target=Psysentry.3proc
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3746 return (Psysentry(P, (intptr_t)args, TRUE) < 0 ? -1 : 0); in pt_sysenter_ctor()
3755 (void) Psysentry(t->t_pshandle, (intptr_t)sep->se_data, FALSE); in pt_sysenter_dtor()