Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs.h915 #define __NFS_DEBUG_FACILITY(dbgctl) (((dbgctl) >> 4) & 0xfff) macro
918 #define __NFS_IS_DBG(dbgctl, fac, lev) (__builtin_expect((__NFS_DEBUG_FACILITY(dbgctl) & (f…
956 #define NFSRV_DEBUG_FACILITY __NFS_DEBUG_FACILITY(nfsrv_debug_ctl)