Home
last modified time | relevance | path

Searched refs:ALL_SETTABLE_FLAGS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c1595 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE) macro
1615 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != 0) in restore_tracing_flags()
1616 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()
1623 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != in restore_tracing_flags()
1624 (flags = (P->orig_status.pr_flags & ALL_SETTABLE_FLAGS))) { in restore_tracing_flags()
1625 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()