Home
last modified time | relevance | path

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

12345678910>>...43

/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/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 …]
H A Dksft.py42 def _test_print(result, description, directive=None): argument
53 def test_result_pass(description): argument
54 _test_print("ok", description)
58 def test_result_fail(description): argument
59 _test_print("not ok", description)
63 def test_result_skip(description): argument
64 _test_print("ok", description, "SKIP")
68 def test_result(condition, description=""): argument
70 test_result_pass(description)
72 test_result_fail(description)
/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.c113 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()
143 kfree(description); in rxrpc_server_keyring()
/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/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/drivers/spi/
H A Dspi-loopback-test.c88 .description = "tx/rx-transfer - start of page",
102 .description = "tx/rx-transfer - crossing PAGE_SIZE",
116 .description = "tx-transfer - only",
128 .description = "rx-transfer - only",
140 .description = "two tx-transfers - alter both",
157 .description = "two tx-transfers - alter first",
174 .description = "two tx-transfers - alter second",
191 .description = "two transfers tx then rx - alter both",
207 .description = "two transfers tx then rx - alter tx",
224 .description = "two transfers tx then rx - alter rx",
[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
/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.py115 description = ""
148 description = match.group(1)
151 len(description))
201 if not description:
212 "description": description,
441 description = self.data[name]["description"]
442 while len(description) > desc_size:
443 desc_line = description[:desc_size]
449 description = description[last_space + 1:]
453 description = description[len(desc_line):]
[all …]
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst73 * function_name() - Brief description of function.
79 * A longer description, with more discussion of the function function_name()
84 * The longer description may have multiple paragraphs.
91 * The return value description can also have multiple paragraphs, and should
95 The brief description following the function name may span multiple lines, and
96 ends with an argument description, a blank comment line, or the end of the
103 the short function description. Do not leave a blank line between the
104 function description and the arguments, nor between the arguments.
106 Each ``@argument:`` description may span multiple lines.
110 If the ``@argument`` description has multiple lines, the continuation
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c150 .description = "YUV420, planar",
157 .description = "YVU420, planar",
164 .description = "YUV422, planar",
171 .description = "YUV444"
177 .description = "NV12, Y-plane, CbCr interleaved",
184 .description = "NV21, Y-plane, CbCr interleaved",
191 .description = "NV16, Y-plane, CbCr interleaved",
198 .description = "YUYV, interleaved"
204 .description = "UYVY, interleaved"
210 .description = "Bayer 16"
[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/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))

12345678910>>...43