Searched refs:Psetflags (Results 1 – 13 of 13) sorted by relevance
| /titanic_41/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() 321 if (Psetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events() 780 (void) Psetflags( in pctx_run()
|
| /titanic_41/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()
|
| /titanic_41/usr/src/lib/libproc/common/ |
| H A D | mapfile-vers | 248 Psetflags;
|
| H A D | Pcontrol.c | 662 (void) Psetflags(P, PR_RLC); in Pxcreate() 979 if (Psetflags(P, PR_RLC) != 0) { in Pgrab() 1581 (void) Psetflags(P, flags); in restore_tracing_flags() 1702 (void) Psetflags(P, PR_RLC); in Prelease() 2623 Psetflags(struct ps_prochandle *P, long flags) in Psetflags() function
|
| H A D | libproc.h | 294 extern int Psetflags(struct ps_prochandle *, long);
|
| H A D | llib-lproc | 79 int Psetflags(struct ps_prochandle *Pr, long flags);
|
| /titanic_41/usr/src/cmd/truss/ |
| H A D | main.c | 502 (void) Psetflags(Proc, PR_FORK); in main() 738 (void) Psetflags(Proc, PR_BPTADJ); in main() 756 (void) Psetflags(Proc, PR_ASYNC); in main() 2477 (void) Psetflags(Proc, flags); in control() 2512 (void) Psetflags(Proc, PR_FORK); in grabit()
|
| /titanic_41/usr/src/cmd/pbind/ |
| H A D | pbind.c | 199 if (Psetflags(Pr, PR_RLC) != 0 || Pcreate_agent(Pr) != 0) { in grab_proc()
|
| /titanic_41/usr/src/cmd/plimit/ |
| H A D | plimit.c | 535 if (Psetflags(Pr, PR_KLC) != 0 || in set_one_limit()
|
| /titanic_41/usr/src/cmd/prctl/ |
| H A D | prctl.c | 1785 if (Psetflags(Pr, PR_KLC) != 0 || in prctl_setrctl() 1814 if (Psetflags(Pr, PR_KLC) != 0 || in prctl_setrctl() 2259 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()
|
| /titanic_41/usr/src/cmd/newtask/ |
| H A D | newtask.c | 562 if (Psetflags(p, PR_KLC) != 0) { in set_ids()
|
| /titanic_41/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_proc.c | 452 (void) Psetflags(P, PR_BPTADJ); /* always adjust eip on x86 */ in pt_post_attach() 453 (void) Psetflags(P, PR_FORK); /* inherit tracing on fork */ in pt_post_attach() 688 (void) Psetflags(C, PR_BPTADJ); /* always adjust eip on x86 */ in pt_fork() 732 (void) Psetflags(C, PR_RLC); in pt_fork() 1273 (void) Psetflags(t->t_pshandle, PR_RLC); in pt_attach() 3414 (void) Psetflags(P, PR_KLC); /* kill on last close by debugger */ in pt_run() 5452 (void) Psetflags(t->t_pshandle, PR_KLC); in mdb_proc_tgt_create()
|
| /titanic_41/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 3668 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()
|