Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs.h1028 #define __NFS_DEBUG_FACILITY(dbgctl) (((dbgctl) >> 4) & 0xfff) macro
1031 #define __NFS_IS_DBG(dbgctl, fac, lev) (__builtin_expect((__NFS_DEBUG_FACILITY(dbgctl) & (f…
1069 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl)