Searched refs:ALL_SETTABLE_FLAGS (Results 1 – 1 of 1) sorted by relevance
1549 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE) macro1569 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != 0) in restore_tracing_flags()1570 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()1577 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != in restore_tracing_flags()1578 (flags = (P->orig_status.pr_flags & ALL_SETTABLE_FLAGS))) { in restore_tracing_flags()1579 (void) Punsetflags(P, ALL_SETTABLE_FLAGS); in restore_tracing_flags()