Searched refs:PR_RLC (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c119 (void) Punsetflags(P, PR_RLC);
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c106 (void) Punsetflags(P, PR_RLC);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in101 SED_REPLACE(PR_RLC)
H A Dprocfs.d.in87 inline int PR_RLC = @PR_RLC@;
88 #pragma D binding "1.0" PR_RLC
306 ((T->t_procp->p_proc_flag & @P_PR_RUNLCL@) ? PR_RLC : 0) |
H A Ddt_proc.c396 int krflag = psp->pr_flags & (PR_KLC | PR_RLC);
408 * While we are waiting for the victim to run, clear PR_KLC and PR_RLC
427 * the stop timestamp has changed, restore PR_KLC/PR_RLC to its
704 * If neither PR_KLC nor PR_RLC is set, then the process is stopped by
708 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) {
886 (void) Punsetflags(dpr->dpr_proc, PR_RLC);
954 (void) Psetflags(dpr->dpr_proc, PR_RLC);
/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)
423 if (arg & PR_RLC)
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h217 #define PR_RLC 0x0020 /* run-on-last-close is in effect */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h216 #define PR_RLC 0x0020 /* run-on-last-close is in effect */ macro
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c199 if (Psetflags(Pr, PR_RLC) != 0 || Pcreate_agent(Pr) != 0) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c710 error = pr_set(p, prmapsetflags(PR_RLC));
715 error = pr_unset(p, prmapsetflags(PR_RLC));
1370 flags |= PR_RLC;
2306 error = pr_set(p, prmapsetflags(PR_RLC));
2311 error = pr_unset(p, prmapsetflags(PR_RLC));
3047 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_PCOMPAT)
3053 if (flags & PR_RLC)
3211 flags |= PR_RLC;
H A Dprcontrol.c1598 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
1611 if (flags & PR_RLC)
1645 if (flags & PR_RLC)
H A Dprsubr.c957 flags |= PR_RLC;
1183 flags |= PR_RLC;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c569 mode = PR_RLC;
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h214 #define PR_RLC 0x00200000 /* run-on-last-close is in effect */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c672 (void) Psetflags(P, PR_RLC);
989 if (Psetflags(P, PR_RLC) != 0) {
1588 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE)
1729 (void) Punsetflags(P, PR_RLC|PR_KLC);
1741 (void) Psetflags(P, PR_RLC);
H A DPgcore.c191 if (lsp->pr_flags & PR_RLC)
316 if (lsp->pr_flags & PR_RLC)
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c232 (void) Psetflags(pctx->Pr, PR_RLC);
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c557 ctl[1] = PR_RLC;
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c565 ctl[1] = PR_RLC;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c718 * PR_FORK and setting PR_RLC; if it does fork it will effectively be
732 (void) Psetflags(C, PR_RLC);
1273 (void) Psetflags(t->t_pshandle, PR_RLC);
3413 (void) Punsetflags(P, PR_RLC); /* make sure run-on-last-close is off */
5445 * to an already running process. Pgrab() has already set the PR_RLC
5451 (void) Punsetflags(t->t_pshandle, PR_RLC);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1202 flags |= PR_RLC;
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c2262 if (Psetflags(p->pr, PR_RLC) != 0) {
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1191 { PR_RLC, MSG_PR_FLAGS_RLC },
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2536 ctl[1] = PR_RLC;
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3829 if (Psetflags(p->pr, PR_RLC) != 0) {

Completed in 205 milliseconds