/illumos-gate/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 104 (void) Punsetflags(P, PR_RLC); in stop()
|
/illumos-gate/usr/src/cmd/newtask/ |
H A D | newtask.c | 566 (void) Punsetflags(p, PR_KLC); in set_ids() 576 (void) Punsetflags(p, PR_KLC); in set_ids() 612 if (Punsetflags(p, PR_KLC) != 0) in set_ids()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 117 (void) Punsetflags(P, PR_RLC); in start()
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 542 (void) Punsetflags(Pr, PR_KLC); in set_one_limit() 572 if (Punsetflags(Pr, PR_KLC) != 0) { in set_one_limit()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 181 (void) Punsetflags(P, PR_RLC); in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 281 Punsetflags.3proc \ 389 Punsetflags.3proc := LINKSRC = Psetflags.3proc
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 324 Punsetflags;
|
H A D | libproc.h | 295 extern int Punsetflags(struct ps_prochandle *, long);
|
H A D | Pcontrol.c | 1682 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags() 1691 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags() 1802 (void) Punsetflags(P, PR_RLC|PR_KLC); in Prelease() 2755 Punsetflags(struct ps_prochandle *P, long flags) in Punsetflags() function
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 506 (void) Punsetflags(Proc, PR_FORK); in main() 841 (void) Punsetflags(Proc, PR_ASYNC); in main_thread() 1523 (void) Punsetflags(Proc, PR_FORK); in worker_thread() 2520 (void) Punsetflags(Proc, PR_FORK); in grabit() 2611 (void) Punsetflags(Proc, PR_ASYNC); in abend()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 453 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */ in pt_post_attach() 689 (void) Punsetflags(C, PR_ASYNC); /* require synchronous mode */ in pt_fork() 733 (void) Punsetflags(C, PR_FORK | PR_KLC); in pt_fork() 1274 (void) Punsetflags(t->t_pshandle, PR_KLC); in pt_attach() 3484 (void) Punsetflags(P, PR_RLC); /* make sure run-on-last-close is off */ in pt_run() 5521 (void) Punsetflags(t->t_pshandle, PR_RLC); in mdb_proc_tgt_create() 5525 (void) Punsetflags(t->t_pshandle, PR_KLC); in mdb_proc_tgt_create()
|
/illumos-gate/usr/src/cmd/prctl/ |
H A D | prctl.c | 1791 (void) Punsetflags(Pr, PR_KLC); in prctl_setrctl() 1898 if (Punsetflags(Pr, PR_KLC) != 0) in prctl_setrctl()
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 328 if (Punsetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 521 (void) Punsetflags(P, PR_RLC); in xsu_proc_bkpt()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 168 link path=usr/share/man/man3proc/Punsetflags.3proc target=Psetflags.3proc
|