Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/nfs/
H A Dnfs.h1062 extern uint32_t nfsrv_debug_ctl;
1067 #define NFSRV_DEBUG_LEVEL __NFS_DEBUG_LEVEL(nfsrv_debug_ctl)
1068 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl)
1069 #define NFSRV_DEBUG_FLAGS __NFS_DEBUG_FLAGS(nfsrv_debug_ctl)
1070 #define NFSRV_DEBUG_VALUE __NFS_DEBUG_VALUE(nfsrv_debug_ctl)
1071 #define NFSRV_IS_DBG(fac, lev) __NFS_IS_DBG(nfsrv_debug_ctl, fac, lev)
1072 #define NFSRV_DBG(fac, lev, fmt, ...) __NFS_DBG(nfsrv_debug_ctl, fac, lev, fmt, ## __VA_ARGS__)
H A Dnfs_syscalls.c145 …vfs_generic_nfs_server, OID_AUTO, debug_ctl, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_debug_ctl, 0, "");
H A Dnfs_subs.c98 uint32_t nfsrv_debug_ctl; variable