Searched refs:NFS_GSS_DBG (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_gss.c | 120 #define NFS_GSS_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, ## __VA_ARGS__) macro 518 NFS_GSS_DBG("Enter\n"); in nfs_gss_clnt_ctx_dump() 527 NFS_GSS_DBG("Exit\n"); in nfs_gss_clnt_ctx_dump() 663 NFS_GSS_DBG("Found destroyed context %s refcnt = %d continuing\n", in nfs_gss_clnt_ctx_find_principal() 684 NFS_GSS_DBG("Marking %s for deletion because %s does not match\n", in nfs_gss_clnt_ctx_find_principal() 686 NFS_GSS_DBG("len = (%zu,%zu), nt = (%d,%d)\n", cp->gss_clnt_prinlen, plen, in nfs_gss_clnt_ctx_find_principal() 700 NFS_GSS_DBG("Context %s (refcnt = %d) not expired returning EAUTH nctime = %ld now = %ld\n", in nfs_gss_clnt_ctx_find_principal() 715 NFS_GSS_DBG("Context %s has expired but we still have %d references\n", in nfs_gss_clnt_ctx_find_principal() 758 NFS_GSS_DBG("Root stole context %s\n", NFS_GSS_CTX(req, NULL)); in nfs_gss_clnt_ctx_find_principal() 765 NFS_GSS_DBG("Context %s%sfound in Neg Cache @ %ld\n", in nfs_gss_clnt_ctx_find_principal() [all …]
|