Searched refs:NAMEI_DBG_INITED (Results 1 – 2 of 2) sorted by relevance
132 #define NAMEI_DBG_INITED 0x0001 macro225 #define NDINIT_DBG(arg) { (arg)->ni_debugflags = NAMEI_DBG_INITED; }227 if (((arg)->ni_debugflags & NAMEI_DBG_INITED) == 0) \231 (arg)->ni_debugflags = NAMEI_DBG_INITED; \
515 KASSERT(ndp->ni_debugflags == NAMEI_DBG_INITED, in namei()