Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dsyscall_wrapper.h42 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
48 ALLOW_ERROR_INJECTION(__s390_sys_##sname, ERRNO); \
50 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
72 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
99 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
116 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
136 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/Linux-v6.6/arch/arm64/include/asm/
Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
54 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
74 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/Linux-v6.6/arch/riscv/include/asm/
Dsyscall_wrapper.h24 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \
56 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \
75 ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
/Linux-v6.6/arch/powerpc/include/asm/
Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/Linux-v6.6/tools/testing/selftests/kmod/
Dkmod.sh298 ERRNO=$(errno_name_to_val $ERRNO_NAME)
306 elif [[ $RC != $ERRNO ]]; then
307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
/Linux-v6.6/arch/x86/include/asm/
Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/Linux-v6.6/Documentation/bpf/
Dredirect.rst58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
/Linux-v6.6/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c308 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
326 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/Linux-v6.6/Documentation/livepatch/
Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/Linux-v6.6/include/linux/
Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h215 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
246 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/Linux-v6.6/block/
Dblk-core.c516 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/Linux-v6.6/fs/btrfs/
Dtree-checker.c1860 ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO);
1924 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dctree.c742 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
2362 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
Dfree-space-cache.c402 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Ddisk-io.c3623 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/Linux-v6.6/mm/
Dslab_common.c1516 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c930 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
/Linux-v6.6/drivers/platform/surface/aggregator/
Dssh_packet_layer.c285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
/Linux-v6.6/Documentation/fault-injection/
Dfault-injection.rst200 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
/Linux-v6.6/kernel/trace/
Dtrace_events_filter.c120 C(ERRNO, "Error"), \