Symbol: p_cred
sys/fs/nfs/nfs_commonsubs.c
2122
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
2123
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
2127
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
2151
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
2152
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
2156
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
2177
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
2178
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
2182
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
3268
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
3269
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
3273
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
3292
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
3293
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
3297
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
3313
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
3314
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
3318
p->p_cred->p_ruid = savuid;
sys/fs/nfs/nfs_commonsubs.c
3585
savuid = p->p_cred->p_ruid;
sys/fs/nfs/nfs_commonsubs.c
3586
p->p_cred->p_ruid = cred->cr_uid;
sys/fs/nfs/nfs_commonsubs.c
3591
p->p_cred->p_ruid = savuid;
sys/netipsec/key.c
7045
if (curproc && curproc->p_cred)
sys/netipsec/key.c
7046
id->sadb_ident_id = curproc->p_cred->p_ruid;
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
253
if (securelevel_ge(p->p_cred, 3) && (mode & FWRITE))
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
267
if (jailed(p->p_cred)) {
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
274
if (jailed_without_vnet(p->p_cred)) {