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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h99 struct nfs_gss_clnt_ctx { struct
102 TAILQ_ENTRY(nfs_gss_clnt_ctx) gss_clnt_entries;
189 void nfs_gss_clnt_ctx_ref(struct nfsreq *, struct nfs_gss_clnt_ctx *);
H A Dnfs_gss.c186 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 *c
[all...]
H A Dnfsmount.h265 TAILQ_HEAD(, nfs_gss_clnt_ctx) nm_gsscl; /* GSS user contexts */
H A Dnfs.h897 struct nfs_gss_clnt_ctx *r_gss_ctx; /* RPCSEC_GSS context */
1168 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.c4200 struct nfs_gss_clnt_ctx *cp, /* Set to gss context to renew or setup */

Completed in 55 milliseconds