Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c104 (void) Punsetflags(P, PR_RLC); in stop()
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c566 (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/cmd/ptools/prun/
H A Dprun.c117 (void) Punsetflags(P, PR_RLC); in start()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c542 (void) Punsetflags(Pr, PR_KLC); in set_one_limit()
572 if (Punsetflags(Pr, PR_KLC) != 0) { in set_one_limit()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile279 Punsetflags.3proc \
385 Punsetflags.3proc := LINKSRC = Psetflags.3proc
/illumos-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers322 Punsetflags;
H A Dlibproc.h293 extern int Punsetflags(struct ps_prochandle *, long);
H A DPcontrol.c1616 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()
1625 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()
1736 (void) Punsetflags(P, PR_RLC|PR_KLC); in Prelease()
2689 Punsetflags(struct ps_prochandle *P, long flags) in Punsetflags() function
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c506 (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 Dmdb_proc.c453 (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 Dprctl.c1791 (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 Dlibpctx.c328 if (Punsetflags(pctx->Pr, PR_FORK) == -1) in pctx_set_events()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_util.c521 (void) Punsetflags(P, PR_RLC); in xsu_proc_bkpt()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc166 link path=usr/share/man/man3proc/Punsetflags.3proc target=Psetflags.3proc