| /xnu-10063.141.1/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-10063.141.1/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 | 250 my_cred = kauth_cred_proc_ref(p); in getpriority() 354 my_cred = kauth_cred_proc_ref(p); in puser_donice_callback() 587 ucred = kauth_cred_proc_ref(curp); in donice() 588 my_cred = kauth_cred_proc_ref(chgp); in donice() 630 target_cred = kauth_cred_proc_ref(targetp); in set_gpudeny_proc() 679 target_cred = kauth_cred_proc_ref(targetp); in proc_set_darwin_role() 733 target_cred = kauth_cred_proc_ref(targetp); in proc_get_darwin_role() 769 target_cred = kauth_cred_proc_ref(targetp); in proc_set_game_mode() 810 target_cred = kauth_cred_proc_ref(targetp); in proc_get_game_mode() 849 target_cred = kauth_cred_proc_ref(targetp); in get_background_proc() [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 | 334 uc_dst = uc_ref = kauth_cred_proc_ref(dst); in cansignal_nomac() 1673 uc = kauth_cred_proc_ref(curproc); in killpg1() 2375 my_cred = kauth_cred_proc_ref(sig_proc); in psignal_internal() 2721 my_cred = kauth_cred_proc_ref(p); in issignal_locked() 2848 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() 3930 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 | 1351 kauth_cred_t cred = kauth_cred_proc_ref(p); in uthread_init()
|
| H A D | uipc_usrreq.c | 2722 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() 5247 context.vc_ucred = kauth_cred_proc_ref(p); /* XXX must NOT be kauth_cred_get() */ in __mac_execve()
|
| H A D | mach_loader.c | 1577 cred = kauth_cred_proc_ref(p); in check_if_simulator_binary()
|
| /xnu-10063.141.1/security/ |
| H A D | mac_process.c | 164 cr = kauth_cred_proc_ref(p); in mac_cred_label_externalize_audit()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | kauth.h | 283 extern kauth_cred_t kauth_cred_proc_ref(proc_t procp);
|
| /xnu-10063.141.1/bsd/skywalk/core/ |
| H A D | skywalk.c | 608 kauth_cred_t cred = kauth_cred_proc_ref(p); in skywalk_mac_system_check_proc_cred()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | in6_pcb.c | 377 cred = kauth_cred_proc_ref(p); in in6_pcbbind()
|
| H A D | in6_src.c | 1691 cred = kauth_cred_proc_ref(p); in in6_pcbsetport()
|
| /xnu-10063.141.1/bsd/vm/ |
| H A D | vm_unix.c | 880 targetcred = kauth_cred_proc_ref(target); in task_for_pid_posix_check() 1136 target_cred = kauth_cred_proc_ref(p); in task_name_for_pid()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | in_pcb.c | 1001 cred = kauth_cred_proc_ref(p); in in_pcbbind() 1136 cred = kauth_cred_proc_ref(p); in in_pcbbind()
|
| /xnu-10063.141.1/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 1651 cred = kauth_cred_proc_ref(p); in fasttrap_provider_lookup()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1051 kauth_cred_t cred = kauth_cred_proc_ref(p); in fsw_ctl()
|