Searched refs:nfsrv_debug_ctl (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs.h | 1094 extern uint32_t nfsclnt_debug_ctl, nfsrv_debug_ctl; 1656 #define NFSRV_DEBUG_LEVEL __NFS_DEBUG_LEVEL(nfsrv_debug_ctl) 1657 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl) 1658 #define NFSRV_DEBUG_FLAGS __NFS_DEBUG_FLAGS(nfsrv_debug_ctl) 1659 #define NFSRV_DEBUG_VALUE __NFS_DEBUG_VALUE(nfsrv_debug_ctl) 1660 #define NFSRV_IS_DBG(fac, lev) __NFS_IS_DBG(nfsrv_debug_ctl, fac, lev) 1661 #define NFSRV_DBG(fac, lev, fmt, ...) __NFS_DBG(nfsrv_debug_ctl, fac, lev, fmt, ## __VA_ARGS__)
|
| H A D | nfs_syscalls.c | 205 …vfs_generic_nfs_server, OID_AUTO, debug_ctl, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_debug_ctl, 0, "");
|
| H A D | nfs_subs.c | 132 uint32_t nfsrv_debug_ctl; variable
|