Home
last modified time | relevance | path

Searched defs:CTASSERT (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h425 #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") macro
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h136 #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") macro