Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dbsd_init.c319 __private_extern__ bool bootarg_hide_process_traced = 0; variable
1275 bootarg_hide_process_traced = 1; in parse_bsd_args()
H A Dkern_sysctl.c232 extern bool bootarg_hide_process_traced;
1139 if (p->p_lflag & P_LTRACED && !bootarg_hide_process_traced) {
1154 if (bootarg_hide_process_traced) {
1202 if (p->p_lflag & P_LTRACED && !bootarg_hide_process_traced) {
1217 if (bootarg_hide_process_traced) {