Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/include/asm/
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-v5.15/arch/arm64/include/asm/
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-v5.15/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c32 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
50 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/Linux-v5.15/tools/testing/selftests/kmod/
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-v5.15/arch/x86/include/asm/
Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/Linux-v5.15/Documentation/livepatch/
Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/Linux-v5.15/include/linux/
Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h212 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
243 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/Linux-v5.15/fs/btrfs/
Dtree-checker.c1749 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1813 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dctree.c577 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
1922 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
Dfree-space-cache.c379 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Ddisk-io.c3695 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/Linux-v5.15/mm/
Dslab_common.c1332 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c955 ALLOW_ERROR_INJECTION(__add_to_page_cache_locked, ERRNO);
/Linux-v5.15/net/bpf/
Dtest_run.c236 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/Linux-v5.15/Documentation/fault-injection/
Dfault-injection.rst187 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/Linux-v5.15/block/
Dblk-core.c722 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/Linux-v5.15/drivers/platform/surface/aggregator/
Dssh_packet_layer.c285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c69 C(ERRNO, "Error"), \