/openbmc/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 94 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 D | 026.out | 6 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 D | 026.out.nocache | 6 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 D | 271.out | 3 ### 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 D | 073 | 56 $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 D | 154 | 68 $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 D | 171 | 5 # (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 D | 179 | 4 # 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/ |
D | raid5-cache.rst |
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | make_fit_atf.py | 62 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/qemu/scripts/ |
H A D | feature_to_c.py | 7 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/linux/include/dt-bindings/memory/ |
D | tegra234-mc.h |
|
D | tegra194-mc.h |
|
/openbmc/u-boot/drivers/video/ |
H A D | tda19988.c | 28 #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/ |
D | extended.json |
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | fitimage.bbclass | 138 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/ |
D | metrics.json |
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_utils.robot | 51 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/ |
D | recommended.json |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-class-bdi |
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
D | hyperv_features.c |
|
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/ |
H A D | handler_readwrite_unittest.cpp | 24 EXPECT_FALSE(handler.write(session, 0, data)); in TEST_F() 29 // Verify the handler checks the write flag; in TEST_F() 34 EXPECT_FALSE(handler.write(session, 0, data)); in TEST_F() 42 EXPECT_TRUE(handler.open(session, blobs::OpenFlags::write, expectedBlobId)); in TEST_F() 43 EXPECT_FALSE(handler.write(session, 0, data)); in TEST_F() 50 EXPECT_TRUE(handler.open(session, blobs::OpenFlags::write, expectedBlobId)); in TEST_F() 51 EXPECT_FALSE(handler.write(session, 1, data)); in TEST_F() 58 EXPECT_TRUE(handler.open(session, blobs::OpenFlags::write, expectedBlobId)); in TEST_F() 59 EXPECT_FALSE(handler.write(session, handlerMaxBufferSize - 1, data)); in TEST_F() 66 EXPECT_TRUE(handler.open(session, blobs::OpenFlags::write, expectedBlobId)); in TEST_F() [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | write-zeroes-unmap | 4 # Test write zeros unmap. 50 echo "=== defaults - write zeros ===" 54 echo -e 'qemu-io none0 "write -z 0 1m"\nquit' \ 60 echo "=== defaults - write zeros unmap ===" 64 echo -e 'qemu-io none0 "write -zu 0 1m"\nquit' \ 71 echo "=== defaults - write actual zeros ===" 75 echo -e 'qemu-io none0 "write -P 0 0 1m"\nquit' \ 81 echo "=== discard=off - write zeroes unmap ===" 85 echo -e 'qemu-io none0 "write -zu 0 1m"\nquit' \ 91 echo "=== detect-zeroes=on - write actual zeros ===" [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
D | bus.json |
|
/openbmc/linux/tools/testing/selftests/bpf/ |
D | generate_udp_fragments.py |
|