| /Linux-v5.15/fs/cifs/ |
| D | cifs_spnego.c | 92 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-v5.15/scripts/ |
| D | get_feat.pl | 107 my $description; 134 $description = $1; 135 if (length($description) > $max_size_description) { 136 $max_size_description = length($description); 139 foreach my $word (split /\s+/, $description) { 185 parse_error($file, $ln, "Description not found", "") if (!$description); 195 $data{$name}->{description} = $description; 249 printf "%-s\n", $data{$name}->{description}; 285 printf " %s\n", $data{$name}->{description}; 302 my $desc = $data{$feat}->{description}; [all …]
|
| D | get_abi.pl | 135 …error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{description}); 204 $data{$nametag}->{description} .= $_; 238 $data{$nametag}->{description} =~ s/^\n+// if ($data{$nametag}->{description}); 240 …error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{description}); 371 $desc = $data{$what}->{description} if (defined($data{$what}->{description})); 504 my $desc = $data{$what}->{description} if (defined($data{$what}->{description}));
|
| /Linux-v5.15/net/rxrpc/ |
| D | server_key.c | 110 seq_puts(m, key->description); in rxrpc_describe_s() 121 char *description; in rxrpc_server_keyring() local 128 description = memdup_sockptr_nul(optval, optlen); in rxrpc_server_keyring() 129 if (IS_ERR(description)) in rxrpc_server_keyring() 130 return PTR_ERR(description); in rxrpc_server_keyring() 132 key = request_key(&key_type_keyring, description, NULL); in rxrpc_server_keyring() 134 kfree(description); in rxrpc_server_keyring() 140 kfree(description); in rxrpc_server_keyring()
|
| D | key.c | 427 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-v5.15/drivers/net/usb/ |
| 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-v5.15/include/linux/ |
| D | key.h | 125 const char *description; member 246 char *description; member 317 const char *description, 322 const char *description, 326 const char *description, 341 const char *description, in request_key() argument 344 return request_key_tag(type, description, NULL, callout_info); in request_key() 363 #define request_key_net(type, description, net, callout_info) \ argument 364 request_key_tag(type, description, net->key_domain, callout_info) 375 #define request_key_net_rcu(type, description, net) \ argument [all …]
|
| /Linux-v5.15/fs/crypto/ |
| D | keyring.c | 78 seq_puts(m, key->description); in fscrypt_key_describe() 115 seq_puts(m, key->description); in fscrypt_user_key_describe() 137 const char *description) in search_fscrypt_keyring() argument 145 keyref = keyring_search(keyref, type, description, false); in search_fscrypt_keyring() 168 char description[FSCRYPT_FS_KEYRING_DESCRIPTION_SIZE], in format_fs_keyring_description() 171 sprintf(description, "fscrypt-%s", sb->s_id); in format_fs_keyring_description() 175 char description[FSCRYPT_MK_DESCRIPTION_SIZE], in format_mk_description() 178 sprintf(description, "%*phN", in format_mk_description() 183 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE], in format_mk_users_keyring_description() 186 sprintf(description, "fscrypt-%*phN-users", in format_mk_users_keyring_description() [all …]
|
| D | keysetup_v1.c | 97 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()
|
| /Linux-v5.15/arch/mips/generic/ |
| 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
|
| 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
|
| D | vmlinux.its.S | 5 description = KERNEL_NAME; define 10 description = KERNEL_NAME; define 28 description = "Generic Linux kernel"; define
|
| D | board-luton.its.S | 5 description = "MSCC Luton PCB091 Device Tree"; define 18 description = "Luton Linux kernel"; define
|
| /Linux-v5.15/security/keys/ |
| D | request_key.c | 379 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 …]
|
| 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() 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 …]
|
| D | request_key_auth.c | 73 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()
|
| D | keyctl.c | 81 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 …]
|
| D | key.c | 282 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc() 283 if (!key->index_key.description) in key_alloc() 327 kfree(key->description); in key_alloc() 509 prep.orig_description = key->description; in key_instantiate_and_link() 818 const char *description, in key_create_or_update() argument 825 .description = description, in key_create_or_update() 845 (!index_key.description && !index_key.type->preparse)) in key_create_or_update() 860 prep.orig_description = description; in key_create_or_update() 871 if (!index_key.description) in key_create_or_update() 872 index_key.description = prep.description; in key_create_or_update() [all …]
|
| /Linux-v5.15/drivers/spi/ |
| D | spi-loopback-test.c | 77 .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-v5.15/Documentation/doc-guide/ |
| D | kernel-doc.rst | 64 * function_name() - Brief description of function. 70 * A longer description, with more discussion of the function function_name() 75 * The longer description may have multiple paragraphs. 82 * The return value description can also have multiple paragraphs, and should 86 The brief description following the function name may span multiple lines, and 87 ends with an argument description, a blank comment line, or the end of the 94 the short function description. Do not leave a blank line between the 95 function description and the arguments, nor between the arguments. 97 Each ``@argument:`` description may span multiple lines. 101 If the ``@argument`` description has multiple lines, the continuation [all …]
|
| /Linux-v5.15/drivers/acpi/acpica/ |
| D | acapps.h | 57 #define ACPI_USAGE_TEXT(description) \ argument 58 printf (description); 60 #define ACPI_OPTION(name, description) \ argument 61 printf (" %-20s%s\n", name, description);
|
| /Linux-v5.15/drivers/media/usb/pvrusb2/ |
| 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 …]
|
| /Linux-v5.15/Documentation/sound/soc/ |
| D | platform.rst | 59 1. Digital audio interface (DAI) description 61 3. PCM's description 65 Please see codec.rst for a description of items 1 - 4. 78 Please see DPCM.txt for a description of item 4.
|
| /Linux-v5.15/Documentation/trace/coresight/ |
| D | coresight-etm4x-reference.rst | 636 source file, along with a description of the feature these represent. Many 647 **description:** 657 **description:** 664 **description:** 671 **description:** 678 **description:** 685 **description:** 691 **description:** 698 **description:** 706 **description:** [all …]
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| D | memx.fuc | 77 // description 121 // description 164 // description 215 // description 232 // description 252 // description 265 // description 360 // description 401 // description 426 // description [all …]
|