Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsession.h104 struct cred *s_cred; /* allocation credentials */ member
/titanic_44/usr/src/uts/common/os/
H A Dsession.c264 sp->s_cred = NULL; in sess_ctty_clear()
290 sp->s_cred = crp; in sess_ctty_set()
625 cred = sp->s_cred; in freectty()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3312 crfree(np->s_cred); in nfs4setclientid()
3313 np->s_cred = lcr; in nfs4setclientid()
3931 np->s_cred = cr; in new_nfs4_server()
4241 crfree(sp->s_cred); in destroy_nfs4_server()
H A Dnfs4_client.c3472 cr = sp->s_cred; in nfs4renew()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1301 cred_t *s_cred; member