Home
last modified time | relevance | path

Searched refs:NFSCLNT_FAC_GSS (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h1643 #define NFSCLNT_FAC_GSS 0x020 macro
H A Dnfs_gss.c120 #define NFS_GSS_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, ## __VA_ARGS__)
121 #define NFS_GSS_ISDBG (NFSCLNT_DEBUG_FACILITY & NFSCLNT_FAC_GSS)
H A Dnfs_vnops.c7796 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Enter NFS_FSCTL_SET_CRED (64-bit=%d): principal length %zu name t… in nfs_vnop_ioctl()
7808 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "NFS_FSCTL_SET_CRED could not copy in princiapl data of len %zu: %… in nfs_vnop_ioctl()
7813 NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Seting credential to principal %s\n", p); in nfs_vnop_ioctl()
7815 NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Seting credential to principal %s returned %d\n", p, error); in nfs_vnop_ioctl()
7862 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "NFS_FSCTL_GET_CRED could not copy out princiapl data of len %zu: … in nfs_vnop_ioctl()