Home
last modified time | relevance | path

Searched defs:BUG (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_debug.h80 #define BUG(fmt, ...) \ macro
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_policy_memory_test.c33 static void BUG(const char *msg) in BUG() function
Dinclude.h260 static void BUG(const char *fmt, ...) in BUG() function
/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c85 BUG, enumerator
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h141 #define BUG() do { \ macro
/third_party/selinux/libsepol/src/
Dservices.c70 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro