代码搜索:bug

找到约 10,000 项符合「bug」的源代码

代码结果 10,000
www.eeworm.com/read/316872/3599167

h bug.h

#ifndef _ASM_GENERIC_BUG_H #define _ASM_GENERIC_BUG_H #include #ifdef CONFIG_BUG #ifdef CONFIG_GENERIC_BUG #ifndef __ASSEMBLY__ struct bug_entry { unsigned long bug_addr; #ifdef
www.eeworm.com/read/316872/3599247

h bug.h

#ifndef __ASM_SH64_BUG_H #define __ASM_SH64_BUG_H #ifdef CONFIG_BUG /* * Tell the user there is some problem, then force a segfault (in process * context) or a panic (interrupt context). */ #defin
www.eeworm.com/read/316872/3599349

h bug.h

/* * include/asm-xtensa/bug.h * * Macros to cause a 'bug' message. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main d
www.eeworm.com/read/316872/3599464

h bug.h

#ifndef _ASM_IA64_BUG_H #define _ASM_IA64_BUG_H #ifdef CONFIG_BUG #define ia64_abort() __builtin_trap() #define BUG() do { printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); ia64_abort(); } while
www.eeworm.com/read/316872/3599638

h bug.h

#ifndef _M68KNOMMU_BUG_H #define _M68KNOMMU_BUG_H #include #endif
www.eeworm.com/read/316872/3599780

h bug.h

#ifndef _M32R_BUG_H #define _M32R_BUG_H #include #endif
www.eeworm.com/read/316872/3599964

h bug.h

#ifndef _CRIS_BUG_H #define _CRIS_BUG_H #include #endif
www.eeworm.com/read/316872/3600257

h bug.h

#ifndef _M68K_BUG_H #define _M68K_BUG_H #ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE #ifndef CONFIG_SUN3 #define BUG() do { \ printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \ asm volati
www.eeworm.com/read/316872/3600433

h bug.h

/* * include/asm-v850/bug.h -- Bug reporting * * Copyright (C) 2003 NEC Electronics Corporation * Copyright (C) 2003 Miles Bader * * This file is subject to the terms and con
www.eeworm.com/read/316872/3600550

h bug.h

#ifndef _ASM_S390_BUG_H #define _ASM_S390_BUG_H #include #ifdef CONFIG_BUG #ifdef CONFIG_64BIT #define S390_LONG ".quad" #else #define S390_LONG ".long" #endif #ifdef CONFIG_DEBUG