Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 836) sorted by relevance

12345678910>>...34

/linux/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh43 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 Dcrash_core_test.c60 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 Dtests.h52 #define TEST_CASE(description, _name) \ argument
55 .desc = description, \
59 #define TEST_CASE_REASON(description, _name, _reason) \ argument
62 .desc = description, \
67 #define TEST_CASE_EXCLUSIVE(description, _name) \ argument
70 .desc = description, \
75 #define TEST_CASE_REASON_EXCLUSIVE(description, _name, _reason) \ argument
78 .desc = description, \
84 #define DEFINE_SUITE(description, _name) \ argument
86 TEST_CASE(description, _name), \
[all …]
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.conf2 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 Dkey.h131 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 Dpapr_sysparm.c150 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/lib/tests/
H A Dffs_kunit.c15 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/drivers/net/usb/
H A Dcdc_subset.c91 .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/net/rxrpc/
H A Dserver_key.c7 * RxRPC keys should have a description of describing their purpose:
34 * description and the key material as the payload.
48 * Vet the description for an RxRPC server key.
113 seq_puts(m, key->description); in rxrpc_describe_s()
124 char *description; in rxrpc_server_keyring() local
131 description = memdup_sockptr_nul(optval, optlen); in rxrpc_server_keyring()
132 if (IS_ERR(description)) in rxrpc_server_keyring()
133 return PTR_ERR(description); in rxrpc_server_keyring()
135 key = request_key(&key_type_keyring, description, NULL); in rxrpc_server_keyring()
137 kfree(description); in rxrpc_server_keyring()
[all...]
/linux/net/handshake/
H A Dalert.c34 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/drivers/gpu/drm/tests/
H A Ddrm_rect_test.c213 const char *description; member
221 .description = "top-left x bottom-right",
228 .description = "top-right x bottom-left",
235 .description = "bottom-left x top-right",
242 .description = "bottom-right x top-left",
249 .description = "right x left",
256 .description = "left x right",
263 .description = "up x bottom",
270 .description = "bottom x up",
277 .description = "touching corner",
[all …]
/linux/security/keys/
H A Drequest_key.c382 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()
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()
601 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
707 const char *description, in request_key_tag() argument
717 key = request_key_and_link(type, description, domain_tag, in request_key_tag()
747 const char *description, in request_key_with_auxdata() argument
[all …]
H A Dkeyring.c111 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()
290 d = index_key->description + sizeof(index_key->desc); in keyring_get_key_chunk()
317 memcmp(key->index_key.description, index_key->description, in keyring_compare_object()
368 seg_a = *(unsigned char *)(a->description + i); in keyring_diff_objects()
[all …]
/linux/arch/mips/generic/
H A Dboard-ocelot.its.S5 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 Dboard-jaguar2.its.S5 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 Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/linux/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c302 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/fs/smb/client/
H A Dcifs_spnego.c89 char *description, *dp; in cifs_get_spnego_key() local
113 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
114 if (description == NULL) in cifs_get_spnego_key()
117 dp = description; in cifs_get_spnego_key()
159 cifs_dbg(FYI, "key description = %s\n", description); in cifs_get_spnego_key()
161 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()
173 kfree(description); in cifs_get_spnego_key()
/linux/tools/lib/python/feat/
H A Dparse_features.py102 description = ""
135 description = match.group(1)
138 len(description))
188 if not description:
199 "description": description,
428 description = self.data[name]["description"]
429 while len(description) > desc_size:
430 desc_line = description[:desc_size]
436 description = description[last_space + 1:]
440 description = description[len(desc_line):]
[all …]
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst70 * function_name() - Brief description of function.
76 * A longer description, with more discussion of the function function_name()
81 * The longer description may have multiple paragraphs.
88 * The return value description can also have multiple paragraphs, and should
92 The brief description following the function name may span multiple lines, and
93 ends with an argument description, a blank comment line, or the end of the
100 the short function description. Do not leave a blank line between the
101 function description and the arguments, nor between the arguments.
103 Each ``@argument:`` description may span multiple lines.
107 If the ``@argument`` description has multiple lines, the continuation
[all …]
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c173 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/arch/mips/mobileye/
H A Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c52 .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 …]
/linux/include/trace/events/
H A Dhandshake.h192 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 Dmodule.rs119 self.emit_param("parm", &param.name, &param.description); in emit_params()
205 description: Option<String>, field
217 description: String, field
248 description: param_description, in expect_params()
290 "description" => info.description = Some(expect_string(it)), in parse()
340 if let Some(description) = &info.description { in module()
341 modinfo.emit("description", description); in module()

12345678910>>...34