Searched refs:s_cred (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsession.h104 struct cred *s_cred; /* allocation credentials */ member in struct:sess
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c62 NULL /* s_cred */
264 sp->s_cred = NULL;
290 sp->s_cred = crp;
625 cred = sp->s_cred;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3308 crfree(np->s_cred);
3309 np->s_cred = lcr;
3927 np->s_cred = cr;
4237 crfree(sp->s_cred);
H A Dnfs4_client.c3488 cr = sp->s_cred;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1227 * The s_cred is the credential used to mount the first file system for this
1296 cred_t *s_cred; member in struct:nfs4_server

Completed in 126 milliseconds