| /linux/tools/testing/selftests/bpf/prog_tests/ | 
| H A 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 …]
 
 | 
| H A 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 …]
 
 | 
| H A D | snprintf.c | 110 	ASSERT_ERR(load_single_snprintf("%pi5"), "invalid specifier 1");  in test_snprintf_negative()111 	ASSERT_ERR(load_single_snprintf("%a"), "invalid specifier 2");  in test_snprintf_negative()
 112 	ASSERT_ERR(load_single_snprintf("%"), "invalid specifier 3");  in test_snprintf_negative()
 113 	ASSERT_ERR(load_single_snprintf("%12345678"), "invalid specifier 4");  in test_snprintf_negative()
 114 	ASSERT_ERR(load_single_snprintf("%--------"), "invalid specifier 5");  in test_snprintf_negative()
 115 	ASSERT_ERR(load_single_snprintf("%lc"), "invalid specifier 6");  in test_snprintf_negative()
 116 	ASSERT_ERR(load_single_snprintf("%llc"), "invalid specifier 7");  in test_snprintf_negative()
 119 	ASSERT_ERR(load_single_snprintf("%p%"), "invalid specifier 8");  in test_snprintf_negative()
 120 	ASSERT_ERR(load_single_snprintf("%s%"), "invalid specifier 9");  in test_snprintf_negative()
 
 | 
| /linux/drivers/nvme/host/ | 
| H A 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 …]
 
 | 
| /linux/arch/loongarch/include/asm/ | 
| H A 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 …]
 
 | 
| /linux/Documentation/ABI/testing/ | 
| H A D | sysfs-firmware-acpi | 128 		  ff_pmtimer:	     0  invalid131 		  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 …]
 
 | 
| /linux/tools/testing/selftests/bpf/verifier/ | 
| H A 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 …]
 
 | 
| H A 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",
 
 | 
| H A 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),
 
 | 
| H A 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 …]
 
 | 
| H A D | ctx_skb.c | 38 	.errstr = "invalid bpf_context access",108 	"invalid access __sk_buff family",
 114 	.errstr = "invalid bpf_context access",
 118 	"invalid access __sk_buff remote_ip4",
 124 	.errstr = "invalid bpf_context access",
 128 	"invalid access __sk_buff local_ip4",
 134 	.errstr = "invalid bpf_context access",
 138 	"invalid access __sk_buff remote_ip6",
 144 	.errstr = "invalid bpf_context access",
 148 	"invalid access __sk_buff local_ip6",
 [all …]
 
 | 
| /linux/fs/smb/client/ | 
| H A D | smberr.h | 24 #define ERRbadfunc		1	/* Invalid function. The server did not28 					   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 …]
 
 | 
| /linux/fs/btrfs/ | 
| H A D | tree-checker.c | 114 	"invalid %s for file extent, have %llu, should be aligned to %u",     \203 		"invalid previous key objectid, have %llu expect %llu",  in check_prev_ino()
 241 				"invalid item size, have %u expect [%zu, %u)",  in check_extent_data_item()
 249 		"invalid type for file extent, have %u expect range [0, %u]",  in check_extent_data_item()
 262 	"invalid compression for file extent, have %u expect range [0, %u]",  in check_extent_data_item()
 269 			"invalid encryption for file extent, have %u expect 0",  in check_extent_data_item()
 277 		"invalid file_offset for inline file extent, have %llu expect 0",  in check_extent_data_item()
 291 	"invalid ram_bytes for uncompressed inline extent, have %u expect %llu",  in check_extent_data_item()
 302 	"invalid item size for reg/prealloc file extent, have %u expect %zu",  in check_extent_data_item()
 374 		"invalid key objectid for csum item, have %llu expect %llu",  in check_csum_item()
 [all …]
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A 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 …]
 
 | 
| H A D | verifier_netfilter_ctx.c | 12 __description("netfilter invalid context access, size too short")13 __failure __msg("invalid bpf_context access")
 26 __description("netfilter invalid context access, size too short")
 27 __failure __msg("invalid bpf_context access")
 40 __description("netfilter invalid context access, past end of ctx")
 41 __failure __msg("invalid bpf_context access")
 54 __description("netfilter invalid context, write")
 55 __failure __msg("invalid bpf_context access")
 72 __description("netfilter valid context read and invalid write")
 
 | 
| H A D | verifier_array_access.c | 166 __description("invalid map access into an array with a constant")167 __failure __msg("invalid access to map value, value_size=48 off=48 size=8")
 191 __description("invalid map access into an array with a register")
 220 __description("invalid map access into an array with a variable")
 249 __description("invalid map access into an array with no floor check")
 281 __description("invalid map access into an array with a invalid max check")
 282 __failure __msg("invalid access to map value, value_size=48 off=44 size=8")
 313 __description("invalid map access into an array with a invalid max check")
 394 __description("invalid write map access into a read-only array 1")
 417 __description("invalid write map access into a read-only array 2")
 [all …]
 
 | 
| H A D | verifier_cgroup_inv_retcode.c | 9 __description("bpf_exit with invalid return code. test1")20 __description("bpf_exit with invalid return code. test2")
 32 __description("bpf_exit with invalid return code. test3")
 44 __description("bpf_exit with invalid return code. test4")
 55 __description("bpf_exit with invalid return code. test5")
 66 __description("bpf_exit with invalid return code. test6")
 77 __description("bpf_exit with invalid return code. test7")
 
 | 
| /linux/tools/perf/tests/ | 
| H A D | hists_filter.c | 164 		TEST_ASSERT_VAL("Invalid nr samples",  in test__hists_filter()166 		TEST_ASSERT_VAL("Invalid nr hist entries",  in test__hists_filter()
 168 		TEST_ASSERT_VAL("Invalid total period",  in test__hists_filter()
 189 		TEST_ASSERT_VAL("Invalid nr samples",  in test__hists_filter()
 191 		TEST_ASSERT_VAL("Invalid nr hist entries",  in test__hists_filter()
 193 		TEST_ASSERT_VAL("Invalid total period",  in test__hists_filter()
 218 		TEST_ASSERT_VAL("Invalid nr samples",  in test__hists_filter()
 220 		TEST_ASSERT_VAL("Invalid nr hist entries",  in test__hists_filter()
 222 		TEST_ASSERT_VAL("Invalid total period",  in test__hists_filter()
 253 		TEST_ASSERT_VAL("Invalid nr samples",  in test__hists_filter()
 [all …]
 
 | 
| H A D | hists_output.c | 181 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()187 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 193 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 199 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 205 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 211 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 217 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 223 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 229 	TEST_ASSERT_VAL("Invalid hist entry",  in test1()
 281 	TEST_ASSERT_VAL("Invalid hist entry",  in test2()
 [all …]
 
 | 
| /linux/include/linux/ | 
| H A D | nvme-rdma.h | 35 		return "invalid length";  in nvme_rdma_cm_msg()37 		return "invalid record format";  in nvme_rdma_cm_msg()
 39 		return "invalid queue ID";  in nvme_rdma_cm_msg()
 41 		return "invalid host SQ size";  in nvme_rdma_cm_msg()
 43 		return "invalid host RQ size";  in nvme_rdma_cm_msg()
 47 		return "invalid IRD";  in nvme_rdma_cm_msg()
 49 		return "Invalid ORD";  in nvme_rdma_cm_msg()
 51 		return "invalid controller ID";  in nvme_rdma_cm_msg()
 
 | 
| H A D | nvme-fc.h | 168 	/* invalid NVMe_LS command code */180 	/* Invalid Association ID */
 183 	/* Invalid Connection ID */
 186 	/* Invalid Parameters */
 201 	/* invalid OX_ID-RX_ID combination */
 207 	/* Invalid payload length */
 210 	/* Invalid NVMe_ERSP Ratio */
 213 	/* Invalid Controller ID */
 216 	/* Invalid Queue ID */
 219 	/* Invalid Submission Queue Size */
 [all …]
 
 | 
| /linux/drivers/crypto/caam/ | 
| H A D | error.c | 70 	{ 0x04, "Invalid Descriptor Command. The Descriptor Command field is invalid." },72 	{ 0x06, "Invalid KEY Command" },
 73 	{ 0x07, "Invalid LOAD Command" },
 74 	{ 0x08, "Invalid STORE Command" },
 75 	{ 0x09, "Invalid OPERATION Command" },
 76 	{ 0x0A, "Invalid FIFO LOAD Command" },
 77 	{ 0x0B, "Invalid FIFO STORE Command" },
 78 	{ 0x0C, "Invalid MOVE/MOVE_LEN Command" },
 79 …{ 0x0D, "Invalid JUMP Command. A nonlocal JUMP Command is invalid because the target is not a Job …
 80 	{ 0x0E, "Invalid MATH Command" },
 [all …]
 
 | 
| /linux/drivers/media/pci/intel/ipu6/ | 
| H A D | ipu6-cpd.c | 142 			dev_err(&isp->pdev->dev, "Invalid CPD component id\n");  in ipu6_cpd_parse_module_data()150 				"Invalid CPD component version\n");  in ipu6_cpd_parse_module_data()
 241 		dev_err(&isp->pdev->dev, "Invalid CPD moduledata size\n");  in ipu6_cpd_validate_cpd()
 247 		dev_err(&isp->pdev->dev, "Invalid CPD header\n");  in ipu6_cpd_validate_cpd()
 256 			dev_err(&isp->pdev->dev, "Invalid CPD entry (%d)\n", i);  in ipu6_cpd_validate_cpd()
 274 		dev_err(&isp->pdev->dev, "Invalid CPD moduledata size\n");  in ipu6_cpd_validate_moduledata()
 283 		dev_err(&isp->pdev->dev, "Invalid CPD in moduledata\n");  in ipu6_cpd_validate_moduledata()
 297 		dev_err(&isp->pdev->dev, "Invalid CPD metadata\n");  in ipu6_cpd_validate_metadata()
 305 			"Invalid CPD metadata descriptor img_type (%d)\n",  in ipu6_cpd_validate_metadata()
 312 		dev_err(&isp->pdev->dev, "Invalid CPD metadata size\n");  in ipu6_cpd_validate_metadata()
 [all …]
 
 | 
| /linux/include/uapi/scsi/fc/ | 
| H A D | fc_fs.h | 263 	FC_BA_RJT_INVL_CMD =	0x01,	/* invalid command code */276 	FC_BA_RJT_INV_XID =	0x03,	/* invalid OX_ID-RX_ID combination */
 295 	FC_RJT_INVL_DID =	0x01,	/* invalid destination ID */
 296 	FC_RJT_INVL_SID =	0x02,	/* invalid source ID */
 302 	FC_RJT_LINK_CTL =	0x08,	/* invalid link control */
 303 	FC_RJT_R_CTL =		0x09,	/* invalid R_CTL field */
 304 	FC_RJT_F_CTL =		0x0a,	/* invalid F_CTL field */
 305 	FC_RJT_OX_ID =		0x0b,	/* invalid originator exchange ID */
 306 	FC_RJT_RX_ID =		0x0c,	/* invalid responder exchange ID */
 307 	FC_RJT_SEQ_ID =		0x0d,	/* invalid sequence ID */
 [all …]
 
 | 
| /linux/include/acpi/ | 
| H A D | acexcep.h | 261 	EXCEP_TXT("AE_BAD_PARAMETER", "A parameter is out of range or invalid"),263 		  "An invalid character was found in a name"),
 265 		  "An invalid character was found in a pathname"),
 268 	EXCEP_TXT("AE_BAD_HEX_CONSTANT", "Invalid character in a Hex constant"),
 270 		  "Invalid character in an Octal constant"),
 272 		  "Invalid character in a Decimal constant"),
 280 	EXCEP_TXT("AE_BAD_SIGNATURE", "An ACPI table has an invalid signature"),
 281 	EXCEP_TXT("AE_BAD_HEADER", "Invalid field in an ACPI table header"),
 283 	EXCEP_TXT("AE_BAD_VALUE", "An invalid value was found in a table"),
 290 	EXCEP_TXT("AE_AML_BAD_OPCODE", "Invalid AML opcode encountered"),
 [all …]
 
 |