Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c7785 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Enter NFS_FSCTL_SET_CRED (64-bit=%d): principal length %zu name t… in nfs_vnop_ioctl()
7797 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "NFS_FSCTL_SET_CRED could not copy in princiapl data of len %zu: %… in nfs_vnop_ioctl()
7802 NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Seting credential to principal %s\n", p); in nfs_vnop_ioctl()
7804 NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "Seting credential to principal %s returned %d\n", p, error); in nfs_vnop_ioctl()
7851 …NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, "NFS_FSCTL_GET_CRED could not copy out princiapl data of len %zu: … in nfs_vnop_ioctl()