Home
last modified time | relevance | path

Searched refs:error (Results 6601 - 6625 of 15992) sorted by relevance

1...<<261262263264265266267268269270>>...640

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Derror.h8 void error(char *m) __noreturn;
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dspinlock_types.h10 # error "please don't include this file directly"
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dmisc.h6 void error(char *x) __noreturn;
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dspinlock_types.h12 # error "please don't include this file directly"
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dspinlock_types.h12 # error "please don't include this file directly"
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtrivial_64bit_program.c8 # error wrong architecture
H A Dtrivial_32bit_program.c8 # error wrong architecture
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dspinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsimple_spinlock_types.h6 # error "please don't include this file directly"
/kernel/linux/linux-5.10/include/asm-generic/
H A Dspinlock.h9 #error need an architecture specific asm/spinlock.h
/kernel/linux/linux-5.10/include/linux/decompress/
H A Dunlzma.h10 void(*error)(char *x)
/kernel/linux/linux-6.6/include/linux/decompress/
H A Dunlzma.h10 void(*error)(char *x)
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtrivial_64bit_program.c8 # error wrong architecture
H A Dtrivial_32bit_program.c8 # error wrong architecture
/kernel/liteos_a/arch/arm/include/
H A Dlos_hw_arch.h47 # error "unsupported compiler!"
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H A Dnmsis_compiler.h32 #error Unknown compiler.
/third_party/freetype/
H A Dftconfig.h11 # error "unexpected value for __WORDSIZE macro"
/third_party/node/test/fixtures/b/
H A Dd.js22 console.error('load fixtures/b/d.js');
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dhas-feature.c9 #error "not a feature!"
/third_party/python/Include/internal/
H A Dpycore_pyhash.h5 # error "this header requires Py_BUILD_CORE define"
H A Dpycore_sliceobject.h8 # error "this header requires Py_BUILD_CORE define"
/third_party/skia/third_party/externals/dawn/src/dawn_node/
H A DNapiSymbols.cpp25 # error "NapiSymbols.cpp is not used on Windows"
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dpretty_function.h30 #error "Unsupported compiler"
/third_party/skia/platform_tools/android/vulkan/
H A DSkia_Vulkan_Android.h14 #error "Must be building for android to use this header"
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c2448 int error; in SYSCALL_DEFINE3() local
2475 error = user_path_at(dfd, filename, lookup_flags, &path); in SYSCALL_DEFINE3()
2476 if (unlikely(error)) { in SYSCALL_DEFINE3()
2477 file = ERR_PTR(error); in SYSCALL_DEFINE3()
2829 int error; in do_new_mount_fc() local
2831 error = security_sb_kern_mount(sb); in do_new_mount_fc()
2832 if (!error && mount_too_revealing(sb, &mnt_flags)) in do_new_mount_fc()
2833 error = -EPERM; in do_new_mount_fc()
2835 if (unlikely(error)) { in do_new_mount_fc()
2837 return error; in do_new_mount_fc()
3727 int error; SYSCALL_DEFINE2() local
[all...]

Completed in 11 milliseconds

1...<<261262263264265266267268269270>>...640