Searched refs:r_gss_ctx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c388 if (req->r_gss_ctx == NULL) {
398 cp = req->r_gss_ctx;
626 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
854 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1301 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1346 req->r_gss_ctx = cp;
1362 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
1367 req->r_gss_ctx = NULL;
1420 struct nfs_gss_clnt_ctx *cp = req->r_gss_ctx;
H A Dnfs_socket.c575 if ((req->r_flags & R_RESTART) || req->r_gss_ctx) {
581 if (req->r_gss_ctx) {
588 req->r_gss_ctx ? " gss" : "", req->r_procnum, req->r_xid,
1258 if ((asyncgss = ((req->r_gss_ctx != NULL) && ((req->r_flags & (R_ASYNC|R_ASYNCWAIT|R_ALLOCATED)) == (R_ASYNC|R_ALLOCATED)))))
1307 if (req->r_gss_ctx) {
1491 if (req->r_gss_ctx)
1495 if (req->r_gss_ctx)
1693 if (req->r_gss_ctx) { // Using gss cred ?
2274 if (req->r_procnum == NFSPROC_NULL && req->r_gss_ctx != NULL)
H A Dnfs.h828 struct nfs_gss_clnt_ctx *r_gss_ctx; /* RPCSEC_GSS context */ member in struct:nfsreq

Completed in 172 milliseconds