Home
last modified time | relevance | path

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

/titanic_53/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()
338 (void) Psysentry(pctx->Pr, SYS_execve, 1); in pctx_set_events()
341 (void) Psysentry(pctx->Pr, SYS_execve, 0); in pctx_set_events()
348 (void) Psysentry(pctx->Pr, SYS_lwp_exit, in pctx_set_events()
/titanic_53/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-vers288 Psysentry;
H A DPcontrol.c546 (void) Psysentry(P, SYS_pause, 1); in Pxcreate()
570 (void) Psysentry(P, SYS_pause, 0); in Pxcreate()
577 (void) Psysentry(P, SYS_exit, 1); in Pxcreate()
578 (void) Psysentry(P, SYS_execve, 1); in Pxcreate()
1079 (void) Psysentry(P, 0, FALSE); in Pgrab()
2785 Psysentry(struct ps_prochandle *P, int which, int stop) in Psysentry() function
H A Dlibproc.h298 extern int Psysentry(struct ps_prochandle *, int, int);
H A Dllib-lproc85 int Psysentry(struct ps_prochandle *Pr, int which, int stop);
/titanic_53/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()
/titanic_53/usr/src/cmd/truss/
H A Dmain.c714 (void) Psysentry(Proc, SYS_context, TRUE); in main()
720 (void) Psysentry(Proc, SYS_execve, TRUE); in main()
723 (void) Psysentry(Proc, SYS_exit, TRUE); in main()
724 (void) Psysentry(Proc, SYS_lwp_exit, TRUE); in main()
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3675 return (Psysentry(P, (intptr_t)args, TRUE) < 0 ? -1 : 0); in pt_sysenter_ctor()
3684 (void) Psysentry(t->t_pshandle, (intptr_t)sep->se_data, FALSE); in pt_sysenter_dtor()