代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4969964
h bug.h
#ifndef _M32R_BUG_H
#define _M32R_BUG_H
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
} while (0)
#define PAGE_BUG(page) do { BUG(); } while (0)
#define BUG_ON(condi
www.eeworm.com/read/209559/4970069
h bug.h
#ifndef _I386_BUG_H
#define _I386_BUG_H
#include
/*
* Tell the user there is some problem.
* The offending file and line are encoded after the "officially
* undefined" opcode for
www.eeworm.com/read/209559/4970461
h bug.h
#ifndef _M68K_BUG_H
#define _M68K_BUG_H
#include
#ifdef CONFIG_DEBUG_BUGVERBOSE
#ifndef CONFIG_SUN3
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
as
www.eeworm.com/read/209559/4970635
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/209559/4970741
h bug.h
#ifndef _S390_BUG_H
#define _S390_BUG_H
#include
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
__asm__ __volatile__(".long 0"); \
} wh
www.eeworm.com/read/209559/4971033
h bug.h
#ifndef _ASMARM_BUG_H
#define _ASMARM_BUG_H
#include
#ifdef CONFIG_DEBUG_BUGVERBOSE
extern volatile void __bug(const char *file, int line, void *data);
/* give file/line informatio
www.eeworm.com/read/209559/4971437
h bug.h
#ifndef _ALPHA_BUG_H
#define _ALPHA_BUG_H
#include
/* ??? Would be nice to use .gprel32 here, but we can't be sure that the
function loaded the GP, so this could fail in modules. */
www.eeworm.com/read/209559/4971558
h bug.h
#ifndef _PARISC_BUG_H
#define _PARISC_BUG_H
#include
#endif
www.eeworm.com/read/209559/4971668
h bug.h
#ifndef _H8300_BUG_H
#define _H8300_BUG_H
#include
#endif