代码搜索:bug

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

代码结果 10,000
www.eeworm.com/read/321301/3538576

h bug.h

/* $Header: /usr/cvsroot/target/h/wrn/wm/common/bug.h,v 1.3 2003/01/16 18:20:10 josh Exp $ */ /* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved. Provided under license o
www.eeworm.com/read/316872/3586942

c bug.c

/* * arch/v850/kernel/bug.c -- Bug reporting functions * * Copyright (C) 2001,02,03 NEC Electronics Corporation * Copyright (C) 2001,02,03 Miles Bader * * This file is subjec
www.eeworm.com/read/316872/3589900

c bug.c

/* * Copyright (C) 2006 Jeff Dike (jdike@addtoit.com) * Licensed under the GPL V2 */ #include /* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because * tha
www.eeworm.com/read/316872/3589977

c bug.c

/* * Copyright (C) 2006 Jeff Dike (jdike@addtoit.com) * Licensed under the GPL V2 */ #include /* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because * tha
www.eeworm.com/read/316872/3596736

h bug.h

#ifndef _SPARC_BUG_H #define _SPARC_BUG_H #ifdef CONFIG_BUG /* Only use the inline asm until a gcc release that can handle __builtin_trap * -rob 2003-06-25 * * gcc-3.3.1 and later will be OK -Dave
www.eeworm.com/read/316872/3596951

h bug.h

#ifndef _ASM_X86_BUG_H #define _ASM_X86_BUG_H #ifdef CONFIG_BUG #define HAVE_ARCH_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE #ifdef CONFIG_X86_32 # define __BUG_C0 "2:\t.long 1b, %c0\n" #else # define __BU
www.eeworm.com/read/316872/3597372

h bug.h

#ifndef __ASM_BUG_H #define __ASM_BUG_H #include #ifdef CONFIG_BUG #include #define BUG() \ do { \ __asm__ __volatile__("break %0" : : "i" (BRK_BUG));
www.eeworm.com/read/316872/3597731

h bug.h

/* * Copyright (C) 2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published
www.eeworm.com/read/316872/3597862

h bug.h

#ifndef _SPARC64_BUG_H #define _SPARC64_BUG_H #ifdef CONFIG_BUG #include #ifdef CONFIG_DEBUG_BUGVERBOSE extern void do_BUG(const char *file, int line); #define BUG() do { \ d
www.eeworm.com/read/316872/3598340

h bug.h

#ifndef _LINUX_BUG_H #define _LINUX_BUG_H #include #include enum bug_trap_type { BUG_TRAP_TYPE_NONE = 0, BUG_TRAP_TYPE_WARN = 1, BUG_TRAP_TYPE_BUG = 2, }; struct pt_