Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dproc.h249 extern bool proc_is_third_party_debuggable_driver(proc_t p);
/xnu-11215.61.5/bsd/kern/
H A Dmach_process.c543 if (!proc_is_third_party_debuggable_driver(traced_procp)) { in cantrace()
H A Dkern_proc.c2989 proc_is_third_party_debuggable_driver(proc_t p) in proc_is_third_party_debuggable_driver() function
5320 checkcredentials = !proc_is_third_party_debuggable_driver(target); in task_for_pid_posix_check()
H A Dkern_sig.c325 if (proc_is_third_party_debuggable_driver(dst)) { in cansignal_nomac()