Home
last modified time | relevance | path

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

12345678910>>...34

/linux/fs/smb/client/
H A Dcifs_spnego.c92 char *description, *dp; in cifs_get_spnego_key() local
112 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
113 if (description == NULL) in cifs_get_spnego_key()
116 dp = description; in cifs_get_spnego_key()
121 dp = description + strlen(description); in cifs_get_spnego_key()
131 dp = description + strlen(description); in cifs_get_spnego_key()
143 dp = description + strlen(description); in cifs_get_spnego_key()
147 dp = description + strlen(description); in cifs_get_spnego_key()
152 dp = description + strlen(description); in cifs_get_spnego_key()
156 dp = description + strlen(description); in cifs_get_spnego_key()
[all …]
/linux/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh42 description="$2"
48 echo $result $KTAP_TESTNO $description $directive_str
54 description="$1"
57 __ktap_test "$result" "$description"
63 description="$1"
67 __ktap_test "$result" "$description" "$directive"
73 description="$1"
76 __ktap_test "$result" "$description"
82 description="$1"
86 ktap_test_pass "$description"
[all …]
H A Dksft.py39 def _test_print(result, description, directive=None): argument
50 def test_result_pass(description): argument
51 _test_print("ok", description)
55 def test_result_fail(description): argument
56 _test_print("not ok", description)
60 def test_result_skip(description): argument
61 _test_print("ok", description, "SKIP")
65 def test_result(condition, description=""): argument
67 test_result_pass(description)
69 test_result_fail(description)
/linux/scripts/
H A Dget_feat.pl113 my $description;
140 $description = $1;
141 if (length($description) > $max_size_description) {
142 $max_size_description = length($description);
145 foreach my $word (split /\s+/, $description) {
191 parse_error($file, $ln, "Description not found", "") if (!$description);
201 $data{$name}->{description} = $description;
255 printf "%-s\n", $data{$name}->{description};
291 printf " %s\n", $data{$name}->{description};
308 my $desc = $data{$feat}->{description};
[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/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/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 …]
H A Dkey.c282 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
283 if (!key->index_key.description) in key_alloc()
328 kfree(key->description); in key_alloc()
509 prep.orig_description = key->description; in key_instantiate_and_link()
805 const char *description, in __key_create_or_update() argument
813 .description = description, in __key_create_or_update()
833 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update()
848 prep.orig_description = description; in __key_create_or_update()
859 if (!index_key.description) in __key_create_or_update()
860 index_key.description = prep.description; in __key_create_or_update()
[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/tools/perf/tests/
H A Dtests.h50 #define TEST_CASE(description, _name) \ argument
53 .desc = description, \
57 #define TEST_CASE_REASON(description, _name, _reason) \ argument
60 .desc = description, \
65 #define DEFINE_SUITE(description, _name) \ argument
67 TEST_CASE(description, _name), \
71 .desc = description, \
/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/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c161 .description = "YUV420, planar",
168 .description = "YVU420, planar",
175 .description = "YUV422, planar",
182 .description = "YUV444"
188 .description = "NV12, Y-plane, CbCr interleaved",
195 .description = "NV21, Y-plane, CbCr interleaved",
202 .description = "NV16, Y-plane, CbCr interleaved",
209 .description = "YUYV, interleaved"
215 .description = "UYVY, interleaved"
221 .description = "Bayer 16"
[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/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/drivers/acpi/acpica/
H A Dacapps.h57 #define ACPI_USAGE_TEXT(description) \ argument
58 printf (description);
60 #define ACPI_OPTION(name, description) \ argument
61 printf (" %-20s%s\n", name, description);

12345678910>>...34