Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/nfs/
H A Dnfs.h954 extern uint32_t nfsrv_debug_ctl;
959 #define NFSRV_DEBUG_LEVEL __NFS_DEBUG_LEVEL(nfsrv_debug_ctl)
960 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl)
961 #define NFSRV_DEBUG_FLAGS __NFS_DEBUG_FLAGS(nfsrv_debug_ctl)
962 #define NFSRV_DEBUG_VALUE __NFS_DEBUG_VALUE(nfsrv_debug_ctl)
963 #define NFSRV_IS_DBG(fac, lev) __NFS_IS_DBG(nfsrv_debug_ctl, fac, lev)
964 #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