Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ptools/pstop/
H A Dpstop.c106 (void) Punsetflags(P, PR_RLC); in stop()
/titanic_44/usr/src/cmd/ptools/prun/
H A Dprun.c119 (void) Punsetflags(P, PR_RLC); in start()
/titanic_44/usr/src/cmd/newtask/
H A Dnewtask.c565 (void) Punsetflags(p, PR_KLC); in set_ids()
575 (void) Punsetflags(p, PR_KLC); in set_ids()
611 if (Punsetflags(p, PR_KLC) != 0) in set_ids()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_proc.c412 (void) Punsetflags(P, krflag); in dt_proc_waitrun()
491 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */ in dt_proc_control()
493 (void) Punsetflags(P, PR_FORK); /* do not inherit on fork */ in dt_proc_control()
886 (void) Punsetflags(dpr->dpr_proc, PR_RLC); in dt_proc_create()
953 (void) Punsetflags(dpr->dpr_proc, PR_KLC); in dt_proc_grab()
/titanic_44/usr/src/cmd/plimit/
H A Dplimit.c541 (void) Punsetflags(Pr, PR_KLC); in set_one_limit()
571 if (Punsetflags(Pr, PR_KLC) != 0) { in set_one_limit()
/titanic_44/usr/src/lib/libproc/common/
H A Dmapfile-vers291 Punsetflags;
H A Dlibproc.h295 extern int Punsetflags(struct ps_prochandle *, long);
H A DPcontrol.c1570 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()
1579 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()
1690 (void) Punsetflags(P, PR_RLC|PR_KLC); in Prelease()
2643 Punsetflags(struct ps_prochandle *P, long flags) in Punsetflags() function
H A Dllib-lproc80 int Punsetflags(struct ps_prochandle *Pr, long flags);
/titanic_44/usr/src/cmd/truss/
H A Dmain.c504 (void) Punsetflags(Proc, PR_FORK); in main()
836 (void) Punsetflags(Proc, PR_ASYNC); in main_thread()
1517 (void) Punsetflags(Proc, PR_FORK); in worker_thread()
2514 (void) Punsetflags(Proc, PR_FORK); in grabit()
2605 (void) Punsetflags(Proc, PR_ASYNC); in abend()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c451 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */ in pt_post_attach()
687 (void) Punsetflags(C, PR_ASYNC); /* require synchronous mode */ in pt_fork()
731 (void) Punsetflags(C, PR_FORK | PR_KLC); in pt_fork()
1272 (void) Punsetflags(t->t_pshandle, PR_KLC); in pt_attach()
3413 (void) Punsetflags(P, PR_RLC); /* make sure run-on-last-close is off */ in pt_run()
5451 (void) Punsetflags(t->t_pshandle, PR_RLC); in mdb_proc_tgt_create()
5455 (void) Punsetflags(t->t_pshandle, PR_KLC); in mdb_proc_tgt_create()
/titanic_44/usr/src/cmd/prctl/
H A Dprctl.c1790 (void) Punsetflags(Pr, PR_KLC); in prctl_setrctl()
1897 if (Punsetflags(Pr, PR_KLC) != 0) in prctl_setrctl()
/titanic_44/usr/src/lib/libpctx/common/
H A Dlibpctx.c326 if (Punsetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events()