Home
last modified time | relevance | path

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

12345678910>>...36

/Linux-v6.1/fs/cifs/
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-v6.1/scripts/
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 …]
Dget_abi.pl158 …error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{description});
190 $data{$what}->{description} .= "\n\n" if (defined($data{$what}->{description}));
228 $data{$nametag}->{description} .= $_;
262 $data{$nametag}->{description} =~ s/^\n+// if ($data{$nametag}->{description});
264 …error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{description});
395 $desc = $data{$what}->{description} if (defined($data{$what}->{description}));
529 my $desc = $data{$what}->{description} if (defined($data{$what}->{description}));
/Linux-v6.1/net/rxrpc/
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()
Dkey.c427 seq_puts(m, key->description); in rxrpc_describe()
451 char *description; in rxrpc_request_key() local
458 description = memdup_sockptr_nul(optval, optlen); in rxrpc_request_key()
459 if (IS_ERR(description)) in rxrpc_request_key()
460 return PTR_ERR(description); in rxrpc_request_key()
462 key = request_key_net(&key_type_rxrpc, description, sock_net(&rx->sk), NULL); in rxrpc_request_key()
464 kfree(description); in rxrpc_request_key()
470 kfree(description); in rxrpc_request_key()
574 if (memcmp(key->description, "afs@", 4) != 0) in rxrpc_read()
576 cnlen = strlen(key->description + 4); in rxrpc_read()
[all …]
/Linux-v6.1/drivers/net/usb/
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-v6.1/include/linux/
Dkey.h131 const char *description; member
252 char *description; member
323 const char *description,
328 const char *description,
332 const char *description,
347 const char *description, in request_key() argument
350 return request_key_tag(type, description, NULL, callout_info); in request_key()
369 #define request_key_net(type, description, net, callout_info) \ argument
370 request_key_tag(type, description, net->key_domain, callout_info)
381 #define request_key_net_rcu(type, description, net) \ argument
[all …]
/Linux-v6.1/arch/mips/generic/
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
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
Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/Linux-v6.1/tools/perf/tests/
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, \
Dbuiltin-test-list.c61 static const char *shell_test__description(char *description, size_t size, in shell_test__description() argument
78 description = fgets(description, size, fp); in shell_test__description()
82 return description ? strim(description + 1) : NULL; in shell_test__description()
/Linux-v6.1/security/keys/
Drequest_key.c379 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
392 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
559 const char *description, in request_key_and_link() argument
570 .index_key.description = description, in request_key_and_link()
571 .index_key.desc_len = strlen(description), in request_key_and_link()
574 .match_data.raw_data = description, in request_key_and_link()
585 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
691 const char *description, in request_key_tag() argument
701 key = request_key_and_link(type, description, domain_tag, in request_key_tag()
731 const char *description, in request_key_with_auxdata() argument
[all …]
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 …]
Drequest_key_auth.c73 seq_puts(m, key->description); in request_key_auth_describe()
248 char description[16]; in key_get_instantiation_authkey() local
251 .index_key.description = description, in key_get_instantiation_authkey()
254 .match_data.raw_data = description, in key_get_instantiation_authkey()
262 ctx.index_key.desc_len = sprintf(description, "%x", target_id); in key_get_instantiation_authkey()
Dkeyctl.c81 char type[32], *description; in SYSCALL_DEFINE5() local
94 description = NULL; in SYSCALL_DEFINE5()
96 description = strndup_user(_description, KEY_MAX_DESC_SIZE); in SYSCALL_DEFINE5()
97 if (IS_ERR(description)) { in SYSCALL_DEFINE5()
98 ret = PTR_ERR(description); in SYSCALL_DEFINE5()
101 if (!*description) { in SYSCALL_DEFINE5()
102 kfree(description); in SYSCALL_DEFINE5()
103 description = NULL; in SYSCALL_DEFINE5()
104 } else if ((description[0] == '.') && in SYSCALL_DEFINE5()
134 key_ref = key_create_or_update(keyring_ref, type, description, in SYSCALL_DEFINE5()
[all …]
/Linux-v6.1/drivers/spi/
Dspi-loopback-test.c77 .description = "tx/rx-transfer - start of page",
91 .description = "tx/rx-transfer - crossing PAGE_SIZE",
105 .description = "tx-transfer - only",
117 .description = "rx-transfer - only",
129 .description = "two tx-transfers - alter both",
146 .description = "two tx-transfers - alter first",
163 .description = "two tx-transfers - alter second",
180 .description = "two transfers tx then rx - alter both",
196 .description = "two transfers tx then rx - alter tx",
213 .description = "two transfers tx then rx - alter rx",
[all …]
/Linux-v6.1/Documentation/doc-guide/
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-v6.1/drivers/acpi/acpica/
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);
/Linux-v6.1/fs/crypto/
Dkeysetup_v1.c97 char *description; in find_and_lock_process_key() local
102 description = kasprintf(GFP_KERNEL, "%s%*phN", prefix, in find_and_lock_process_key()
104 if (!description) in find_and_lock_process_key()
107 key = request_key(&key_type_logon, description, NULL); in find_and_lock_process_key()
108 kfree(description); in find_and_lock_process_key()
124 key->description); in find_and_lock_process_key()
131 key->description, payload->size, min_keysize); in find_and_lock_process_key()
Dkeyring.c143 seq_puts(m, key->description); in fscrypt_user_key_describe()
170 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE], in format_mk_users_keyring_description()
173 sprintf(description, "fscrypt-%*phN-users", in format_mk_users_keyring_description()
178 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE], in format_mk_user_description()
182 sprintf(description, "%*phN.uid.%u", FSCRYPT_KEY_IDENTIFIER_SIZE, in format_mk_user_description()
326 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE]; in allocate_master_key_users_keyring() local
329 format_mk_users_keyring_description(description, in allocate_master_key_users_keyring()
331 keyring = keyring_alloc(description, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in allocate_master_key_users_keyring()
348 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; in find_master_key_user() local
351 format_mk_user_description(description, mk->mk_spec.u.identifier); in find_master_key_user()
[all …]
/Linux-v6.1/drivers/media/usb/pvrusb2/
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-v6.1/rust/macros/
Dmodule.rs80 description: Option<String>, field
113 "description" => info.description = Some(expect_byte_string(it)), in parse()
162 if let Some(description) = info.description { in module()
163 modinfo.emit("description", &description); in module()
/Linux-v6.1/tools/testing/selftests/net/
Dfib_rule_tests.sh108 local description="$3"
112 log_test $? 0 "rule6 check: $description"
115 log_test $? 0 "rule6 del by pref: $description"
209 local description="$3"
213 log_test $? 0 "rule4 check: $description"
216 log_test $? 0 "rule4 del by pref: $description"
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc77 // description
121 // description
164 // description
215 // description
232 // description
252 // description
265 // description
360 // description
401 // description
426 // description
[all …]

12345678910>>...36