Home
last modified time | relevance | path

Searched full:write (Results 1 – 25 of 8298) sorted by relevance

12345678910>>...332

/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py94 def write(self, x): member in SourceGenerator
105 self.write('# line: %s' % node.lineno)
119 self.write('else:')
126 self.write(', ')
135 self.write('=')
139 self.write('*' + node.vararg)
142 self.write('**' + node.kwarg)
147 self.write('@')
156 self.write(', ')
158 self.write(' = ')
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D026.out6 Event: l1_update; errno: 5; imm: off; once: on; write
7 write failed: Input/output error
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
12 write failed: Input/output error
16 Event: l1_update; errno: 5; imm: off; once: off; write
19 write failed: Input/output error
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
26 write failed: Input/output error
30 Event: l1_update; errno: 28; imm: off; once: on; write
31 write failed: No space left on device
[all …]
H A D026.out.nocache6 Event: l1_update; errno: 5; imm: off; once: on; write
7 write failed: Input/output error
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
12 write failed: Input/output error
16 Event: l1_update; errno: 5; imm: off; once: off; write
19 write failed: Input/output error
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
26 write failed: Input/output error
30 Event: l1_update; errno: 28; imm: off; once: on; write
31 write failed: No space left on device
[all …]
H A D271.out3 ### Standard write tests (backing file: yes) ###
8 write -q -P PATTERN 0 1k
10 write -q -P PATTERN 3k 512
12 write -q -P PATTERN 5k 1k
14 write -q -P PATTERN 6k 2k
16 write -q -P PATTERN 8k 6k
18 write -q -P PATTERN 15k 4k
20 write -q -P PATTERN 32k 1k
22 write -q -P PATTERN 63k 4k
25 write -q -z 2k 2k
[all …]
H A D07356 $QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io
61 $QEMU_IO -c "write -P 0x11 0 0x10000" "$TEST_IMG" | _filter_qemu_io
62 $QEMU_IO -c "write -P 0x11 0x10000 0x10000" "$TEST_IMG.base" | _filter_qemu_io
69 $QEMU_IO -c "write -P 0x22 0x20000 0x10000" "$TEST_IMG" | _filter_qemu_io
70 $QEMU_IO -c "write -c -P 0x22 0x30000 0x10000" "$TEST_IMG" | _filter_qemu_io
77 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG" | _filter_qemu_io
78 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG.base" | _filter_qemu_io
79 $QEMU_IO -c "write -P 0 0x40000 0x10000" "$TEST_IMG" | _filter_qemu_io
80 $QEMU_IO -c "write -z 0x50000 0x10000" "$TEST_IMG" | _filter_qemu_io
88 $QEMU_IO -c "write -P 0x44 0x60000 0x10000" "$TEST_IMG.base" | _filter_qemu_io
[all …]
H A D15468 $QEMU_IO -c "write -z 0 2k" "$TEST_IMG" | _filter_qemu_io
69 $QEMU_IO -c "write -z 10k 2k" "$TEST_IMG" | _filter_qemu_io
70 $QEMU_IO -c "write -z 17k 2k" "$TEST_IMG" | _filter_qemu_io
71 $QEMU_IO -c "write -z 27k 2k" "$TEST_IMG" | _filter_qemu_io
82 $QEMU_IO -c "write -P 0x11 32k 1k" "$TEST_IMG.base" | _filter_qemu_io
83 $QEMU_IO -c "write -z 34k 1k" "$TEST_IMG" | _filter_qemu_io
89 $QEMU_IO -c "write -P 0x11 65k 1k" "$TEST_IMG.base" | _filter_qemu_io
90 $QEMU_IO -c "write -z 66k 1k" "$TEST_IMG" | _filter_qemu_io
105 $QEMU_IO -c "write -P 0x11 34k 1k" "$TEST_IMG.base" | _filter_qemu_io
106 $QEMU_IO -c "write -z 33k 1k" "$TEST_IMG" | _filter_qemu_io
[all …]
H A D1715 # (or can) read and write outside of the image size.
67 echo "write to image"
68 $QEMU_IO -c "write -P 0x0a 0 $test_size" "$(img_json)" | _filter_qemu_io
79 echo "write before image boundary"
80 $QEMU_IO -c "write $((test_size-1)) 1" "$(img_json)" | _filter_qemu_io
83 echo "write across image boundary"
84 $QEMU_IO -c "write $((test_size-1)) 2" "$(img_json)" | _filter_qemu_io
87 echo "write at image boundary"
88 $QEMU_IO -c "write $test_size 1" "$(img_json)" | _filter_qemu_io
91 echo "write after image boundary"
[all …]
H A D1794 # Test case for write zeroes with unmap
49 echo '=== Testing write zeroes with unmap ==='
60 $QEMU_IO -c "write -z -u 2M 2M" "$TEST_IMG.base" | _filter_qemu_io
61 $QEMU_IO -c "write -z 6M 2M" "$TEST_IMG.base" | _filter_qemu_io
67 $QEMU_IO -c "write -z -u 10485761 2097150" "$TEST_IMG.base" | _filter_qemu_io
68 $QEMU_IO -c "write -z 14680065 2097150" "$TEST_IMG.base" | _filter_qemu_io
74 $QEMU_IO -c "write 18M 14M" "$TEST_IMG.base" | _filter_qemu_io
75 $QEMU_IO -c "write -z -u 20M 2M" "$TEST_IMG.base" | _filter_qemu_io
76 $QEMU_IO -c "write -z 24M 6M" "$TEST_IMG.base" | _filter_qemu_io
81 $QEMU_IO -c "write -z -u 26M 2M" "$TEST_IMG.base" | _filter_qemu_io
[all …]
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-cache.rst7 caches data to the RAID disks. The cache can be in write-through (supported
8 since 4.4) or write-back mode (supported since 4.10). mdadm (supported since
9 3.4) has a new option '--write-journal' to create array with cache. Please
11 in write-through mode. A user can switch it to write-back mode by::
13 echo "write-back" > /sys/block/md0/md/journal_mode
15 And switch it back to write-through mode by::
17 echo "write-through" > /sys/block/md0/md/journal_mode
22 write-through mode
25 This mode mainly fixes the 'write hole' issue. For RAID 4/5/6 array, an unclean
27 and parity don't match. The reason is that a stripe write involves several RAID
[all …]
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py62 file.write('\t\tatf_%d {\n' % atf_index)
63 file.write('\t\t\tdescription = \"ARM Trusted Firmware\";\n')
64 file.write('\t\t\tdata = /incbin/("%s");\n' % data)
65 file.write('\t\t\ttype = "firmware";\n')
66 file.write('\t\t\tarch = "arm64";\n')
67 file.write('\t\t\tos = "arm-trusted-firmware";\n')
68 file.write('\t\t\tcompression = "none";\n')
69 file.write('\t\t\tload = <0x%08x>;\n' % phy_addr)
71 file.write('\t\t\tentry = <0x%08x>;\n' % elf_entry)
72 file.write('\t\t};\n')
[all …]
/openbmc/linux/include/dt-bindings/memory/
H A Dtegra234-mc.h182 /* MSS internal memqual MIU7 write clients */
186 /* MSS internal memqual MIU8 write clients */
190 /* MSS internal memqual MIU9 write clients */
194 /* MSS internal memqual MIU10 write clients */
198 /* MSS internal memqual MIU11 write clients */
202 /* MSS internal memqual MIU12 write clients */
206 /* MSS internal memqual MIU13 write clients */
230 /* PCIE6 write clients */
243 /* PCIE7 write clients */
247 /* High-definition audio (HDA) write clients */
[all …]
H A Dtegra194-mc.h149 /* MSS internal memqual MIU7 write clients */
161 /* High-definition audio (HDA) write clients */
165 /* SATA write clients */
171 /* ISP Write client for Crossbar A */
173 /* ISP Write client Crossbar B */
177 /* XUSB_HOST write clients */
181 /* XUSB_DEV write clients */
189 /* sdmmca memory write client */
191 /* sdmmc memory write client */
193 /* sdmmcd memory write client */
[all …]
/openbmc/u-boot/drivers/video/
H A Dtda19988.c28 #define REG_MAIN_CNTRL0 REG(0x00, 0x01) /* read/write */
36 #define REG_SOFTRESET REG(0x00, 0x0a) /* write */
39 #define REG_DDC_DISABLE REG(0x00, 0x0b) /* read/write */
40 #define REG_I2C_MASTER REG(0x00, 0x0d) /* read/write */
44 #define REG_FEAT_POWERDOWN REG(0x00, 0x0e) /* read/write */
48 #define REG_INT_FLAGS_0 REG(0x00, 0x0f) /* read/write */
49 #define REG_INT_FLAGS_1 REG(0x00, 0x10) /* read/write */
50 #define REG_INT_FLAGS_2 REG(0x00, 0x11) /* read/write */
52 #define REG_ENA_VP_0 REG(0x00, 0x18) /* read/write */
53 #define REG_ENA_VP_1 REG(0x00, 0x19) /* read/write */
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dextended.json7 …"PublicDescription": "A directory write to the Level-1 Data cache where the line was originally in…
97 "BriefDescription": "Directory Write Level 1 Data Cache from Cache",
98 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
104 "BriefDescription": "Directory Write Level 1 Data Cache from Cache with Intervention",
105 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
111 "BriefDescription": "Directory Write Level 1 Data Cache from Cache with Chip HP Hit",
112 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
118 "BriefDescription": "Directory Write Level 1 Data Cache from Cache with Drawer HP Hit",
119 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
125 "BriefDescription": "Directory Write Level 1 Data Cache from On-Chip Cache",
[all …]
/openbmc/qemu/scripts/
H A Dfeature_to_c.py7 sys.stdout.write(' ' * indent)
8 sys.stdout.write('"')
13 sys.stdout.write('\n')
14 sys.stdout.write(' ' * indent)
15 sys.stdout.write('"')
19 sys.stdout.write('\\"')
21 sys.stdout.write('\\\\')
23 sys.stdout.write('\\n"')
26 sys.stdout.write(c.to_bytes(1, 'big').decode())
28 sys.stdout.write(f'\{c:03o}')
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dfitimage.bbclass138 fd.write('/dts-v1/;\n\n/ {\n')
139 fd.write(d.expand('\tdescription = "fitImage for ${DISTRO_NAME}/${PV}/${MACHINE}";\n'))
140 fd.write('\t#address-cells = <1>;\n')
146 fd.write('};\n')
152 fd.write(f'\t{section} {{\n')
158 fd.write('\t};\n')
169 fd.write(f'\t\tkernel-{kernelcount} {{\n')
170 fd.write('\t\t\tdescription = "Linux kernel";\n')
171 fd.write(f'\t\t\tdata = /incbin/("{imgpath}/{imgsource}");\n')
172 fd.write('\t\t\ttype = "kernel";\n')
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json11 "BriefDescription": "bytes of all masters write to ddr",
13 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@",
27 "BriefDescription": "bytes of a53 core write to ddr",
29 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0x0000\\,axi_id\\=0x0000@",
43 "BriefDescription": "bytes of supermix(m7) write to ddr",
45 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0x000f\\,axi_id\\=0x0020@",
59 "BriefDescription": "bytes of gpu 3d write to ddr",
61 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0x0000\\,axi_id\\=0x0070@",
75 "BriefDescription": "bytes of gpu 2d write to ddr",
77 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0x0000\\,axi_id\\=0x0071@",
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot51 Write Data To File
52 [Documentation] Write data to the ffdc report document
65 [Documentation] Write header message to the report document manifest
70 ... 1. Write opening statement headers message.
81 Write Data To File ${HEADER_MSG}
82 Write Data To File ${FOOTER_MSG}
83 Write Data To File Test Suite File\t\t: ${SUITE_NAME} ${\n}
84 Write Data To File Test Case Name\t\t: ${TEST_NAME}${\n}
85 Write Data To File Test Source File\t: ${SUITE_SOURCE}${\n}
86 Write Data To File Failure Time Stamp\t: ${FFDC_TIME}${\n}
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/
H A Drecommended.json9 "PublicDescription": "Attributable Level 1 data cache access, write",
12 "BriefDescription": "L1D cache access, write"
21 "PublicDescription": "Attributable Level 1 data cache refill, write",
24 "BriefDescription": "L1D cache refill, write"
39 "PublicDescription": "Attributable Level 1 data cache Write-Back, victim",
42 "BriefDescription": "L1D cache Write-Back, victim"
45 "PublicDescription": "Level 1 data cache Write-Back, cleaning and coherency",
48 "BriefDescription": "L1D cache Write-Back, cleaning and coherency"
63 "PublicDescription": "Attributable Level 1 data TLB refill, write",
66 "BriefDescription": "L1D tlb refill, write"
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c27 bool write; member
49 if (msr->write) in guest_msr()
52 if (!vector && (!msr->write || !is_write_only_msr(msr->idx))) in guest_msr()
58 msr->idx, msr->write ? "WR" : "RD", vector); in guest_msr()
62 msr->idx, msr->write ? "WR" : "RD", vector); in guest_msr()
67 if (msr->write) in guest_msr()
172 msr->write = false; in guest_test_msrs_access()
177 msr->write = false; in guest_test_msrs_access()
187 msr->write = true; in guest_test_msrs_access()
193 msr->write = false; in guest_test_msrs_access()
[all …]
/openbmc/linux/include/trace/events/
H A Dmmap_lock.h18 TP_PROTO(struct mm_struct *mm, const char *memcg_path, bool write),
20 TP_ARGS(mm, memcg_path, write),
25 __field(bool, write)
31 __entry->write = write;
35 "mm=%p memcg_path=%s write=%s",
38 __entry->write ? "true" : "false"
45 bool write), \
46 TP_ARGS(mm, memcg_path, write), \
54 TP_PROTO(struct mm_struct *mm, const char *memcg_path, bool write,
57 TP_ARGS(mm, memcg_path, write, success),
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi32 (read-write)
38 total write-back cache that relates to its current average
42 percentage of the write-back cache to a particular device.
45 (read-write)
52 total write-back cache that relates to its current average
56 of the write-back cache to a particular device. The value is
60 (read-write)
67 given percentage of the write-back cache. This is useful in
69 most of the write-back cache. For example in case of an NFS
73 (read-write)
[all …]
/openbmc/linux/kernel/
H A Dsysctl.c106 * enum sysctl_writes_mode - supported sysctl write modes
108 * @SYSCTL_WRITES_LEGACY: each write syscall must fully contain the sysctl value
116 * sent to the write syscall. If dealing with strings respect the file
121 * These write modes control how current file position affects the behavior of
122 * updating sysctl values through the proc interface on each write.
146 static int _proc_do_string(char *data, int maxlen, int write, in _proc_do_string() argument
157 if (write) { in _proc_do_string()
245 * @write: %TRUE if this is a write to the sysctl file
259 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() argument
262 if (write) in proc_dostring()
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h57 /*! Pack the fields of rec, and write the packed data into the
59 * rec - [IN] The bitfield values to write to the table row.
60 * table_index - The table row to write(max 23).
75 /*! Pack the fields of rec, and write the packed data into the
77 * rec - [IN] The bitfield values to write to the table row.
78 * table_index - The table row to write (max 47).
93 /*! Pack the fields of rec, and write the packed data into the
95 * rec - [IN] The bitfield values to write to the table row.
96 * table_index - The table row to write (max 31).
111 /*! Pack the fields of rec, and write the packed data into the
[all …]
/openbmc/qemu/target/hexagon/
H A Dhex_common.py189 ## x, y read-write register
190 ## xx, yy read-write register pair
340 f.write(code_fmt(f"""\
449 f.write(code_fmt(f"""\
453 f.write(code_fmt(f"""\
458 f.write(code_fmt(f"""\
465 f.write(code_fmt(f"""\
469 f.write(code_fmt(f"""\
475 f.write(code_fmt(f"""\
479 f.write(code_fmt(f"""\
[all …]

12345678910>>...332