/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 156 (void) Psetflags(pctx->Pr, PR_KLC); in pctx_create() 232 (void) Psetflags(pctx->Pr, PR_RLC); in pctx_capture() 323 if (Psetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events() 782 (void) Psetflags( in pctx_run()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 432 (void) Psetflags(P, krflag); in dt_proc_waitrun() 492 (void) Psetflags(P, PR_BPTADJ); /* always adjust eip on x86 */ in dt_proc_control() 887 (void) Psetflags(dpr->dpr_proc, PR_KLC); in dt_proc_create() 954 (void) Psetflags(dpr->dpr_proc, PR_RLC); in dt_proc_grab()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 182 if (Psetflags(P, PR_KLC | PR_BPTADJ) != 0) { in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 150 Psetflags.3proc \ 389 Punsetflags.3proc := LINKSRC = Psetflags.3proc
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 276 Psetflags;
|
H A D | Pcontrol.c | 731 (void) Psetflags(P, PR_RLC); in Pxcreate() 1048 if (Psetflags(P, PR_RLC) != 0) { in Pgrab() 1693 (void) Psetflags(P, flags); in restore_tracing_flags() 1814 (void) Psetflags(P, PR_RLC); in Prelease() 2735 Psetflags(struct ps_prochandle *P, long flags) in Psetflags() function
|
H A D | libproc.h | 294 extern int Psetflags(struct ps_prochandle *, long);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 504 (void) Psetflags(Proc, PR_FORK); in main() 743 (void) Psetflags(Proc, PR_BPTADJ); in main() 761 (void) Psetflags(Proc, PR_ASYNC); in main() 2483 (void) Psetflags(Proc, flags); in control() 2518 (void) Psetflags(Proc, PR_FORK); in grabit()
|
/illumos-gate/usr/src/cmd/pbind/ |
H A D | pbind.c | 199 if (Psetflags(Pr, PR_RLC) != 0 || Pcreate_agent(Pr) != 0) { in grab_proc()
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 536 if (Psetflags(Pr, PR_KLC) != 0 || in set_one_limit()
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 1786 if (Psetflags(Pr, PR_KLC) != 0 || in prctl_setrctl() 1815 if (Psetflags(Pr, PR_KLC) != 0 || in prctl_setrctl() 2262 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()
|
/illumos-gate/usr/src/cmd/newtask/ |
H A D | newtask.c | 563 if (Psetflags(p, PR_KLC) != 0) { in set_ids()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 143 file path=usr/share/man/man3proc/Psetflags.3proc 168 link path=usr/share/man/man3proc/Punsetflags.3proc target=Psetflags.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 454 (void) Psetflags(P, PR_BPTADJ); /* always adjust eip on x86 */ in pt_post_attach() 455 (void) Psetflags(P, PR_FORK); /* inherit tracing on fork */ in pt_post_attach() 690 (void) Psetflags(C, PR_BPTADJ); /* always adjust eip on x86 */ in pt_fork() 734 (void) Psetflags(C, PR_RLC); in pt_fork() 1275 (void) Psetflags(t->t_pshandle, PR_RLC); in pt_attach() 3485 (void) Psetflags(P, PR_KLC); /* kill on last close by debugger */ in pt_run() 5522 (void) Psetflags(t->t_pshandle, PR_KLC); in mdb_proc_tgt_create()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 522 if (Psetflags(P, PR_KLC | PR_BPTADJ) != 0) { in xsu_proc_bkpt()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3831 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()
|