| /linux/tools/testing/selftests/kselftest/ |
| H A D | ktap_helpers.sh | 43 description="$2" 49 echo $result $KTAP_TESTNO $description $directive_str 55 description="$1" 58 __ktap_test "$result" "$description" 64 description="$1" 68 __ktap_test "$result" "$description" "$directive" 74 description="$1" 78 __ktap_test "$result" "$description" "$directive" 84 description="$1" 87 __ktap_test "$result" "$description" [all …]
|
| /linux/kernel/ |
| H A D | crash_core_test.c | 60 const char *description; member 76 kunit_info(test, "%s", params->description); in run_exclude_test_case() 86 "%s: Return value mismatch.", params->description); in run_exclude_test_case() 91 params->description); in run_exclude_test_case() 99 params->description); in run_exclude_test_case() 113 .description = "1.1: A is left of B, no overlap", 121 .description = "1.2: A's right boundary touches B's left boundary", 129 .description = "1.3: A overlaps B's left part", 138 .description = "1.4: A is completely inside B", 150 .description = "1.5: A overlaps B's right part", [all …]
|
| /linux/tools/perf/tests/ |
| H A D | tests.h | 54 #define TEST_CASE(description, _name) \ 57 .desc = description, \ 61 #define TEST_CASE_REASON(description, _name, _reason) \ 64 .desc = description, \ 69 #define TEST_CASE_EXCLUSIVE(description, _name) \ 72 .desc = description, \ 77 #define TEST_CASE_REASON_EXCLUSIVE(description, _name, _reason) \ 80 .desc = description, \ 86 #define DEFINE_SUITE(description, _name) \ 88 TEST_CASE(description, _nam 52 TEST_CASE(description,_name) global() argument 59 TEST_CASE_REASON(description,_name,_reason) global() argument 67 TEST_CASE_EXCLUSIVE(description,_name) global() argument 75 TEST_CASE_REASON_EXCLUSIVE(description,_name,_reason) global() argument 84 DEFINE_SUITE(description,_name) global() argument 94 DEFINE_SUITE_EXCLUSIVE(description,_name) global() argument [all...] |
| /linux/tools/testing/selftests/alsa/ |
| H A D | pcm-test.conf | 2 description "8kHz mono large periods" 11 description "8kHz stereo large periods" 20 description "44.1kHz stereo large periods" 29 description "48kHz stereo small periods" 38 description "48kHz stereo large periods" 47 description "48kHz 6 channel large periods" 56 description "96kHz stereo large periods"
|
| /linux/include/linux/ |
| H A D | key.h | 131 const char *description; member 253 char *description; member 324 const char *description, 329 const char *description, 333 const char *description, 348 const char *description, in request_key() argument 351 return request_key_tag(type, description, NULL, callout_info); in request_key() 370 #define request_key_net(type, description, net, callout_info) \ argument 371 request_key_tag(type, description, net->key_domain, callout_info) 382 #define request_key_net_rcu(type, description, net) \ argument [all …]
|
| /linux/tools/testing/selftests/powerpc/papr_sysparm/ |
| H A D | papr_sysparm.c | 150 const char *description; member 156 .description = "open and close " DEVPATH " without issuing commands", 160 .description = "retrieve SPLPAR characteristics", 164 .description = "verify EOPNOTSUPP for known-bad parameter", 168 .description = "PAPR_SYSPARM_IOC_GET returns EFAULT on bad address", 172 .description = "PAPR_SYSPARM_IOC_SET returns EFAULT on bad address", 176 .description = "ensure EPERM on attempt to update HMC0", 180 .description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd", 191 if (test_harness(t->function, t->description)) in main()
|
| /linux/drivers/net/usb/ |
| H A D | cdc_subset.c | 91 .description = "ALi M5632", 113 .description = "AnchorChips/Cypress 2720", 136 .description = "Belkin, eTEK, or compatible", 161 .description = "Epson USB Device", 179 .description = "KC Technology KC-190", 206 .description = "Linux Device", 212 .description = "Yopy", 218 .description = "Boot Loader OBject",
|
| /linux/lib/tests/ |
| H A D | ffs_kunit.c | 15 const char *description; member 22 const char *description; member 104 const char *description) in validate_ffs_result() argument 108 func_name, input, description, expected, actual); in validate_ffs_result() 116 const char *description) in validate_ffs64_result() argument 120 func_name, input, description, expected, actual); in validate_ffs64_result() 216 tc->expected_ffs, "ffs", tc->description); in ffs_basic_correctness_test() 220 tc->expected_fls, "fls", tc->description); in ffs_basic_correctness_test() 227 expected_ffs_0based, "__ffs", tc->description); in ffs_basic_correctness_test() 235 expected_fls_0based, "__fls", tc->description); in ffs_basic_correctness_test() [all …]
|
| /linux/net/rxrpc/ |
| H A D | server_key.c | 7 * RxRPC keys should have a description of describing their purpose: 33 * description and the key material as the payload. 47 * Vet the description for an RxRPC server key. 112 seq_puts(m, key->description); in rxrpc_describe_s() 123 char *description; in rxrpc_server_keyring() 133 description = memdup_sockptr_nul(optval, optlen); in rxrpc_server_keyring() 134 if (IS_ERR(description)) in rxrpc_server_keyring() 135 return PTR_ERR(description); in rxrpc_server_keyring() 137 key = request_key(&key_type_keyring, description, NULL); in rxrpc_server_keyring() 139 kfree(description); in rxrpc_server_keyring() 124 char *description; rxrpc_server_keyring() local [all...] |
| /linux/net/handshake/ |
| H A D | alert.c | 34 int tls_alert_send(struct socket *sock, u8 level, u8 description) in tls_alert_send() argument 44 trace_tls_alert_send(sock->sk, level, description); in tls_alert_send() 47 alert[1] = description; in tls_alert_send() 98 u8 *level, u8 *description) in tls_alert_recv() argument 106 *description = data[1]; in tls_alert_recv() 108 trace_tls_alert_recv(sk, *level, *description); in tls_alert_recv()
|
| /linux/fs/smb/client/ |
| H A D | cifs_spnego.c | 45 cifs_spnego_key_vet_description(const char *description) in cifs_spnego_key_vet_description() argument 105 char *description, *dp; in cifs_get_spnego_key() local 129 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key() 130 if (description == NULL) in cifs_get_spnego_key() 133 dp = description; in cifs_get_spnego_key() 175 cifs_dbg(FYI, "key description = %s\n", description); in cifs_get_spnego_key() 177 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key() 189 kfree(description); in cifs_get_spnego_key()
|
| /linux/arch/mips/generic/ |
| H A D | board-ocelot.its.S | 5 description = "MSCC Ocelot PCB123 Device Tree"; define 16 description = "MSCC Ocelot PCB120 Device Tree"; define 29 description = "Ocelot Linux kernel"; define 35 description = "Ocelot Linux kernel"; define
|
| H A D | board-jaguar2.its.S | 5 description = "MSCC Jaguar2 PCB110 Device Tree"; define 15 description = "MSCC Jaguar2 PCB111 Device Tree"; define 28 description = "Jaguar2 Linux kernel"; define 34 description = "Jaguar2 Linux kernel"; define
|
| H A D | vmlinux.its.S | 5 description = KERNEL_NAME; define 10 description = KERNEL_NAME; define 28 description = "Generic Linux kernel"; define
|
| /linux/tools/testing/selftests/powerpc/papr_vpd/ |
| H A D | papr_vpd.c | 302 const char *description; member 308 .description = "open/close " DEVPATH, 312 .description = "ensure EINVAL on unterminated location code", 316 .description = "ensure EFAULT on bad handle addr", 320 .description = "get handle for all VPD" 324 .description = "close handle without consuming VPD" 328 .description = "read all VPD one byte at a time" 332 .description = "ensure re-read yields same results" 336 .description = "get handle for system VPD" 347 if (test_harness(t->function, t->description)) in main()
|
| /linux/security/keys/ |
| H A D | request_key.c | 382 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key() 395 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key() 548 * @description: The searchable description of the key. 556 * A key matching the specified criteria (type, description, domain_tag) is 575 const char *description, in request_key_and_link() argument 586 .index_key.description = description, in request_key_and_link() 587 .index_key.desc_len = strlen(description), in request_key_and_link() 590 .match_data.raw_data = description, in request_key_and_link() 707 request_key_tag(struct key_type * type,const char * description,struct key_tag * domain_tag,const char * callout_info) request_key_tag() argument 747 request_key_with_auxdata(struct key_type * type,const char * description,struct key_tag * domain_tag,const void * callout_info,size_t callout_len,void * aux) request_key_with_auxdata() argument 783 request_key_rcu(struct key_type * type,const char * description,struct key_tag * domain_tag) request_key_rcu() argument [all...] |
| H A D | keyring.c | 111 if (keyring->description && in keyring_publish_name() 112 keyring->description[0] && in keyring_publish_name() 113 keyring->description[0] != '.') { in keyring_publish_name() 167 const char *description = index_key->description; in hash_key_type_and_desc() local 187 memcpy(&piece, description, n); in hash_key_type_and_desc() 188 description += n; in hash_key_type_and_desc() 219 memcpy(index_key->desc, index_key->description, n); in key_set_index_key() 292 d = index_key->description + offset; in keyring_get_key_chunk() 319 memcmp(key->index_key.description, index_key->description, in keyring_compare_object() 370 seg_a = *(unsigned char *)(a->description + i); in keyring_diff_objects() [all …]
|
| /linux/drivers/spi/ |
| H A D | spi-loopback-test.c | 87 .description = "tx/rx-transfer - start of page", 101 .description = "tx/rx-transfer - crossing PAGE_SIZE", 115 .description = "tx-transfer - only", 127 .description = "rx-transfer - only", 139 .description = "two tx-transfers - alter both", 156 .description = "two tx-transfers - alter first", 173 .description = "two tx-transfers - alter second", 190 .description = "two transfers tx then rx - alter both", 206 .description = "two transfers tx then rx - alter tx", 223 .description = "two transfers tx then rx - alter rx", [all …]
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 30 #: description header string. 115 description = "" 146 match = re.match(r"^\#\s+description:\s*(.*\S)", line) 148 description = match.group(1) 151 len(description)) 201 if not description: 212 "description": description, 285 self.emit(f"{self.data[name]['description']}") 315 desc = self.data[feat]["description"] [all...] |
| /linux/arch/mips/mobileye/ |
| H A D | vmlinux.its.S | 5 description = KERNEL_NAME; define 10 description = KERNEL_NAME; define 28 description = "Generic Linux kernel"; define
|
| /linux/fs/crypto/ |
| H A D | keysetup_v1.c | 45 char *description; in find_and_lock_process_key() local 50 description = kasprintf(GFP_KERNEL, "%s%*phN", prefix, in find_and_lock_process_key() 52 if (!description) in find_and_lock_process_key() 55 key = request_key(&key_type_logon, description, NULL); in find_and_lock_process_key() 56 kfree(description); in find_and_lock_process_key() 72 key->description); in find_and_lock_process_key() 79 key->description, payload->size, min_keysize); in find_and_lock_process_key()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_wmfw.c | 173 const char *description) in cs_dsp_mock_wmfw_start_alg_info_block() argument 211 if (description) in cs_dsp_mock_wmfw_start_alg_info_block() 212 strscpy(v1->descr, description, sizeof(v1->descr)); in cs_dsp_mock_wmfw_start_alg_info_block() 221 if (description) in cs_dsp_mock_wmfw_start_alg_info_block() 222 description_len = strlen(description); in cs_dsp_mock_wmfw_start_alg_info_block() 255 memcpy(longstring->data, description, description_len); in cs_dsp_mock_wmfw_start_alg_info_block() 296 if (def->description) in cs_dsp_mock_wmfw_add_coeff_desc() 297 strscpy(v1->descr, def->description, sizeof(v1->descr)); in cs_dsp_mock_wmfw_add_coeff_desc() 307 if (def->description) in cs_dsp_mock_wmfw_add_coeff_desc() 308 description_len = strlen(def->description); in cs_dsp_mock_wmfw_add_coeff_desc() [all …]
|
| /linux/include/trace/events/ |
| H A D | handshake.h | 192 unsigned char description 194 TP_ARGS(sk, level, description), 201 __field(unsigned long, description) 212 __entry->description = description; 217 show_tls_alert_description(__entry->description) 225 unsigned char description \ 227 TP_ARGS(sk, level, description))
|
| /linux/rust/macros/ |
| H A D | module.rs | 125 self.emit_param("parm", ¶m_name_str, ¶m.description.value()); in emit_params() 340 description: LitStr, in module() 355 description [required] => fields.parse()?, in module() 362 description, in module() 372 description: Option<LitStr>, in module() 390 description => input.parse()?, in module() 419 description, in module() 434 description, in module() 449 if let Some(description) = description { in module() 205 description: Option<String>, global() field 217 description: String, global() field [all...] |
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-devattr.c | 52 .description = "WinTV PVR USB2 Model 29xxx", 86 .description = "WinTV PVR USB2 Model 24xxx", 116 .description = "Gotview USB 2.0 DVD 2", 137 .description = "Gotview USB 2.0 DVD Deluxe", 159 .description = "Terratec Grabster AV400", 215 .description = "OnAir Creator Hybrid USB tuner", 275 .description = "OnAir USB2 Hybrid USB tuner", 369 .description = "WinTV HVR-1900 Model 73xxx", 476 .description = "WinTV HVR-1950 Model 750xx", 499 .description = "WinTV HVR-1950 Model 751xx", [all …]
|