Searched refs:PR_FORK (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in100 SED_REPLACE(PR_FORK)
H A Dprocfs.d.in85 inline int PR_FORK = @PR_FORK@;
86 #pragma D binding "1.0" PR_FORK
305 ((T->t_procp->p_proc_flag & @P_PR_FORK@) ? PR_FORK : 0) |
H A Ddt_proc.c493 (void) Punsetflags(P, PR_FORK); /* do not inherit on fork */
507 * the PR_FORK flag, so if fork succeeds the child begins executing and
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c78 pflags = PR_FORK;
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c72 |PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
421 if (arg & PR_FORK)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c503 (void) Psetflags(Proc, PR_FORK);
505 (void) Punsetflags(Proc, PR_FORK);
1518 (void) Punsetflags(Proc, PR_FORK);
2475 flags = PR_FORK | PR_ASYNC;
2513 (void) Psetflags(Proc, PR_FORK);
2515 (void) Punsetflags(Proc, PR_FORK);
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h216 #define PR_FORK 0x0010 /* inherit-on-fork is in effect */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h215 #define PR_FORK 0x0010 /* inherit-on-fork is in effect */ macro
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c321 if (Psetflags(pctx->Pr, PR_FORK) == -1)
326 if (Punsetflags(pctx->Pr, PR_FORK) == -1)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c720 error = pr_set(p, prmapsetflags(PR_FORK));
725 error = pr_unset(p, prmapsetflags(PR_FORK));
1368 flags |= PR_FORK;
2316 error = pr_set(p, prmapsetflags(PR_FORK));
2321 error = pr_unset(p, prmapsetflags(PR_FORK));
3047 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_PCOMPAT)
3051 if (flags & PR_FORK)
3209 flags |= PR_FORK;
H A Dprcontrol.c1598 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
1609 if (flags & PR_FORK)
1643 if (flags & PR_FORK)
H A Dprsubr.c955 flags |= PR_FORK;
1181 flags |= PR_FORK;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c660 mode = PR_FORK;
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h213 #define PR_FORK 0x00100000 /* inherit-on-fork is in effect */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c189 if (lsp->pr_flags & PR_FORK)
314 if (lsp->pr_flags & PR_FORK)
H A DPcontrol.c1588 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c196 ctl.arg.flags = PR_FORK;
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c196 ctl.arg.flags = PR_FORK;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1200 flags |= PR_FORK;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1190 { PR_FORK, MSG_PR_FLAGS_FORK },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c453 (void) Psetflags(P, PR_FORK); /* inherit tracing on fork */
718 * PR_FORK and setting PR_RLC; if it does fork it will effectively be
731 (void) Punsetflags(C, PR_FORK | PR_KLC);

Completed in 154 milliseconds