Searched refs:PR_KLC (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/cddl/compat/opensolaris/include/
H A Dlibproc.h39 #define PR_KLC 0x0002 macro
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dproc-flags.c168 #if defined (PR_KLC)
176 { PR_KLC, "PR_KLC", "Kill-on-last-close is in effect" },
H A Dprocfs.c1364 * PR_KLC -- traced process is killed when last /proc file closed.
1376 * Note: OSF does not define PR_KLC.
1480 #ifdef PR_KLC
1481 flag == PR_KLC ? "PR_KLC" :
1521 #ifdef PR_KLC
1535 return proc_modify_flag (pi, PR_KLC, FLAG_SET);
1551 return proc_modify_flag (pi, PR_KLC, FLAG_RESET);
1553 #endif /* PR_KLC */
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c434 int krflag = psp->pr_flags & (PR_KLC | PR_RLC);
446 * While we are waiting for the victim to run, clear PR_KLC and PR_RLC
465 * the stop timestamp has changed, restore PR_KLC/PR_RLC to its
562 * If PR_KLC is set, we created the process; otherwise we grabbed it.
566 if (Pstatus(P)->pr_flags & PR_KLC)
568 if (proc_getflags(P) & PR_KLC)
771 * If neither PR_KLC nor PR_RLC is set, then the process is stopped by
776 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) {
778 if (!(proc_getflags(dpr->dpr_proc) & (PR_KLC | PR_RLC))) {
783 } else if (Pstatus(dpr->dpr_proc)->pr_flags & PR_KLC) {
[all...]

Completed in 66 milliseconds