Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs.h1094 extern uint32_t nfsclnt_debug_ctl, nfsrv_debug_ctl;
1646 #define NFSCLNT_DEBUG_LEVEL __NFS_DEBUG_LEVEL(nfsclnt_debug_ctl)
1647 #define NFSCLNT_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsclnt_debug_ctl)
1648 #define NFSCLNT_DEBUG_FLAGS __NFS_DEBUG_FLAGS(nfsclnt_debug_ctl)
1649 #define NFSCLNT_DEBUG_VALUE __NFS_DEBUG_VALUE(nfsclnt_debug_ctl)
1650 #define NFSCLNT_IS_DBG(fac, lev) __NFS_IS_DBG(nfsclnt_debug_ctl, fac, lev)
1651 #define NFSCLNT_DBG(fac, lev, fmt, ...) __NFS_DBG(nfsclnt_debug_ctl, fac, lev, fmt, ## __VA_ARGS__)
H A Dnfs_syscalls.c184 …s_generic_nfs_client, OID_AUTO, debug_ctl, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsclnt_debug_ctl, 0, "");
H A Dnfs_subs.c131 uint32_t nfsclnt_debug_ctl; variable