| /xnu-11215.1.10/bsd/security/audit/ |
| H A D | audit.c | 237 cred = kauth_cred_proc_ref(p); in audit_record_ctor() 643 cred = kauth_cred_proc_ref(proc); in audit_syscall_enter() 765 cred = kauth_cred_proc_ref(proc); in audit_subcall_enter() 849 cred = kauth_cred_proc_ref(proc); in audit_mach_syscall_enter() 919 my_cred = kauth_cred_proc_ref(proc); in audit_proc_coredump()
|
| H A D | audit_session.c | 1173 my_cred = kauth_cred_proc_ref(p); in audit_session_setaia() 1237 cred = kauth_cred_proc_ref(p); in audit_session_self() 1316 cred = kauth_cred_proc_ref(p); in audit_session_port() 1683 scred = kauth_cred_proc_ref(p); in audit_sdev_get_aia()
|
| H A D | audit_arg.c | 294 my_cred = kauth_cred_proc_ref(p); in audit_arg_process()
|
| H A D | audit_syscalls.c | 1155 scred = kauth_cred_proc_ref(p); in setaudit_addr()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | mach_process.c | 185 kauth_cred_t pproc_cred = kauth_cred_proc_ref(pproc); in ptrace() 550 traced_cred = kauth_cred_proc_ref(traced_procp); in cantrace() 574 kauth_cred_t cur_cred = kauth_cred_proc_ref(cur_procp); in cantrace()
|
| H A D | kern_resource.c | 252 my_cred = kauth_cred_proc_ref(p); in getpriority() 378 my_cred = kauth_cred_proc_ref(p); in puser_donice_callback() 631 ucred = kauth_cred_proc_ref(curp); in donice() 632 my_cred = kauth_cred_proc_ref(chgp); in donice() 674 target_cred = kauth_cred_proc_ref(targetp); in set_gpudeny_proc() 723 target_cred = kauth_cred_proc_ref(targetp); in proc_set_darwin_role() 777 target_cred = kauth_cred_proc_ref(targetp); in proc_get_darwin_role() 813 target_cred = kauth_cred_proc_ref(targetp); in proc_set_game_mode() 854 target_cred = kauth_cred_proc_ref(targetp); in proc_get_game_mode() 893 target_cred = kauth_cred_proc_ref(targetp); in proc_set_carplay_mode() [all …]
|
| H A D | tty_tty.c | 100 context.vc_ucred = kauth_cred_proc_ref(p); in cttyopen()
|
| H A D | kern_acct.c | 289 safecred = kauth_cred_proc_ref(p); in acct_process()
|
| H A D | process_policy.c | 144 target_cred = kauth_cred_proc_ref(target_proc); in process_policy()
|
| H A D | kern_sig.c | 335 uc_dst = uc_ref = kauth_cred_proc_ref(dst); in cansignal_nomac() 1674 uc = kauth_cred_proc_ref(curproc); in killpg1() 2376 my_cred = kauth_cred_proc_ref(sig_proc); in psignal_internal() 2722 my_cred = kauth_cred_proc_ref(p); in issignal_locked() 2849 my_cred = kauth_cred_proc_ref(p); in issignal_locked()
|
| H A D | kern_credential.c | 3501 struct ucred *cred = kauth_cred_proc_ref(proc); in kauth_cred_thread_update_slow() 3566 kauth_cred_proc_ref(proc_t procp) in kauth_cred_proc_ref() function 3602 cred = kauth_cred_proc_ref(procp); in __kauth_cred_proc_ref_for_pidversion_slow() 3932 cur_cred = kauth_cred_proc_ref(p); in kauth_cred_proc_update()
|
| H A D | kern_prot.c | 1707 my_cred = kauth_cred_proc_ref(parent); in proc_parent_audit_token()
|
| H A D | kern_fork.c | 1353 kauth_cred_t cred = kauth_cred_proc_ref(p); in uthread_init()
|
| H A D | kern_proc.c | 5317 targetcred = kauth_cred_proc_ref(target); in task_for_pid_posix_check() 5573 target_cred = kauth_cred_proc_ref(p); in task_name_for_pid()
|
| H A D | uipc_usrreq.c | 2737 kauth_cred_t safecred __single = kauth_cred_proc_ref(p); in unp_listen()
|
| H A D | kern_exec.c | 768 kauth_cred_t cred = kauth_cred_proc_ref(p); in exec_fat_imgact() 5302 context.vc_ucred = kauth_cred_proc_ref(p); /* XXX must NOT be kauth_cred_get() */ in __mac_execve()
|
| H A D | mach_loader.c | 1571 cred = kauth_cred_proc_ref(p); in check_if_simulator_binary()
|
| /xnu-11215.1.10/security/ |
| H A D | mac_process.c | 164 cr = kauth_cred_proc_ref(p); in mac_cred_label_externalize_audit()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kauth.h | 283 extern kauth_cred_t kauth_cred_proc_ref(proc_t procp);
|
| /xnu-11215.1.10/bsd/skywalk/core/ |
| H A D | skywalk.c | 611 kauth_cred_t cred = kauth_cred_proc_ref(p); in skywalk_mac_system_check_proc_cred()
|
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | in6_pcb.c | 378 cred = kauth_cred_proc_ref(p); in in6_pcbbind()
|
| H A D | in6_src.c | 1692 cred = kauth_cred_proc_ref(p); in in6_pcbsetport()
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | in_pcb.c | 1036 cred = kauth_cred_proc_ref(p); in in_pcbbind() 1171 cred = kauth_cred_proc_ref(p); in in_pcbbind()
|
| /xnu-11215.1.10/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 1651 cred = kauth_cred_proc_ref(p); in fasttrap_provider_lookup()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1064 kauth_cred_t __single cred = kauth_cred_proc_ref(p); in fsw_ctl()
|