Searched refs:Punsetflags (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 106 (void) Punsetflags(P, PR_RLC); in stop()
|
/titanic_44/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 119 (void) Punsetflags(P, PR_RLC); in start()
|
/titanic_44/usr/src/cmd/newtask/ |
H A D | newtask.c | 565 (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 D | dt_proc.c | 412 (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 D | plimit.c | 541 (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 D | mapfile-vers | 291 Punsetflags;
|
H A D | libproc.h | 295 extern int Punsetflags(struct ps_prochandle *, long);
|
H A D | Pcontrol.c | 1570 (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 D | llib-lproc | 80 int Punsetflags(struct ps_prochandle *Pr, long flags);
|
/titanic_44/usr/src/cmd/truss/ |
H A D | main.c | 504 (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 D | mdb_proc.c | 451 (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 D | prctl.c | 1790 (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 D | libpctx.c | 326 if (Punsetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events()
|