Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/nfs/
H A Dnfs.h916 #define __NFS_DEBUG_FACILITY(dbgctl) (((dbgctl) >> 4) & 0xfff) macro
919 #define __NFS_IS_DBG(dbgctl, fac, lev) (__builtin_expect((__NFS_DEBUG_FACILITY(dbgctl) & (f…
957 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl)