Home
last modified time | relevance | path

Searched defs:BUG_ON (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDkernel.h68 #define BUG_ON(condition) do { if (condition) BUG(); } while(0) macro
/NextBSD/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h297 #define BUG_ON(cond) \ macro
/NextBSD/sys/dev/drm2/
HDdrm_os_freebsd.h74 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond)) macro
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4.h65 #define BUG_ON(c) assert(!(c)) macro