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

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.h127 struct nfs_gss_clnt_ctx { struct
130 TAILQ_ENTRY(nfs_gss_clnt_ctx) gss_clnt_entries;
224 void nfs_gss_clnt_ctx_ref(struct nfsreq *, struct nfs_gss_clnt_ctx *);
H A Dnfs_gss.c190 static int nfs_gss_clnt_ctx_init(struct nfsreq *, struct nfs_gss_clnt_ctx *);
191 static int nfs_gss_clnt_ctx_init_retry(struct nfsreq *, struct nfs_gss_clnt_ctx *);
192 static int nfs_gss_clnt_ctx_callserver(struct nfsreq *, struct nfs_gss_clnt_ctx *);
194 static int nfs_gss_clnt_gssd_upcall(struct nfsreq *, struct nfs_gss_clnt_ctx *);
195 static void nfs_gss_clnt_ctx_remove(struct nfsmount *, struct nfs_gss_clnt_ctx *);
308 struct nfs_gss_clnt_ctx *cp;
361 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
409 struct nfs_gss_clnt_ctx *cp;
412 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
437 struct nfs_gss_clnt_ctx *c
[all...]
H A Dnfsmount.h269 TAILQ_HEAD(, nfs_gss_clnt_ctx) nm_gsscl; /* GSS user contexts */
H A Dnfs.h900 struct nfs_gss_clnt_ctx *r_gss_ctx; /* RPCSEC_GSS context */
1172 int nfs_request_gss(mount_t, struct nfsm_chain *, thread_t, kauth_cred_t, int, struct nfs_gss_clnt_ctx *, struct nfsm_chain *, int *);
H A Dnfs_socket.c4332 struct nfs_gss_clnt_ctx *cp, /* Set to gss context to renew or setup */

Completed in 204 milliseconds