Searched refs:p_cred (Results 1 – 7 of 7) sorted by relevance
1883 savuid = p->p_cred->p_ruid; in nfsv4_loadattr()1888 p->p_cred->p_ruid = savuid; in nfsv4_loadattr()1912 savuid = p->p_cred->p_ruid; in nfsv4_loadattr()2663 savuid = p->p_cred->p_ruid; in nfsv4_fillattr()2669 p->p_cred->p_ruid = savuid; in nfsv4_fillattr()2770 savuid = p->p_cred->p_ruid; in nfsv4_fillattr()2775 p->p_cred->p_ruid = savuid; in nfsv4_fillattr()2794 savuid = p->p_cred->p_ruid; in nfsv4_fillattr()2799 p->p_cred->p_ruid = savuid; in nfsv4_fillattr()2815 savuid = p->p_cred->p_ruid; in nfsv4_fillattr()[all …]
136 #define p_cred p_ucred macro
291 # define p_cred td_ucred macro303 if (securelevel_ge(p->p_cred, 3) && (mode & FWRITE))
121 # define p_cred td_ucred macro
313 $proc.p_cred->p_ruid, $pptr->p_pid, \
3688 return ((uint64_t)p0.p_cred->cr_uid); in dtrace_dif_variable()3699 return ((uint64_t)curthread->t_procp->p_cred->cr_uid); in dtrace_dif_variable()3713 return ((uint64_t)p0.p_cred->cr_gid); in dtrace_dif_variable()3724 return ((uint64_t)curthread->t_procp->p_cred->cr_gid); in dtrace_dif_variable()
6746 if (curproc && curproc->p_cred) in key_acquire()6747 id->sadb_ident_id = curproc->p_cred->p_ruid; in key_acquire()