Searched refs:NFSCLNT_DBG (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_node.c | 104 #define NFS_NODE_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_NODE, 7, ## __VA_ARGS__) 1461 …NFSCLNT_DBG(NFSCLNT_FAC_SOCK, 7, "mount_is_dirty for %s took %lld mics for %ld slots and %ld nodes… in nfs_mount_is_dirty()
|
| H A D | nfs_vnops.c | 125 #define NFS_VNOP_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_VNOP, 7, ## __VA_ARGS__) 7785 …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()
|
| H A D | nfs.h | 1651 #define NFSCLNT_DBG(fac, lev, fmt, ...) __NFS_DBG(nfsclnt_debug_ctl, fac, lev, fmt, ## __VA_ARGS__) macro
|
| H A D | nfs_socket.c | 116 #define NFS_SOCK_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_SOCK, 7, ## __VA_ARGS__) 2135 NFSCLNT_DBG(NFSCLNT_FAC_SOCK, lvl, "nfs reconnect %s: returned %d\n", in nfs_mount_sock_thread()
|
| H A D | nfs_gss.c | 120 #define NFS_GSS_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_GSS, 7, ## __VA_ARGS__)
|
| H A D | nfs_bio.c | 105 #define NFS_BIO_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_BIO, 7, ## __VA_ARGS__)
|
| H A D | nfs_vfsops.c | 125 #define NFS_VFS_DBG(...) NFSCLNT_DBG(NFSCLNT_FAC_VFS, 7, ## __VA_ARGS__)
|