Searched refs:ERRNO (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.1/arch/s390/include/asm/ |
D | syscall_wrapper.h | 61 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-v6.1/arch/arm64/include/asm/ |
D | syscall_wrapper.h | 22 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-v6.1/arch/powerpc/include/asm/ |
D | syscall_wrapper.h | 20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \ 39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
|
/Linux-v6.1/tools/testing/selftests/kmod/ |
D | kmod.sh | 309 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-v6.1/tools/testing/selftests/bpf/bpf_testmod/ |
D | bpf_testmod.c | 173 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 191 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
/Linux-v6.1/arch/x86/include/asm/ |
D | syscall_wrapper.h | 70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
|
/Linux-v6.1/Documentation/livepatch/ |
D | callbacks.rst | 76 code (0 for success, -ERRNO on error). An error status code indicates
|
/Linux-v6.1/include/linux/ |
D | compat.h | 48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \ 77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
|
D | syscalls.h | 213 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \ 244 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
|
/Linux-v6.1/block/ |
D | blk-core.c | 505 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
|
/Linux-v6.1/fs/btrfs/ |
D | tree-checker.c | 1814 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO); 1878 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
|
D | ctree.c | 595 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO); 2156 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
|
D | free-space-cache.c | 412 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
|
D | disk-io.c | 3863 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
|
/Linux-v6.1/net/bpf/ |
D | test_run.c | 492 ALLOW_ERROR_INJECTION(bpf_fentry_test1, ERRNO); 736 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
|
/Linux-v6.1/mm/ |
D | slab_common.c | 1456 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
D | filemap.c | 925 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
|
/Linux-v6.1/Documentation/fault-injection/ |
D | fault-injection.rst | 194 - ERRNO: retval must be -1 to -MAX_ERRNO (-4096).
|
/Linux-v6.1/drivers/platform/surface/aggregator/ |
D | ssh_packet_layer.c | 285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
|
/Linux-v6.1/kernel/trace/ |
D | trace_events_filter.c | 106 C(ERRNO, "Error"), \
|