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

/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2215 char debug_kprint_syscall_process[MAXCOMLEN+1]; variable
2221 CTLFLAG_RW | CTLFLAG_LOCKED, debug_kprint_syscall_process, sizeof(debug_kprint_syscall_process),
2232 if (debug_kprint_syscall_process[0]) {
2234 if(0 == strncmp(debug_kprint_syscall_process,
2235 p->p_comm, sizeof(debug_kprint_syscall_process))) {

Completed in 73 milliseconds