Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/ptools/pstop/
H A Dpstop.c106 (void) Punsetflags(P, PR_RLC); in stop()
/titanic_50/usr/src/cmd/ptools/prun/
H A Dprun.c119 (void) Punsetflags(P, PR_RLC); in start()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in87 inline int PR_RLC = @PR_RLC@; variable
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); in dt_proc_waitrun()
708 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) { in dt_proc_destroy()
886 (void) Punsetflags(dpr->dpr_proc, PR_RLC); in dt_proc_create()
954 (void) Psetflags(dpr->dpr_proc, PR_RLC); in dt_proc_grab()
H A Dprocfs.sed.in101 SED_REPLACE(PR_RLC)
/titanic_50/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) in prflags()
/titanic_50/usr/src/cmd/pbind/
H A Dpbind.c199 if (Psetflags(Pr, PR_RLC) != 0 || Pcreate_agent(Pr) != 0) { in grab_proc()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c710 error = pr_set(p, prmapsetflags(PR_RLC)); in prioctl64()
715 error = pr_unset(p, prmapsetflags(PR_RLC)); in prioctl64()
1370 flags |= PR_RLC; in oprgetstatus32()
2306 error = pr_set(p, prmapsetflags(PR_RLC)); in prioctl32()
2311 error = pr_unset(p, prmapsetflags(PR_RLC)); in prioctl32()
3047 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_PCOMPAT) in prmapsetflags()
3053 if (flags & PR_RLC) in prmapsetflags()
3211 flags |= PR_RLC; in oprgetstatus()
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) in pr_set()
1645 if (flags & PR_RLC) in pr_unset()
H A Dprsubr.c955 flags |= PR_RLC; in prgetlwpstatus32()
1181 flags |= PR_RLC; in prgetlwpstatus()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h216 #define PR_RLC 0x0020 /* run-on-last-close is in effect */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h217 #define PR_RLC 0x0020 /* run-on-last-close is in effect */ macro
/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c662 (void) Psetflags(P, PR_RLC); in Pxcreate()
979 if (Psetflags(P, PR_RLC) != 0) { in Pgrab()
1549 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE)
1690 (void) Punsetflags(P, PR_RLC|PR_KLC); in Prelease()
1702 (void) Psetflags(P, PR_RLC); in Prelease()
H A DPgcore.c191 if (lsp->pr_flags & PR_RLC) in mkprstatus()
316 if (lsp->pr_flags & PR_RLC) in mkprstatus32()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h213 #define PR_RLC 0x00200000 /* run-on-last-close is in effect */
/titanic_50/usr/src/lib/libtnfctl/
H A Dprb_proc.c569 mode = PR_RLC; in prb_proc_setrlc()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c232 (void) Psetflags(pctx->Pr, PR_RLC); in pctx_capture()
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dptrace.c565 ctl[1] = PR_RLC; in GrabProc()
/titanic_50/usr/src/lib/libc/i386/sys/
H A Dptrace.c557 ctl[1] = PR_RLC; in GrabProc()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c732 (void) Psetflags(C, PR_RLC); in pt_fork()
1273 (void) Psetflags(t->t_pshandle, PR_RLC); in pt_attach()
3413 (void) Punsetflags(P, PR_RLC); /* make sure run-on-last-close is off */ in pt_run()
5451 (void) Punsetflags(t->t_pshandle, PR_RLC); in mdb_proc_tgt_create()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg269 @ MSG_PR_FLAGS_RLC "PR_RLC"
H A Dcorenote.c1191 { PR_RLC, MSG_PR_FLAGS_RLC }, in conv_cnote_pr_flags()
/titanic_50/usr/src/cmd/prctl/
H A Dprctl.c2259 if (Psetflags(p->pr, PR_RLC) != 0) { in grab_process()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1202 flags |= PR_RLC; in gcore_prgetlwpstatus()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c2535 ctl[1] = PR_RLC; in release()

12