Searched refs:Psysentry (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/usr/src/lib/libpctx/common/ |
| H A D | libpctx.c | 144 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 D | Psyscall.c | 247 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 D | mapfile-vers | 288 Psysentry;
|
| H A D | Pcontrol.c | 546 (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 D | libproc.h | 298 extern int Psysentry(struct ps_prochandle *, int, int);
|
| H A D | llib-lproc | 85 int Psysentry(struct ps_prochandle *Pr, int which, int stop);
|
| /titanic_53/usr/src/lib/libdtrace/common/ |
| H A D | dt_proc.c | 510 (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 D | main.c | 714 (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 D | mdb_proc.c | 3675 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()
|