Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_sysctl.c1838 char debug_kprint_syscall_process[MAXCOMLEN + 1]; variable
1844 CTLFLAG_RW | CTLFLAG_LOCKED, debug_kprint_syscall_process, sizeof(debug_kprint_syscall_process),
1856 if (debug_kprint_syscall_process[0]) { in debug_kprint_current_process()
1858 if (0 == strncmp(debug_kprint_syscall_process, in debug_kprint_current_process()
1859 p->p_comm, sizeof(debug_kprint_syscall_process))) { in debug_kprint_current_process()