Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dproc.h248 extern bool proc_is_third_party_debuggable_driver(proc_t p);
/xnu-11417.101.15/bsd/kern/
H A Dmach_process.c545 if (!proc_is_third_party_debuggable_driver(traced_procp)) { in cantrace()
H A Dkern_proc.c3036 proc_is_third_party_debuggable_driver(proc_t p) in proc_is_third_party_debuggable_driver() function
5377 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()