Searched defs:BUG (Results 1 - 3 of 3) sorted by path

/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h253 BUG(); \
809 /* Not all architectures define BUG() */
810 #ifndef BUG
811 #define BUG() do { \ macro
812 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
815 #endif /* BUG */
/external/libnl/include/
H A Dnetlink-local.h79 #define BUG() \ macro
81 fprintf(stderr, "BUG: %s:%d\n", \
/external/selinux/libsepol/src/
H A Dservices.c71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
599 BUG();
604 BUG();
618 BUG();
635 BUG();
654 BUG();
669 BUG();
674 BUG();
687 * 'BUG(); goto out;' was called as we need to release any used

Completed in 469 milliseconds