| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | tc_bpf.c | 77 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_hook_create invalid hook = NULL")) in test_tc_bpf_api() 82 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_hook_create invalid hook ifindex == 0")) in test_tc_bpf_api() 86 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_hook_destroy invalid hook ifindex == 0")) in test_tc_bpf_api() 90 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid hook ifindex == 0")) in test_tc_bpf_api() 95 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid hook ifindex == 0")) in test_tc_bpf_api() 99 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid hook ifindex == 0")) in test_tc_bpf_api() 106 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_hook_create invalid hook ifindex < 0")) in test_tc_bpf_api() 110 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_hook_destroy invalid hook ifindex < 0")) in test_tc_bpf_api() 114 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid hook ifindex < 0")) in test_tc_bpf_api() 119 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid hook ifindex < 0")) in test_tc_bpf_api() [all …]
|
| D | bloom_filter_map.c | 19 /* Invalid key size */ in test_fail_cases() 21 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid key size")) in test_fail_cases() 24 /* Invalid value size */ in test_fail_cases() 26 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid value size 0")) in test_fail_cases() 29 /* Invalid value size: too big */ in test_fail_cases() 31 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid value too large")) in test_fail_cases() 34 /* Invalid max entries size */ in test_fail_cases() 36 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid max entries size")) in test_fail_cases() 42 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid flags")) in test_fail_cases() 49 /* Test invalid flags */ in test_fail_cases() [all …]
|
| /kernel/linux/linux-6.6/drivers/nvme/host/ |
| D | constants.c | 67 [NVME_SC_INVALID_OPCODE] = "Invalid Command Opcode", 68 [NVME_SC_INVALID_FIELD] = "Invalid Field in Command", 77 [NVME_SC_INVALID_NS] = "Invalid Namespace or Format", 79 [NVME_SC_SGL_INVALID_LAST] = "Invalid SGL Segment Descriptor", 80 [NVME_SC_SGL_INVALID_COUNT] = "Invalid Number of SGL Descriptors", 81 [NVME_SC_SGL_INVALID_DATA] = "Data SGL Length Invalid", 82 [NVME_SC_SGL_INVALID_METADATA] = "Metadata SGL Length Invalid", 83 [NVME_SC_SGL_INVALID_TYPE] = "SGL Descriptor Type Invalid", 84 [NVME_SC_CMB_INVALID_USE] = "Invalid Use of Controller Memory Buffer", 85 [NVME_SC_PRP_INVALID_OFFSET] = "PRP Offset Invalid", [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-firmware-acpi | 85 ff_pmtimer: 0 invalid 88 ff_slp_btn: 0 invalid 89 gpe00: 0 invalid 92 gpe03: 0 invalid 93 gpe04: 0 invalid 94 gpe05: 0 invalid 97 gpe08: 0 invalid 98 gpe09: 0 invalid 99 gpe0A: 0 invalid 100 gpe0B: 0 invalid [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
| D | fimc-is-errno.h | 115 ERROR_COMMON_CMD = 1, /* Invalid command */ 116 ERROR_COMMON_PARAMETER = 2, /* Invalid parameter */ 137 /* invalid format (DRC: YUV444, FD: YUV444, 422, 420) */ 139 /* invalid width (DRC: 128~8192, FD: 32~8190) */ 141 /* invalid height (DRC: 64~8192, FD: 16~8190) */ 143 /* invalid bit-width (DRC: 8~12bits, FD: 8bit) */ 145 /* invalid FrameTime for ISP */ 149 /* invalid width (DRC: 128~8192, FD: 32~8190) */ 151 /* invalid height (DRC: 64~8192, FD: 16~8190) */ 153 /* invalid format (DRC: YUV444 or YUV422, FD: YUV444, 422, 420) */ [all …]
|
| D | fimc-is-errno.c | 19 return "ERROR_COMMON_CMD: Invalid Command"; in fimc_is_param_strerr() 21 return "ERROR_COMMON_PARAMETER: Invalid Parameter"; in fimc_is_param_strerr() 27 return "ERROR_COMMON_SETFILE_INDEX: Invalid setfile index"; in fimc_is_param_strerr() 39 return "ERROR_OTF_INPUT_FORMAT: Invalid format (DRC: YUV444, FD: YUV444, 422, 420)"; in fimc_is_param_strerr() 41 return "ERROR_OTF_INPUT_WIDTH: Invalid width (DRC: 128~8192, FD: 32~8190)"; in fimc_is_param_strerr() 43 return "ERROR_OTF_INPUT_HEIGHT: Invalid bit-width (DRC: 8~12bits, FD: 8bit)"; in fimc_is_param_strerr() 45 return "ERROR_OTF_INPUT_BIT_WIDTH: Invalid bit-width (DRC: 8~12bits, FD: 8bit)"; in fimc_is_param_strerr() 47 return "ERROR_DMA_INPUT_WIDTH: Invalid width (DRC: 128~8192, FD: 32~8190)"; in fimc_is_param_strerr() 49 return "ERROR_DMA_INPUT_HEIGHT: Invalid height (DRC: 64~8192, FD: 16~8190)"; in fimc_is_param_strerr() 51 return "ERROR_DMA_INPUT_FORMAT: Invalid format (DRC: YUV444 or YUV422, FD: YUV444,422,420)"; in fimc_is_param_strerr() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
| D | fimc-is-errno.h | 115 ERROR_COMMON_CMD = 1, /* Invalid command */ 116 ERROR_COMMON_PARAMETER = 2, /* Invalid parameter */ 137 /* invalid format (DRC: YUV444, FD: YUV444, 422, 420) */ 139 /* invalid width (DRC: 128~8192, FD: 32~8190) */ 141 /* invalid height (DRC: 64~8192, FD: 16~8190) */ 143 /* invalid bit-width (DRC: 8~12bits, FD: 8bit) */ 145 /* invalid FrameTime for ISP */ 149 /* invalid width (DRC: 128~8192, FD: 32~8190) */ 151 /* invalid height (DRC: 64~8192, FD: 16~8190) */ 153 /* invalid format (DRC: YUV444 or YUV422, FD: YUV444, 422, 420) */ [all …]
|
| D | fimc-is-errno.c | 19 return "ERROR_COMMON_CMD: Invalid Command"; in fimc_is_param_strerr() 21 return "ERROR_COMMON_PARAMETER: Invalid Parameter"; in fimc_is_param_strerr() 27 return "ERROR_COMMON_SETFILE_INDEX: Invalid setfile index"; in fimc_is_param_strerr() 39 return "ERROR_OTF_INPUT_FORMAT: Invalid format (DRC: YUV444, FD: YUV444, 422, 420)"; in fimc_is_param_strerr() 41 return "ERROR_OTF_INPUT_WIDTH: Invalid width (DRC: 128~8192, FD: 32~8190)"; in fimc_is_param_strerr() 43 return "ERROR_OTF_INPUT_HEIGHT: Invalid bit-width (DRC: 8~12bits, FD: 8bit)"; in fimc_is_param_strerr() 45 return "ERROR_OTF_INPUT_BIT_WIDTH: Invalid bit-width (DRC: 8~12bits, FD: 8bit)"; in fimc_is_param_strerr() 47 return "ERROR_DMA_INPUT_WIDTH: Invalid width (DRC: 128~8192, FD: 32~8190)"; in fimc_is_param_strerr() 49 return "ERROR_DMA_INPUT_HEIGHT: Invalid height (DRC: 64~8192, FD: 16~8190)"; in fimc_is_param_strerr() 51 return "ERROR_DMA_INPUT_FORMAT: Invalid format (DRC: YUV444 or YUV422, FD: YUV444,422,420)"; in fimc_is_param_strerr() [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-firmware-acpi | 128 ff_pmtimer: 0 invalid 131 ff_slp_btn: 0 invalid 132 gpe00: 0 invalid 135 gpe03: 0 invalid 136 gpe04: 0 invalid 137 gpe05: 0 invalid 140 gpe08: 0 invalid 141 gpe09: 0 invalid 142 gpe0A: 0 invalid 143 gpe0B: 0 invalid [all …]
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | tlb.h | 49 /* Invalid all tlb */ 51 /* Invalid current tlb */ 53 /* Invalid all global=1 lines in current tlb */ 55 /* Invalid all global=0 lines in current tlb */ 57 /* Invalid global=0 and matched asid lines in current tlb */ 59 /* Invalid addr with global=0 and matched asid in current tlb */ 61 /* Invalid addr with global=1 or matched asid in current tlb */ 63 /* Invalid matched gid in guest tlb */ 65 /* Invalid global=1, matched gid in guest tlb */ 67 /* Invalid global=0, matched gid in guest tlb */ [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | tlb.h | 49 /* Invalid all tlb */ 51 /* Invalid current tlb */ 53 /* Invalid all global=1 lines in current tlb */ 55 /* Invalid all global=0 lines in current tlb */ 57 /* Invalid global=0 and matched asid lines in current tlb */ 59 /* Invalid addr with global=0 and matched asid in current tlb */ 61 /* Invalid addr with global=1 or matched asid in current tlb */ 63 /* Invalid matched gid in guest tlb */ 65 /* Invalid global=1, matched gid in guest tlb */ 67 /* Invalid global=0, matched gid in guest tlb */ [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | ctx_sk_lookup.c | 243 /* invalid 8-byte reads from a 4-byte fields in bpf_sk_lookup */ 245 "invalid 8-byte read from bpf_sk_lookup family field", 252 .errstr = "invalid bpf_context access", 258 "invalid 8-byte read from bpf_sk_lookup protocol field", 265 .errstr = "invalid bpf_context access", 271 "invalid 8-byte read from bpf_sk_lookup remote_ip4 field", 278 .errstr = "invalid bpf_context access", 284 "invalid 8-byte read from bpf_sk_lookup remote_ip6 field", 291 .errstr = "invalid bpf_context access", 297 "invalid 8-byte read from bpf_sk_lookup remote_port field", [all …]
|
| D | basic_stx_ldx.c | 2 "invalid src register in STX", 7 .errstr = "R15 is invalid", 11 "invalid dst register in STX", 16 .errstr = "R14 is invalid", 20 "invalid dst register in ST", 25 .errstr = "R14 is invalid", 29 "invalid src register in LDX", 34 .errstr = "R12 is invalid", 38 "invalid dst register in LDX", 43 .errstr = "R11 is invalid",
|
| D | wide_access.c | 20 "invalid bpf_context access off=12 size=8"), 24 "invalid bpf_context access off=20 size=8"), 28 "invalid bpf_context access off=44 size=8"), 32 "invalid bpf_context access off=52 size=8"), 34 "invalid bpf_context access off=56 size=8"), 57 "invalid bpf_context access off=12 size=8"), 61 "invalid bpf_context access off=20 size=8"), 65 "invalid bpf_context access off=44 size=8"), 69 "invalid bpf_context access off=52 size=8"), 71 "invalid bpf_context access off=56 size=8"),
|
| D | cgroup_storage.c | 17 "invalid cgroup storage access 1", 33 "invalid cgroup storage access 2", 46 "invalid cgroup storage access 3", 58 .errstr = "invalid access to map value, value_size=64 off=256 size=4", 62 "invalid cgroup storage access 4", 74 .errstr = "invalid access to map value, value_size=64 off=-2 size=4", 79 "invalid cgroup storage access 5", 95 "invalid cgroup storage access 6", 127 "invalid per-cpu cgroup storage access 1", 143 "invalid per-cpu cgroup storage access 2", [all …]
|
| D | direct_value_access.c | 107 .errstr = "invalid access to map value pointer", 131 .errstr = "invalid access to map value pointer", 155 .errstr = "invalid access to map value pointer, value_size=48 off=536870911", 197 .errstr = "invalid access to map value, value_size=48 off=47 size=2", 211 .errstr = "invalid access to map value, value_size=48 off=47 size=2", 247 .errstr = "invalid access to map value pointer", 250 "direct map access, invalid insn test 1", 258 .errstr = "invalid bpf_ld_imm64 insn", 261 "direct map access, invalid insn test 2", 272 "direct map access, invalid insn test 3", [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/ |
| D | ctx_sk_lookup.c | 262 /* invalid 8-byte reads from a 4-byte fields in bpf_sk_lookup */ 264 "invalid 8-byte read from bpf_sk_lookup family field", 271 .errstr = "invalid bpf_context access", 277 "invalid 8-byte read from bpf_sk_lookup protocol field", 284 .errstr = "invalid bpf_context access", 291 "invalid 8-byte read from bpf_sk_lookup remote_ip4 field", 298 .errstr = "invalid bpf_context access", 304 "invalid 8-byte read from bpf_sk_lookup remote_ip6 field", 311 .errstr = "invalid bpf_context access", 318 "invalid 8-byte read from bpf_sk_lookup remote_port field", [all …]
|
| D | basic_stx_ldx.c | 2 "invalid src register in STX", 7 .errstr = "R15 is invalid", 11 "invalid dst register in STX", 16 .errstr = "R14 is invalid", 20 "invalid dst register in ST", 25 .errstr = "R14 is invalid", 29 "invalid src register in LDX", 34 .errstr = "R12 is invalid", 38 "invalid dst register in LDX", 43 .errstr = "R11 is invalid",
|
| D | wide_access.c | 21 "invalid bpf_context access off=12 size=8", 26 "invalid bpf_context access off=20 size=8", 31 "invalid bpf_context access off=44 size=8", 36 "invalid bpf_context access off=52 size=8", 39 "invalid bpf_context access off=56 size=8", 0), 63 "invalid bpf_context access off=12 size=8", 68 "invalid bpf_context access off=20 size=8", 73 "invalid bpf_context access off=44 size=8", 78 "invalid bpf_context access off=52 size=8", 81 "invalid bpf_context access off=56 size=8", 0),
|
| D | direct_value_access.c | 108 .errstr = "invalid access to map value pointer", 132 .errstr = "invalid access to map value pointer", 156 .errstr = "invalid access to map value pointer, value_size=48 off=536870911", 198 .errstr = "invalid access to map value, value_size=48 off=47 size=2", 213 .errstr = "invalid access to map value, value_size=48 off=47 size=2", 250 .errstr = "invalid access to map value pointer", 253 "direct map access, invalid insn test 1", 261 .errstr = "invalid bpf_ld_imm64 insn", 264 "direct map access, invalid insn test 2", 275 "direct map access, invalid insn test 3", [all …]
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | smberr.h | 24 #define ERRbadfunc 1 /* Invalid function. The server did not 28 a data file, invalid seek mode. */ 32 #define ERRbadpath 3 /* Directory invalid. A directory 40 following conditions: invalid rename 45 #define ERRbadfid 6 /* Invalid file handle. The file handle 51 #define ERRbadmem 9 /* Invalid memory block address. */ 52 #define ERRbadenv 10 /* Invalid environment. */ 53 #define ERRbadformat 11 /* Invalid format. */ 54 #define ERRbadaccess 12 /* Invalid open mode. */ 55 #define ERRbaddata 13 /* Invalid data (generated only by [all …]
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | smberr.h | 37 #define ERRbadfunc 1 /* Invalid function. The server did not 41 a data file, invalid seek mode. */ 45 #define ERRbadpath 3 /* Directory invalid. A directory 53 following conditions: invalid rename 58 #define ERRbadfid 6 /* Invalid file handle. The file handle 64 #define ERRbadmem 9 /* Invalid memory block address. */ 65 #define ERRbadenv 10 /* Invalid environment. */ 66 #define ERRbadformat 11 /* Invalid format. */ 67 #define ERRbadaccess 12 /* Invalid open mode. */ 68 #define ERRbaddata 13 /* Invalid data (generated only by [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | tree-checker.c | 105 "invalid %s for file extent, have %llu, should be aligned to %u", \ 192 "invalid previous key objectid, have %llu expect %llu", in check_prev_ino() 230 "invalid item size, have %u expect [%zu, %u)", in check_extent_data_item() 237 "invalid type for file extent, have %u expect range [0, %u]", in check_extent_data_item() 249 "invalid compression for file extent, have %u expect range [0, %u]", in check_extent_data_item() 256 "invalid encryption for file extent, have %u expect 0", in check_extent_data_item() 264 "invalid file_offset for inline file extent, have %llu expect 0", in check_extent_data_item() 278 "invalid ram_bytes for uncompressed inline extent, have %u expect %llu", in check_extent_data_item() 289 "invalid item size for reg/prealloc file extent, have %u expect %zu", in check_extent_data_item() 343 "invalid key objectid for csum item, have %llu expect %llu", in check_csum_item() [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | tree-checker.c | 112 "invalid %s for file extent, have %llu, should be aligned to %u", \ 199 "invalid previous key objectid, have %llu expect %llu", in check_prev_ino() 237 "invalid item size, have %u expect [%zu, %u)", in check_extent_data_item() 245 "invalid type for file extent, have %u expect range [0, %u]", in check_extent_data_item() 258 "invalid compression for file extent, have %u expect range [0, %u]", in check_extent_data_item() 265 "invalid encryption for file extent, have %u expect 0", in check_extent_data_item() 273 "invalid file_offset for inline file extent, have %llu expect 0", in check_extent_data_item() 287 "invalid ram_bytes for uncompressed inline extent, have %u expect %llu", in check_extent_data_item() 298 "invalid item size for reg/prealloc file extent, have %u expect %zu", in check_extent_data_item() 352 "invalid key objectid for csum item, have %llu expect %llu", in check_csum_item() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | verifier_cgroup_storage.c | 50 __description("invalid cgroup storage access 1") 70 __description("invalid cgroup storage access 2") 89 __description("invalid cgroup storage access 3") 90 __failure __msg("invalid access to map value, value_size=64 off=256 size=4") 109 __description("invalid cgroup storage access 4") 110 __failure __msg("invalid access to map value, value_size=64 off=-2 size=4") 130 __description("invalid cgroup storage access 5") 150 __description("invalid cgroup storage access 6") 189 __description("invalid per-cpu cgroup storage access 1") 209 __description("invalid per-cpu cgroup storage access 2") [all …]
|