Home
last modified time | relevance | path

Searched refs:Psetflags (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libpctx/common/
H A Dlibpctx.c156 (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 Ddt_proc.c432 (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 Dmapfile-vers248 Psetflags;
H A DPcontrol.c662 (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 Dlibproc.h294 extern int Psetflags(struct ps_prochandle *, long);
H A Dllib-lproc79 int Psetflags(struct ps_prochandle *Pr, long flags);
/titanic_41/usr/src/cmd/truss/
H A Dmain.c502 (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 Dpbind.c199 if (Psetflags(Pr, PR_RLC) != 0 || Pcreate_agent(Pr) != 0) { in grab_proc()
/titanic_41/usr/src/cmd/plimit/
H A Dplimit.c535 if (Psetflags(Pr, PR_KLC) != 0 || in set_one_limit()
/titanic_41/usr/src/cmd/prctl/
H A Dprctl.c1785 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 Dnewtask.c562 if (Psetflags(p, PR_KLC) != 0) { in set_ids()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c452 (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 Dlibzonecfg.c3668 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()