| /linux/rust/syn/ |
| H A D | group.rs | 15 pub content: ParseBuffer<'a>, field 24 pub content: ParseBuffer<'a>, field 33 pub content: ParseBuffer<'a>, field 43 pub content: ParseBuffer<'a>, field 49 parse_delimited(input, Delimiter::Parenthesis).map(|(span, content)| Parens { in parse_parens() 51 content, in parse_parens() 58 parse_delimited(input, Delimiter::Brace).map(|(span, content)| Braces { in parse_braces() 60 content, in parse_braces() 67 parse_delimited(input, Delimiter::Bracket).map(|(span, content)| Brackets { in parse_brackets() 69 content, in parse_brackets() [all …]
|
| H A D | restriction.rs | 80 if group.content.is_empty() { in parse() 101 let content; in parse_pub() localVariable 102 let paren_token = parenthesized!(content in ahead); in parse_pub() 103 if content.peek(Token![crate]) in parse_pub() 104 || content.peek(Token![self]) in parse_pub() 105 || content.peek(Token![super]) in parse_pub() 107 let path = content.call(Ident::parse_any)?; in parse_pub() 109 // Ensure there are no additional tokens within `content`. in parse_pub() 113 if content.is_empty() { in parse_pub() 122 } else if content.peek(Token![in]) { in parse_pub() [all …]
|
| H A D | ty.rs | 382 let content; in ambig_ty() localVariable 383 let paren_token = parenthesized!(content in input); in ambig_ty() 384 if content.is_empty() { in ambig_ty() 390 if content.peek(Lifetime) { in ambig_ty() 393 elem: Box::new(Type::TraitObject(content.parse()?)), in ambig_ty() 396 if content.peek(Token![?]) { in ambig_ty() 403 ..content.parse()? in ambig_ty() 421 let mut first: Type = content.parse()?; in ambig_ty() 422 if content.peek(Token![,]) { in ambig_ty() 428 elems.push_punct(content.parse()?); in ambig_ty() [all …]
|
| H A D | pat.rs | 500 let content; in pat_tuple_struct() localVariable 501 let paren_token = parenthesized!(content in input); in pat_tuple_struct() 504 while !content.is_empty() { in pat_tuple_struct() 505 let value = Pat::parse_multi_with_leading_vert(&content)?; in pat_tuple_struct() 507 if content.is_empty() { in pat_tuple_struct() 510 let punct = content.parse()?; in pat_tuple_struct() 524 let content; in pat_struct() localVariable 525 let brace_token = braced!(content in input); in pat_struct() 529 while !content.is_empty() { in pat_struct() 530 let attrs = content.call(Attribute::parse_outer)?; in pat_struct() [all …]
|
| H A D | expr.rs | 1628 let content; in trailer_helper() localVariable 1632 paren_token: parenthesized!(content in input), in trailer_helper() 1633 args: content.parse_terminated(Expr::parse, Token![,])?, in trailer_helper() 1671 let content; in trailer_helper() localVariable 1678 paren_token: parenthesized!(content in input), in trailer_helper() 1679 args: content.parse_terminated(Expr::parse, Token![,])?, in trailer_helper() 1692 let content; in trailer_helper() localVariable 1696 bracket_token: bracketed!(content in input), in trailer_helper() 1697 index: content.parse()?, in trailer_helper() 1723 let content; in trailer_expr() localVariable [all …]
|
| /linux/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { 43 .rst-content .highlight > pre { 48 .rst-content table.field-list th.field-name { 52 .rst-content table.field-list td.field-body { 59 /* content column 61 * RTD theme's default is 800px as max width for the content, but we have 65 .wy-nav-content{max-width: none; } 76 .rst-content table.docutils caption { text-align: left; font-size: 100%; } 84 caption, .wy-table caption, .rst-content table.field-list caption { 103 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child { [all …]
|
| /linux/tools/testing/selftests/filesystems/fuse/ |
| H A D | fuse_mnt.c | 19 static char *content; variable 70 if (!content || content_size == 0) in test_read() 79 memcpy(buf, content + offset, size); in test_read() 98 content = realloc(content, new_size); in test_write() 102 if (!content) in test_write() 105 memcpy(content + offset, buf, size); in test_write() 116 free(content); in test_truncate() 117 content = NULL; in test_truncate() 122 content = realloc(content, size); in test_truncate() 124 if (!content) in test_truncate() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-dv.rst | 25 Content Protection System, :ref:`hdcp`) processing, allowing the 96 Configures the IT Content Type of the transmitted video. This 98 the AVI InfoFrame. The term 'IT Content' is used for content that 99 originates from a computer as opposed to content from a TV broadcast 101 the possible content types: 110 - Graphics content. Pixel data should be passed unfiltered and 113 - Photo content. The content is derived from digital still pictures. 114 The content should be passed through with minimal scaling and 117 - Cinema content. 119 - Game content. Audio and video latency should be minimized. [all …]
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_parser.py | 99 content = None 105 content = match.group(3) 127 if content not in self.what_symbols: 128 self.add_symbol(what=content, fname=fdata.fname, ln=fdata.ln) 131 fdata.what.append(content.strip("\n")) 141 fdata.label = content 144 key = "abi_" + content.lower() 161 "what": [content], 169 self.what_refs[content] = fdata.key 174 t = (content, fdata.key) [all …]
|
| /linux/tools/testing/ktest/examples/bootconfigs/ |
| H A D | verify-functiongraph.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| H A D | verify-tracing.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| H A D | verify-boottrace.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_hdcp_helper.c | 326 * drm_connector_attach_content_protection_property - attach content protection in DRM_ENUM_NAME_FN() 330 * @hdcp_content_type: is HDCP Content Type property needed for connector in DRM_ENUM_NAME_FN() 332 * This is used to add support for content protection on select connectors. in DRM_ENUM_NAME_FN() 333 * Content Protection is intentionally vague to allow for different underlying in DRM_ENUM_NAME_FN() 336 * When hdcp_content_type is true enum property called HDCP Content Type is in DRM_ENUM_NAME_FN() 339 * This property is used for sending the protected content's stream type in DRM_ENUM_NAME_FN() 340 * from userspace to kernel on selected connectors. Protected content provider in DRM_ENUM_NAME_FN() 341 * will decide their type of their content and declare the same to kernel. in DRM_ENUM_NAME_FN() 343 * Content type will be used during the HDCP 2.2 authentication. in DRM_ENUM_NAME_FN() 344 * Content type will be set to &drm_connector_state.hdcp_content_type. in DRM_ENUM_NAME_FN() [all …]
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_abi.py | 106 content = ViewList() 145 content.append(line, f, ln - 1) 157 # add content symbol by symbol 158 if content: 159 self.do_parse(content, node) 160 content = ViewList() 171 def do_parse(self, content, node): argument 172 with switch_source_input(self.state, content): 173 self.state.nested_parse(content, 0, node, match_titles=1)
|
| /linux/scripts/ |
| H A D | asn1_compiler.c | 305 char *content; member 327 //debug("cmp(%s,%s) = ", token->content, dir); in directive_compare() 329 val = memcmp(token->content, dir, clen); in directive_compare() 423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise() 424 if (!tokens[tix].content) { in tokenise() 428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise() 429 tokens[tix].content[tokens[tix].size] = 0; in tokenise() 434 if (islower(tokens[tix].content[0])) { in tokenise() 463 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise() 464 if (!tokens[tix].content) { in tokenise() [all …]
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | rsb.rst | 226 … `Retpoline: A Branch Target Injection Mitigation <https://www.intel.com/content/www/us/en/develop… 228 …3" in `Software Techniques for Managing Speculation <https://www.amd.com/content/dam/amd/en/docume… 234 …l Volume 3: General-Purpose and System Instructions <https://www.amd.com/content/dam/amd/en/docume… 236 …tre Attacks: Exploiting Speculative Execution <https://comsec.ethz.ch/wp-content/files/ibpb_sp25.p… 238 …fer Predictions / CVE-2022-26373 / INTEL-SA-00706 <https://www.intel.com/content/www/us/en/develop… 240 …nical Guidance for Mitigating Branch Type Confusion <https://www.amd.com/content/dam/amd/en/docume… 242 … IBRS" in `Indirect Branch Restricted Speculation <https://www.intel.com/content/www/us/en/develop… 244 …re Programmer's Manual Volume 2: System Programming <https://www.amd.com/content/dam/amd/en/docume… 246 … IBRS" in `Indirect Branch Restricted Speculation <https://www.intel.com/content/www/us/en/develop… 248 …fer Predictions / CVE-2022-26373 / INTEL-SA-00706 <https://www.intel.com/content/www/us/en/develop… [all …]
|
| /linux/rust/macros/ |
| H A D | module.rs | 42 fn emit_base(&mut self, field: &str, content: &str, builtin: bool, param: bool) { in emit_base() 46 "{module}.{field}={content}\0", in emit_base() 49 content = content in emit_base() 53 format!("{field}={content}\0") in emit_base() 86 fn emit_only_builtin(&mut self, field: &str, content: &str, param: bool) { in emit_only_builtin() 87 self.emit_base(field, content, true, param) in emit_only_builtin() 90 fn emit_only_loadable(&mut self, field: &str, content: &str, param: bool) { in emit_only_loadable() 91 self.emit_base(field, content, false, param) in emit_only_loadable() 94 fn emit(&mut self, field: &str, content: &str) { in emit() 95 self.emit_internal(field, content, false); in emit() [all …]
|
| /linux/fs/exfat/ |
| H A D | fatent.c | 39 unsigned int *content) in __exfat_ent_get() argument 52 *content = le32_to_cpu(*(__le32 *)(&bh->b_data[off])); in __exfat_ent_get() 55 if (*content > EXFAT_BAD_CLUSTER) in __exfat_ent_get() 56 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get() 63 unsigned int content) in exfat_ent_set() argument 78 *fat_entry = cpu_to_le32(content); in exfat_ent_set() 86 unsigned int *content) in exfat_ent_get() argument 98 err = __exfat_ent_get(sb, loc, content); in exfat_ent_get() 106 if (*content == EXFAT_FREE_CLUSTER) { in exfat_ent_get() 113 if (*content == EXFAT_BAD_CLUSTER) { in exfat_ent_get() [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_parser.h | 24 /* Message digest - the digest of the Content Data (or NULL) */ 42 * This contains the generated digest of _either_ the Content Data or 44 * the attributes contains the digest of the Content Data within it. 59 /* Content Data (or NULL) */ 63 const void *data; /* Content Data (or 0) */
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | generator.py | 59 content = fd.read() 62 return content 143 content = self._read_file(file_to_patch) 144 content = content.replace(marker, line + "\n" + marker) 145 self.__write_file(file_to_patch, content) 207 def __write_file(self, file_name, content): argument 213 file.write(content) 217 def _create_file(self, file_name, content): argument 221 self.__write_file(path, content)
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | rpc-cache.rst | 16 quite possibly very different in content and use. There is a corpus 48 It will also contain a key and some content. 81 Set the 'content' fields in 'new' from 'orig'. 133 sunrpc_cache_update to set the content for the item. A second item is 134 passed which should hold the content. If the item found by _lookup 136 saves any user of an item from worrying about content changing while 138 valid data, then the content is copied across and CACHE_VALID is set. 158 - a content. 161 should be create or updated to have the given content, and the
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | sec.c | 31 u32 content; in rtw_sec_write_cam() local 50 content = ((key->keyidx & 0x3)) | in rtw_sec_write_cam() 58 content = (cam->addr[2]) | in rtw_sec_write_cam() 65 content = 0; in rtw_sec_write_cam() 69 content = (key->key[j]) | in rtw_sec_write_cam() 77 rtw_write32(rtwdev, RTW_SEC_WRITE_REG, content); in rtw_sec_write_cam()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 33 '''Returns the read content and error string. The read content is None if 183 content, err = read_file(nr_goals_file) 186 if int(content) != len(self.goals): 634 content, err = read_file(nr_targets_file) 637 if int(content) != len(self.targets): 648 content, err = read_file(nr_schemes_file) 651 if int(content) != len(self.schemes): 680 content, err = read_file(nr_contexts_file) 683 if int(content) != len(self.contexts): 724 content, err = read_file( [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | alternative-macros.h | 139 * old_content: The old content which is probably replaced with new content. 140 * new_content: The new content. 144 * content will always be executed. 151 * ALTERNATIVE() to patch its customized content at the same location. In 154 * ALTERNATIVE_2() to append its customized content.
|
| /linux/net/batman-adv/ |
| H A D | tvlv.c | 220 * batadv_tvlv_container_register() - register tvlv type, version and content 225 * @tvlv_value: tvlv container content 226 * @tvlv_value_len: tvlv container content length 229 * content is going to replace the old one. 298 * batadv_tvlv_container_ogm_append() - append tvlv container content to given 303 * content 354 * @tvlv_handler: tvlv callback function handling the tvlv content 358 * @tvlv_value: tvlv content 359 * @tvlv_value_len: tvlv content length 428 * @tvlv_value: tvlv content [all …]
|