Searched refs:bug (Results 1 - 25 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dbug.h1 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dbug.h1 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dbug.h4 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbug.h2 * include/asm-xtensa/bug.h
4 * Macros to cause a 'bug' message.
16 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dbug.h3 #include <arch/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dbug.h3 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dbug.h7 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbug.c33 or an actual bug.
43 #include <linux/bug.h>
48 static inline unsigned long bug_addr(const struct bug_entry *bug) argument
51 return bug->bug_addr;
53 return (unsigned long)bug + bug->bug_addr_disp;
65 const struct bug_entry *bug = mod->bug_table; local
68 for (i = 0; i < mod->num_bugs; ++i, ++bug)
69 if (bugaddr == bug_addr(bug))
70 return bug;
117 const struct bug_entry *bug; local
128 const struct bug_entry *bug; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dbug.h1 /* MN10300 Kernel bug reporting
35 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbug.h4 #include <asm/bug.h>
15 #include <asm-generic/bug.h>
17 static inline int is_warning_bug(const struct bug_entry *bug) argument
19 return bug->flags & BUGFLAG_WARNING;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dusercopy.c2 #include <linux/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dusercopy.c2 #include <linux/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dbug.h12 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dconfig.c11 #include <linux/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duncached.h4 #include <linux/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbug.h38 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dbug.h32 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dbug.h22 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dbug.h22 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Ddivtest.c11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function
35 bug("BN_div failed",a,b);
37 bug("BN_div_recp failed",a,b);
39 bug("mismatch",a,b);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbug.h20 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbug.h28 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dbug.h52 #include <asm-generic/bug.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Ddivtest.c11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function
36 bug("BN_div failed", a, b);
38 bug("BN_div_recp failed", a, b);
40 bug("mismatch", a, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Ddivtest.c11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function
36 bug("BN_div failed", a, b);
38 bug("BN_div_recp failed", a, b);
40 bug("mismatch", a, b);

Completed in 462 milliseconds

1234567891011>>