Searched refs:Psysentry (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/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() 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 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 | 321 Psysentry;
|
H A D | Pcontrol.c | 615 (void) Psysentry(P, SYS_pause, 1); in Pxcreate() 639 (void) Psysentry(P, SYS_pause, 0); in Pxcreate() 646 (void) Psysentry(P, SYS_exit, 1); in Pxcreate() 647 (void) Psysentry(P, SYS_execve, 1); in Pxcreate() 1148 (void) Psysentry(P, 0, FALSE); in Pgrab() 2897 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);
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 164 Psysentry.3proc \ 393 Psysexit.3proc := LINKSRC = Psysentry.3proc
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 717 (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 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()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 165 file path=usr/share/man/man3proc/Psysentry.3proc 166 link path=usr/share/man/man3proc/Psysexit.3proc target=Psysentry.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 3743 return (Psysentry(P, (intptr_t)args, TRUE) < 0 ? -1 : 0); in pt_sysenter_ctor() 3752 (void) Psysentry(t->t_pshandle, (intptr_t)sep->se_data, FALSE); in pt_sysenter_dtor()
|