Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Dproc.h249 extern bool proc_is_third_party_debuggable_driver(proc_t p);
/xnu-10002.81.5/bsd/kern/
H A Dmach_process.c543 if (!proc_is_third_party_debuggable_driver(traced_procp)) { in cantrace()
H A Dkern_sig.c324 if (proc_is_third_party_debuggable_driver(dst)) { in cansignal_nomac()
H A Dkern_proc.c2919 proc_is_third_party_debuggable_driver(proc_t p) in proc_is_third_party_debuggable_driver() function
/xnu-10002.81.5/bsd/vm/
H A Dvm_unix.c881 checkcredentials = !proc_is_third_party_debuggable_driver(target); in task_for_pid_posix_check()