Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddebug.h133 #define _CTASSERT(x, y) __CTASSERT(x, y)
134 #define __CTASSERT(x, y) \ macro