Home
last modified time | relevance | path

Searched refs:description (Results 1 - 25 of 707) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_spnego.c104 char *description, *dp; in cifs_get_spnego_key() local
124 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
125 if (description == NULL) in cifs_get_spnego_key()
128 dp = description; in cifs_get_spnego_key()
133 dp = description + strlen(description); in cifs_get_spnego_key()
143 dp = description + strlen(description); in cifs_get_spnego_key()
155 dp = description + strlen(description); in cifs_get_spnego_key()
[all...]
/kernel/linux/linux-6.6/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()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dkey.h121 char desc[sizeof(long) - 2]; /* First few chars of description */
123 char desc[sizeof(long) - 2]; /* First few chars of description */
131 const char *description; member
240 /* the key type and key description string
252 char *description; member
323 const char *description,
328 const char *description,
332 const char *description,
341 * @description: The searchable description o
346 request_key(struct key_type *type, const char *description, const char *callout_info) request_key() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc_subset.c91 .description = "ALi M5632",
113 .description = "AnchorChips/Cypress 2720",
137 .description = "Belkin, eTEK, or compatible",
163 .description = "Epson USB Device",
182 .description = "KC Technology KC-190",
210 .description = "Linux Device",
216 .description = "Yopy",
222 .description = "Boot Loader OBject",
/kernel/linux/linux-6.6/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",
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/include/linux/
H A Dkey.h115 char desc[sizeof(long) - 2]; /* First few chars of description */
117 char desc[sizeof(long) - 2]; /* First few chars of description */
125 const char *description; member
234 /* the key type and key description string
246 char *description; member
317 const char *description,
322 const char *description,
326 const char *description,
335 * @description: The searchable description o
340 request_key(struct key_type *type, const char *description, const char *callout_info) request_key() argument
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl113 my $description;
139 if (m/^\#\s+description:\s*(.*\S)/) {
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};
[all...]
/kernel/linux/linux-5.10/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 Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/kernel/linux/linux-6.6/arch/mips/generic/
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 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 Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtests.h50 #define TEST_CASE(description, _name) \
53 .desc = description, \
57 #define TEST_CASE_REASON(description, _name, _reason) \
60 .desc = description, \
65 #define DEFINE_SUITE(description, _name) \
67 TEST_CASE(description, _name), \
71 .desc = description, \
/kernel/linux/linux-6.6/net/handshake/
H A Dalert.c30 * @description: TLS Alert description
34 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()
94 * @description: OUT - TLS AlertDescription value
98 u8 *level, u8 *description) in tls_alert_recv()
106 *description = data[1]; in tls_alert_recv()
108 trace_tls_alert_recv(sk, *level, *description); in tls_alert_recv()
97 tls_alert_recv(const struct sock *sk, const struct msghdr *msg, u8 *level, u8 *description) tls_alert_recv() argument
/kernel/linux/linux-5.10/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()
548 * @description: The searchable description of the key.
556 * A key matching the specified criteria (type, description, domain_tag) is
575 const char *description, in request_key_and_link()
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()
574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument
706 request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info) request_key_tag() argument
746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument
782 request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag) request_key_rcu() 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()
161 * Hash a key type and description.
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()
211 * Finalise an index key to include a part of the description actually in the
219 memcpy(index_key->desc, index_key->description, in key_set_index_key()
517 keyring_alloc(const char *description, kuid_t uid, kgid_t gid, const struct cred *cred, key_perm_t perm, unsigned long flags, struct key_restriction *restrict_link, struct key *dest) keyring_alloc() argument
937 keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse) keyring_search() argument
[all...]
/kernel/linux/linux-6.6/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()
548 * @description: The searchable description of the key.
556 * A key matching the specified criteria (type, description, domain_tag) is
575 const char *description, in request_key_and_link()
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()
574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument
706 request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info) request_key_tag() argument
746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument
782 request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag) request_key_rcu() 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()
161 * Hash a key type and description.
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()
211 * Finalise an index key to include a part of the description actually in the
219 memcpy(index_key->desc, index_key->description, in key_set_index_key()
517 keyring_alloc(const char *description, kuid_t uid, kgid_t gid, const struct cred *cred, key_perm_t perm, unsigned long flags, struct key_restriction *restrict_link, struct key *dest) keyring_alloc() argument
937 keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse) keyring_search() argument
[all...]
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacapps.h57 #define ACPI_USAGE_TEXT(description) \
58 printf (description);
60 #define ACPI_OPTION(name, description) \
61 printf (" %-20s%s\n", name, description);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacapps.h57 #define ACPI_USAGE_TEXT(description) \
58 printf (description);
60 #define ACPI_OPTION(name, description) \
61 printf (" %-20s%s\n", name, description);
/kernel/linux/linux-5.10/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
[all...]
/kernel/linux/linux-6.6/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
[all...]

Completed in 14 milliseconds

12345678910>>...29