/titanic_44/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 319 (void) Psysexit(pctx->Pr, SYS_vfork, 1); in pctx_set_events() 320 (void) Psysexit(pctx->Pr, SYS_forksys, 1); in pctx_set_events() 324 (void) Psysexit(pctx->Pr, SYS_vfork, 0); in pctx_set_events() 325 (void) Psysexit(pctx->Pr, SYS_forksys, 0); in pctx_set_events() 337 (void) Psysexit(pctx->Pr, SYS_execve, 1); in pctx_set_events() 340 (void) Psysexit(pctx->Pr, SYS_execve, 0); in pctx_set_events() 344 (void) Psysexit(pctx->Pr, SYS_lwp_create, in pctx_set_events()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 67 stop = Psysexit(P, sysnum, TRUE); in Pabort_agent() 72 (void) Psysexit(P, sysnum, stop); in Pabort_agent() 461 sexit = Psysexit(P, sysindex, TRUE); /* catch this syscall exit */ in Psyscall() 468 (void) Psysexit(P, sysindex, sexit); /* restore original setting */ in Psyscall()
|
H A D | mapfile-vers | 289 Psysexit;
|
H A D | Pcontrol.c | 547 (void) Psysexit(P, SYS_pause, 1); in Pxcreate() 571 (void) Psysexit(P, SYS_pause, 0); in Pxcreate() 595 (void) Psysexit(P, SYS_execve, TRUE); in Pxcreate() 1080 (void) Psysexit(P, 0, FALSE); in Pgrab() 2812 Psysexit(struct ps_prochandle *P, int which, int stop) in Psysexit() function
|
H A D | libproc.h | 299 extern int Psysexit(struct ps_prochandle *, int, int);
|
H A D | llib-lproc | 87 int Psysexit(struct ps_prochandle *Pr, int which, int stop);
|
/titanic_44/usr/src/cmd/nohup/ |
H A D | nohup.c | 509 (void) Psysexit(P, 0, 1); in do_pnohup() 534 (void) Psysexit(P, 0, 0); in do_pnohup()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 502 (void) Psysexit(P, SYS_execve, B_TRUE); in dt_proc_control() 511 (void) Psysexit(P, SYS_vfork, B_TRUE); in dt_proc_control() 513 (void) Psysexit(P, SYS_forksys, B_TRUE); in dt_proc_control()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | main.c | 715 (void) Psysexit(Proc, SYS_context, FALSE); in main() 725 (void) Psysexit(Proc, SYS_exit, FALSE); in main() 726 (void) Psysexit(Proc, SYS_lwp_exit, FALSE); in main() 1515 (void) Psysexit(Proc, SYS_vfork, FALSE); in worker_thread() 1516 (void) Psysexit(Proc, SYS_forksys, FALSE); in worker_thread()
|
H A D | actions.c | 72 (void) Psysexit(Proc, sys, TRUE); in report_sleeping() 532 (void) Psysexit(Proc, what, FALSE); in sysexit()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 729 (void) Psysexit(C, SYS_execve, TRUE); in pt_fork() 3735 return (Psysexit(P, (intptr_t)args, TRUE) < 0 ? -1 : 0); in pt_sysexit_ctor() 3744 (void) Psysexit(t->t_pshandle, (intptr_t)sep->se_data, FALSE); in pt_sysexit_dtor()
|