Searched refs:BUG (Results 1 - 21 of 21) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dbug.h15 #define BUG() \ macro
29 #define BUG() \ macro
H A Dpgalloc_32.h62 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); })
65 #define pud_populate(mm, pmd, pte) BUG()
H A Dprocessor_32.h530 BUG();
557 BUG();
/external/kernel-headers/original/asm-generic/
H A Dbug.h8 #define BUG() do { \ macro
9 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __FUNCTION__); \
10 panic("BUG!"); \
15 #define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0)
21 printk("BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
29 #define BUG() macro
/external/kernel-headers/original/asm-mips/
H A Dbug.h10 #define BUG() \ macro
H A Dio.h331 BUG(); \
360 BUG(); \
/external/oprofile/module/
H A Dcompat.h39 #define BUG_ON(p) do { if (p) BUG(); } while (0)
H A Dcompat22.h118 /* 2.2.18 add BUG() FIXME: this is arch dependant would must use
120 #define BUG() __asm__ __volatile__("ud2\n"); macro
H A Doprofile.c357 case STOPPED: BUG();
/external/kernel-headers/original/asm-arm/
H A Dpgalloc.h29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); })
31 #define pgd_populate(mm,pmd,pte) BUG()
/external/kernel-headers/original/linux/mtd/
H A Dcfi.h299 default: BUG();
314 default: BUG();
368 default: BUG();
392 default: BUG();
/external/kernel-headers/original/linux/
H A Dif_vlan.h133 BUG();
139 BUG();
146 BUG();
H A Dsched.h1603 static inline void freeze(struct task_struct *p) { BUG(); }
1605 static inline void frozen_process(struct task_struct *p) { BUG(); }
1608 static inline int freeze_processes(void) { BUG(); return 0; }
H A Djbd.h40 * Define JBD_PARANIOD_IOFAIL to cause a kernel BUG() if ext3 finds
257 BUG(); \
H A Dmm.h757 BUG();
/external/v8/tools/
H A Dmerge-to-branch.sh148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
149 if [ -n "$BUG" ] ; then
151 BUG_AGGREGATE="$BUG_AGGREGATE$BUG"
155 echo "BUG=$BUG_AGGREGATE" >> $COMMITMSG_FILE
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h252 BUG(); \
808 /* Not all architectures define BUG() */
809 #ifndef BUG
810 #define BUG() do { \ macro
811 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
814 #endif /* BUG */
/external/libsepol/src/
H A Dservices.c65 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
235 BUG();
240 BUG();
252 BUG();
265 BUG();
276 BUG();
288 BUG();
293 BUG();
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif2.c144 BUG(); /* both tags and data should always be present */
156 BUG(); /* both tags and data should always be present */
H A Dyaffs_fs.c559 BUG();
562 BUG();
/external/libnl-headers/
H A Dnetlink-local.h79 #define BUG() \ macro
81 fprintf(stderr, "BUG: %s:%d\n", \

Completed in 383 milliseconds