Searched refs:PR_FORK (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | procfs.sed.in | 100 SED_REPLACE(PR_FORK)
|
H A D | procfs.d.in | 85 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 D | dt_proc.c | 493 (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 D | main.c | 78 pflags = PR_FORK;
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 72 |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 D | main.c | 503 (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 D | old_procfs.h | 216 #define PR_FORK 0x0010 /* inherit-on-fork is in effect */ macro
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 215 #define PR_FORK 0x0010 /* inherit-on-fork is in effect */ macro
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 321 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 D | prioctl.c | 720 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 D | prcontrol.c | 1598 (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 D | prsubr.c | 955 flags |= PR_FORK; 1181 flags |= PR_FORK;
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | prb_proc.c | 660 mode = PR_FORK;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 213 #define PR_FORK 0x00100000 /* inherit-on-fork is in effect */ macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 189 if (lsp->pr_flags & PR_FORK) 314 if (lsp->pr_flags & PR_FORK)
|
H A D | Pcontrol.c | 1588 #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 D | ptrace.c | 196 ctl.arg.flags = PR_FORK;
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 196 ctl.arg.flags = PR_FORK;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1200 flags |= PR_FORK;
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.c | 1190 { PR_FORK, MSG_PR_FLAGS_FORK },
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 453 (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 169 milliseconds