Searched refs:error (Results 1 – 25 of 129) sorted by relevance
123456
/include/linux/ |
D | compiler-gcc3.h | 2 #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"
|
D | patchkey.h | 14 #error "patchkey.h included directly" 33 # error "could not determine byte order" 42 # error "could not determine byte order"
|
D | compiler-gcc4.h | 2 #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 57 #define __compiletime_error(message) __attribute__((error(message)))
|
D | err.h | 22 static inline void * __must_check ERR_PTR(long error) in ERR_PTR() argument 24 return (void *) error; in ERR_PTR()
|
D | kexec.h | 17 #error KEXEC_SOURCE_MEMORY_LIMIT not defined 21 #error KEXEC_DESTINATION_MEMORY_LIMIT not defined 25 #error KEXEC_CONTROL_MEMORY_LIMIT not defined 29 #error KEXEC_CONTROL_PAGE_SIZE not defined 33 #error KEXEC_ARCH not defined
|
D | spinlock_types_up.h | 5 # error "please don't include this file directly"
|
D | page-debug-flags.h | 28 #error WANT_PAGE_DEBUG_FLAGS is turned on with no debug features!
|
D | key-type.h | 111 unsigned error, 114 extern void complete_request_key(struct key_construction *cons, int error);
|
D | compiler-intel.h | 2 #error "Please don't include <linux/compiler-intel.h> directly, include <linux/compiler.h> instead."
|
D | device-mapper.h | 63 struct bio *bio, int error, 66 struct request *clone, int error, 214 char *error; member 252 char *error; member 260 unsigned *value, char **error); 268 unsigned *num_args, char **error); 511 void dm_kill_unmapped_request(struct request *rq, int error);
|
D | pagemap.h | 29 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error() argument 31 if (unlikely(error)) { in mapping_set_error() 32 if (error == -ENOSPC) in mapping_set_error() 470 int error; in add_to_page_cache() local 473 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache() 474 if (unlikely(error)) in add_to_page_cache() 476 return error; in add_to_page_cache()
|
/include/linux/decompress/ |
D | unlzma.h | 9 void(*error)(char *x)
|
D | bunzip2.h | 9 void(*error)(char *x));
|
D | unlzo.h | 9 void(*error)(char *x));
|
D | unxz.h | 17 void (*error)(char *x));
|
D | generic.h | 9 void(*error)(char *x));
|
/include/asm-generic/ |
D | spinlock.h | 8 #error need an architecture specific asm/spinlock.h
|
D | pgalloc.h | 7 #error need to implement an architecture specific asm/pgalloc.h
|
D | tlbflush.h | 9 #error need to implement an architecture specific asm/tlbflush.h
|
D | unaligned.h | 27 # error need to define endianess
|
D | bitops.h | 31 #error only <linux/bitops.h> can be included directly
|
D | bitsperlong.h | 28 #error Inconsistent word size. Check asm/bitsperlong.h
|
/include/net/sctp/ |
D | ulpevent.h | 89 __u16 error, 100 int error, 112 __u32 error,
|
/include/linux/can/ |
D | Kbuild | 4 header-y += error.h
|
/include/asm-generic/bitops/ |
D | sched.h | 27 #error BITS_PER_LONG not defined in sched_find_first_bit()
|
123456