Lines Matching refs:nfs_gss_clnt_ctx

186 static int	nfs_gss_clnt_ctx_init(struct nfsreq *, struct nfs_gss_clnt_ctx *);
187 static int nfs_gss_clnt_ctx_init_retry(struct nfsreq *, struct nfs_gss_clnt_ctx *);
188 static int nfs_gss_clnt_ctx_callserver(struct nfsreq *, struct nfs_gss_clnt_ctx *);
190 static int nfs_gss_clnt_gssd_upcall(struct nfsreq *, struct nfs_gss_clnt_ctx *);
191 static void nfs_gss_clnt_ctx_remove(struct nfsmount *, struct nfs_gss_clnt_ctx *);
288 struct nfs_gss_clnt_ctx *cp;
342 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
389 struct nfs_gss_clnt_ctx *cp;
393 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
417 struct nfs_gss_clnt_ctx *cp;
680 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
908 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
975 nfs_gss_clnt_ctx_init(struct nfsreq *req, struct nfs_gss_clnt_ctx *cp)
1139 nfs_gss_clnt_ctx_init_retry(struct nfsreq *req, struct nfs_gss_clnt_ctx *cp)
1208 nfs_gss_clnt_ctx_callserver(struct nfsreq *req, struct nfs_gss_clnt_ctx *cp)
1369 nfs_gss_clnt_gssd_upcall(struct nfsreq *req, struct nfs_gss_clnt_ctx *cp)
1522 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1565 nfs_gss_clnt_ctx_ref(struct nfsreq *req, struct nfs_gss_clnt_ctx *cp)
1583 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1610 nfs_gss_clnt_ctx_remove(struct nfsmount *nmp, struct nfs_gss_clnt_ctx *cp)
1641 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1643 struct nfs_gss_clnt_ctx *ncp;
1676 MALLOC(ncp, struct nfs_gss_clnt_ctx *, sizeof(*ncp),
1711 struct nfs_gss_clnt_ctx *cp;