Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/linux-6.15/Documentation/sphinx-static/
H A Dtheme_overrides.css15 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; }
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 {
109 code, .rst-content tt, .rst-content code {
[all …]
/linux-6.15/tools/testing/selftests/damon/
H A D_debugfs_common.sh6 content=$2
13 echo "$content" > "$file"
15 echo "$content" > "$file" 2> /dev/null
19 echo "writing $content to $file doesn't return $expected"
40 content=$(cat "$file")
41 if [ "$content" != "$expected" ]
43 echo "reading $file expected $expected but $content"
H A D_damon_sysfs.py151 content, err = read_file(nr_goals_file)
154 if int(content) != len(self.goals):
348 content, err = read_file(nr_targets_file)
351 if int(content) != len(self.targets):
362 content, err = read_file(nr_schemes_file)
365 if int(content) != len(self.schemes):
397 if int(content) != len(self.contexts):
430 content, err = read_file(
461 content, err = read_file(
476 content, err = read_file(
[all …]
H A Dsysfs.sh10 content=$2
13 if ! echo "$content" > "$file"
15 echo "writing $content to $file failed"
24 content=$2
27 if (echo "$content" > "$file") 2> /dev/null
29 echo "writing $content to $file succeed ($fail_reason)"
/linux-6.15/tools/testing/ktest/examples/bootconfigs/
H A Dverify-functiongraph.sh8 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 Dverify-tracing.sh8 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 Dverify-boottrace.sh8 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-6.15/Documentation/sphinx/
H A DrstFlatTable.py71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
76 content = content if content is not None else []
87 content = content if content is not None else []
114 if not self.content:
123 self.state.nested_parse(self.content, self.content_offset, node)
288 cspan, rspan, content = row[-1]
289 row[-1] = (cspan + x, rspan, content)
304 content = col[2][0].astext()
305 if len (content) > 30:
306 content = content[:30] + "..."
[all …]
H A Dkernel_abi.py106 content = ViewList()
145 content.append(line, f, ln - 1)
156 if content:
157 self.do_parse(content, node)
158 content = ViewList()
169 def do_parse(self, content, node): argument
170 with switch_source_input(self.state, content):
171 self.state.nested_parse(content, 0, node, match_titles=1)
H A Dkernel_feat.py116 content = ViewList()
126 content.append(l, fname, c)
130 with switch_source_input(self.state, content):
131 self.state.nested_parse(content, 0, node, match_titles=1)
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c548 hns3_dbg_fill_content(content, sizeof(content), coal_info_items, in hns3_dump_coal_info()
555 hns3_dbg_fill_content(content, sizeof(content), coal_info_items, in hns3_dump_coal_info()
615 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_spare_info()
717 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_rx_queue_info()
823 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_queue_info()
857 hns3_dbg_fill_content(content, sizeof(content), queue_map_items, in hns3_dbg_queue_map()
869 hns3_dbg_fill_content(content, sizeof(content), queue_map_items, in hns3_dbg_queue_map()
943 hns3_dbg_fill_content(content, sizeof(content), rx_bd_info_items, in hns3_dbg_rx_bd_info()
952 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_rx_bd_info()
1025 hns3_dbg_fill_content(content, sizeof(content), in hns3_dbg_tx_bd_info()
[all …]
/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py99 content = None
105 content = match.group(3)
141 fdata.label = content
174 t = (content, fdata.key)
202 if content:
224 content = line.expandtabs()
239 content = content[len(fdata.space):]
245 w = content.strip("\n")
252 content = line.strip()
255 w = content.strip("\n")
[all …]
/linux-6.15/drivers/s390/char/
H A Dhmcdrv_cache.c42 void *content; member
95 hmcdrv_cache_file.content + pos, in hmcdrv_cache_get()
131 cftp.buf = hmcdrv_cache_file.content; /* and update */ in hmcdrv_cache_do()
146 memcpy(ftp->buf, hmcdrv_cache_file.content, len); in hmcdrv_cache_do()
220 hmcdrv_cache_file.content = in hmcdrv_cache_startup()
224 if (!hmcdrv_cache_file.content) { in hmcdrv_cache_startup()
243 if (hmcdrv_cache_file.content) { in hmcdrv_cache_shutdown()
244 free_pages((unsigned long) hmcdrv_cache_file.content, in hmcdrv_cache_shutdown()
246 hmcdrv_cache_file.content = NULL; in hmcdrv_cache_shutdown()
/linux-6.15/scripts/
H A Dasn1_compiler.c305 char *content; member
424 if (!tokens[tix].content) { in tokenise()
464 if (!tokens[tix].content) { in tokenise()
488 tokens[tix].content = "({"; in tokenise()
506 tokens[tix].content = "{"; in tokenise()
511 tokens[tix].content = "}"; in tokenise()
516 tokens[tix].content = "["; in tokenise()
521 tokens[tix].content = "]"; in tokenise()
526 tokens[tix].content = ","; in tokenise()
726 return memcmp((*a)->name->content, (*b)->name->content, in type_index_compare()
[all …]
H A Dinsert-sys-cert.c64 void *content; member
130 s->content = (void *)hdr + s->offset; in get_symbol_from_map()
181 s->content = (void *)hdr + s->offset; in get_symbol_from_table()
380 lsize = (unsigned long *)lsize_sym.content; in main()
381 used = (int *)used_sym.content; in main()
390 strncmp(cert_sym.content, cert, cert_size) == 0) { in main()
398 memcpy(cert_sym.content, cert, cert_size); in main()
400 memset(cert_sym.content + cert_size, in main()
/linux-6.15/rust/macros/
H A Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
47 content = content in emit_base()
78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
79 self.emit_base(field, content, true) in emit_only_builtin()
82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
83 self.emit_base(field, content, false) in emit_only_loadable()
86 fn emit(&mut self, field: &str, content: &str) { in emit()
87 self.emit_only_builtin(field, content); in emit()
88 self.emit_only_loadable(field, content); in emit()
/linux-6.15/fs/exfat/
H A Dfatent.c39 unsigned int *content) in __exfat_ent_get() argument
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
97 err = __exfat_ent_get(sb, loc, content); in exfat_ent_get()
105 if (*content == EXFAT_FREE_CLUSTER) { in exfat_ent_get()
112 if (*content == EXFAT_BAD_CLUSTER) { in exfat_ent_get()
119 if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { in exfat_ent_get()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dsec.c31 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-6.15/fs/afs/
H A Dmntpt.c123 const char *content; in afs_mntpt_set_params() local
132 content = afs_get_link(mntpt, d_inode(mntpt), &cleanup); in afs_mntpt_set_params()
133 if (IS_ERR(content)) { in afs_mntpt_set_params()
135 return PTR_ERR(content); in afs_mntpt_set_params()
139 if (content[size - 1] == '.') in afs_mntpt_set_params()
140 ret = vfs_parse_fs_string(fc, "source", content, size - 1); in afs_mntpt_set_params()
/linux-6.15/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py130 content = vfd.read()
131 def_mo = self.definitely_lost_re.search(content)
132 ind_mo = self.indirectly_lost_re.search(content)
133 pos_mo = self.possibly_lost_re.search(content)
134 nle_mo = self.non_leak_error_re.search(content)
150 res.append_failmsg(content)
/linux-6.15/tools/verification/dot2/
H A Ddot2k.py106 content = fd.read()
109 return content
286 content = self.__read_file(file_to_patch)
287 content = content.replace(marker, line + "\n" + marker)
288 self.__write_file(file_to_patch, content)
345 def __write_file(self, file_name, content): argument
351 file.write(content)
355 def __create_file(self, file_name, content): argument
359 self.__write_file(path, content)
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst97 the AVI InfoFrame. The term 'IT Content' is used for content that
98 originates from a computer as opposed to content from a TV broadcast
100 the possible content types:
109 - Graphics content. Pixel data should be passed unfiltered and
112 - Photo content. The content is derived from digital still pictures.
113 The content should be passed through with minimal scaling and
116 - Cinema content.
118 - Game content. Audio and video latency should be minimized.
156 InfoFrame. The term 'IT Content' is used for content that originates
157 from a computer as opposed to content from a TV broadcast or an
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dcpu_mf.h198 static inline int __ecctr(u64 ctr, u64 *content) in __ecctr() argument
209 *content = _content; in __ecctr()
216 u64 content; in ecctr() local
219 cc = __ecctr(ctr, &content); in ecctr()
221 *val = content; in ecctr()
/linux-6.15/fs/cachefiles/
H A Dxattr.c24 __u8 content; /* Content presence (enum cachefiles_content) */ member
60 buf->content = object->content_info; in cachefiles_set_object_xattr()
62 buf->content = CACHEFILES_CONTENT_DIRTY; in cachefiles_set_object_xattr()
81 buf->content, in cachefiles_set_object_xattr()
90 buf->content, in cachefiles_set_object_xattr()
140 } else if (buf->content == CACHEFILES_CONTENT_DIRTY) { in cachefiles_check_auxdata()
152 buf->content, why); in cachefiles_check_auxdata()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.c107 const uint32_t *content = in enc1_update_generic_info_packet() local
110 REG_WRITE(AFMT_GENERIC_0, *content++); in enc1_update_generic_info_packet()
111 REG_WRITE(AFMT_GENERIC_1, *content++); in enc1_update_generic_info_packet()
112 REG_WRITE(AFMT_GENERIC_2, *content++); in enc1_update_generic_info_packet()
113 REG_WRITE(AFMT_GENERIC_3, *content++); in enc1_update_generic_info_packet()
114 REG_WRITE(AFMT_GENERIC_4, *content++); in enc1_update_generic_info_packet()
115 REG_WRITE(AFMT_GENERIC_5, *content++); in enc1_update_generic_info_packet()
116 REG_WRITE(AFMT_GENERIC_6, *content++); in enc1_update_generic_info_packet()
117 REG_WRITE(AFMT_GENERIC_7, *content); in enc1_update_generic_info_packet()
835 const uint32_t *content = in enc1_stream_encoder_send_immediate_sdp_message() local
[all …]

12345678910>>...19