Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 19 of 19) sorted by relevance

/linux/arch/s390/include/asm/
A Dsyscall_wrapper.h61 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
83 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
103 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
134 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
151 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/linux/arch/arm64/include/asm/
A Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
53 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
72 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/linux/tools/testing/selftests/bpf/bpf_testmod/
A Dbpf_testmod.c86 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
104 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/linux/tools/testing/selftests/kmod/
A Dkmod.sh309 ERRNO=$(errno_name_to_val $ERRNO_NAME)
317 elif [[ $RC != $ERRNO ]]; then
318 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/linux/arch/x86/include/asm/
A Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/linux/include/linux/
A Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
A Dsyscalls.h213 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
244 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/linux/Documentation/livepatch/
A Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/linux/fs/btrfs/
A Dtree-checker.c1749 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1813 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
A Dctree.c578 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
1924 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
A Dfree-space-cache.c380 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
A Ddisk-io.c3711 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/linux/mm/
A Dslab_common.c1324 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
A Dfilemap.c970 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
/linux/block/
A Dblk-core.c646 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/linux/Documentation/fault-injection/
A Dfault-injection.rst187 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/linux/net/bpf/
A Dtest_run.c237 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/linux/drivers/platform/surface/aggregator/
A Dssh_packet_layer.c285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
/linux/kernel/trace/
A Dtrace_events_filter.c69 C(ERRNO, "Error"), \

Completed in 70 milliseconds