Searched refs:error (Results 1 - 25 of 150) sorted by relevance

123456

/include/asm-generic/
H A Dspinlock.h8 #error need an architecture specific asm/spinlock.h
H A Dpgalloc.h7 #error need to implement an architecture specific asm/pgalloc.h
H A Dbitsperlong.h18 #error Inconsistent word size. Check asm/bitsperlong.h
H A Dtlbflush.h9 #error need to implement an architecture specific asm/tlbflush.h
/include/linux/
H A Dcompiler-clang.h2 #error "Please don't include <linux/compiler-clang.h> directly, include <linux/compiler.h> instead."
H A Dcompiler-gcc3.h2 #error "Please don't include <linux/compiler-gcc3.h> directly, include <linux/compiler.h> instead."
6 # error Sorry, your compiler is too old - please upgrade it.
21 # error "GCOV profiling support for gcc versions below 3.4 not included"
H A Dspinlock_types_up.h5 # error "please don't include this file directly"
H A Djoystick.h35 #error Unexpected BITS_PER_LONG
H A Dpage-debug-flags.h28 #error WANT_PAGE_DEBUG_FLAGS is turned on with no debug features!
H A Dpatchkey.h23 # error "could not determine byte order"
H A Dsoundcard.h35 # error "could not determine byte order"
H A Dcompiler-gcc4.h2 #error "Please don't include <linux/compiler-gcc4.h> directly, include <linux/compiler.h> instead."
8 # error Your version of gcc miscompiles the __weak directive
40 # define __compiletime_error(message) __attribute__((error(message)))
H A Dcompiler-gcc5.h2 #error "Please don't include <linux/compiler-gcc5.h> directly, include <linux/compiler.h> instead."
28 # define __compiletime_error(message) __attribute__((error(message)))
H A Derr.h11 * scheme where we can return either an error code or a normal
15 * error and pointer decisions.
23 static inline void * __must_check ERR_PTR(long error) argument
25 return (void *) error;
44 * ERR_CAST - Explicitly cast an error-valued pointer to another pointer type
47 * Explicitly cast an error-valued pointer to another pointer type in such a
/include/linux/decompress/
H A Dunlzma.h9 void(*error)(char *x)
H A Dbunzip2.h9 void(*error)(char *x));
H A Dunlz4.h9 void(*error)(char *x));
H A Dunlzo.h9 void(*error)(char *x));
H A Dgeneric.h9 void(*error)(char *x));
H A Dunxz.h17 void (*error)(char *x));
/include/uapi/linux/
H A Dpatchkey.h14 #error "patchkey.h included directly"
32 # error "could not determine byte order"
/include/net/
H A Dgue.h14 #error "Please fix <asm/byteorder.h>"
/include/sound/
H A Dasound.h35 #error "Unsupported endian..."
/include/asm-generic/bitops/
H A Dfls64.h33 #error BITS_PER_LONG not 32 or 64
H A Dsched.h27 #error BITS_PER_LONG not defined

Completed in 2309 milliseconds

123456