Searched refs:posix_cred_get (Results 1 – 8 of 8) sorted by relevance
428 pcred = posix_cred_get(cred); in getgroups()713 posix_cred_t cur_pcred = posix_cred_get(parent); in setuid()797 posix_cred_t cur_pcred = posix_cred_get(parent); in seteuid()874 posix_cred_t cur_pcred = posix_cred_get(parent); in setreuid()964 posix_cred_t cur_pcred = posix_cred_get(parent); in setgid()1030 posix_cred_t cur_pcred = posix_cred_get(parent); in setegid()1111 posix_cred_t cur_pcred = posix_cred_get(parent); in setregid()1280 uid = posix_cred_get(target_cred)->cr_uid; in sys_settid_with_pid()1281 gid = posix_cred_get(target_cred)->cr_gid; in sys_settid_with_pid()1648 posix_cred_t my_pcred = posix_cred_get(my_cred); in proc_calc_audit_token()[all …]
1874 posix_cred_t pcred = posix_cred_get(cred); in kauth_cred_change_egid()1925 return posix_cred_get(cred)->cr_uid; in kauth_cred_getuid()1931 return posix_cred_get(cred)->cr_ruid; in kauth_cred_getruid()1937 return posix_cred_get(cred)->cr_svuid; in kauth_cred_getsvuid()1944 return posix_cred_get(cred)->cr_gid; in kauth_cred_getgid()1950 return posix_cred_get(cred)->cr_rgid; in kauth_cred_getrgid()1956 return posix_cred_get(cred)->cr_svgid; in kauth_cred_getsvgid()2996 posix_cred_t pcred = posix_cred_get(cred); in kauth_cred_ismember_gid()3221 posix_cred_t pcred1 = posix_cred_get(cred1); in kauth_cred_gid_subset()3222 posix_cred_t pcred2 = posix_cred_get(cred2); in kauth_cred_gid_subset()[all …]
1037 ep->e_ucred.cr_ngroups = (short)posix_cred_get(my_cred)->cr_ngroups; in fill_user32_eproc()1038 bcopy(posix_cred_get(my_cred)->cr_groups, in fill_user32_eproc()1094 ep->e_ucred.cr_ngroups = (short)posix_cred_get(my_cred)->cr_ngroups; in fill_user64_eproc()1095 bcopy(posix_cred_get(my_cred)->cr_groups, in fill_user64_eproc()
6661 posix_cred_t pcred = posix_cred_get(model); in exec_handle_sugid()
1616 posix_cred_get(s_cr)->cr_uid == posix_cred_get(cr)->cr_uid && in dtrace_priv_proc_common_user()1617 posix_cred_get(s_cr)->cr_uid == posix_cred_get(cr)->cr_ruid && in dtrace_priv_proc_common_user()1618 posix_cred_get(s_cr)->cr_uid == posix_cred_get(cr)->cr_suid && in dtrace_priv_proc_common_user()1619 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_gid && in dtrace_priv_proc_common_user()1620 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_rgid && in dtrace_priv_proc_common_user()1621 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_sgid) in dtrace_priv_proc_common_user()7271 posix_cred_get(s_cr)->cr_uid != posix_cred_get(cr)->cr_uid || in dtrace_probe()7272 posix_cred_get(s_cr)->cr_uid != posix_cred_get(cr)->cr_ruid || in dtrace_probe()7273 posix_cred_get(s_cr)->cr_uid != posix_cred_get(cr)->cr_suid || in dtrace_probe()7274 posix_cred_get(s_cr)->cr_gid != posix_cred_get(cr)->cr_gid || in dtrace_probe()[all …]
397 extern posix_cred_t posix_cred_get(kauth_cred_t cred) __pure2;
279 posix_cred_t pcred = posix_cred_get(cred); in mac_cred_label_update()
809 posix_cred_t pcred = posix_cred_get(new); in mac_cred_label_update_execve()