| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | test-qemu | 58 dd of="$P10BMC_MMC" if="$P10BMC_UBOOT_SPL" conv=notrunc 59 dd of="$P10BMC_MMC" if="$P10BMC_UBOOT" conv=notrunc bs=1K seek=64 61 xz --decompress --stdout --keep "$P10BMC_WIC_XZ" | dd of="$P10BMC_MMC" conv=notrunc bs=1M seek=2
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/ |
| H A D | 0001-tests-fix-test-applications-in-cpp-common.patch | 34 tests/cpp-common/test-unicode-conv.sh | 17 +++++++++++++++++ 38 create mode 100755 tests/cpp-common/test-unicode-conv.sh 51 - cpp-common/test-unicode-conv 54 + cpp-common/test-unicode-conv.sh 81 diff --git a/tests/cpp-common/test-unicode-conv.sh b/tests/cpp-common/test-unicode-conv.sh 85 +++ b/tests/cpp-common/test-unicode-conv.sh 103 +"${BT_TESTS_BUILDDIR}/cpp-common/test-unicode-conv" "$BT_TESTS_BT2_BIN"
|
| /openbmc/openbmc-tools/prepare-emmc-qemu/ |
| H A D | prepare-emmc-qemu | 68 dd of=$mmc if=${fw_dir}/u-boot-spl.bin conv=notrunc 69 dd of=$mmc if=${fw_dir}/u-boot.bin conv=notrunc bs=1K seek=64 70 ${XZDEC} $wicxz | dd of=$mmc conv=notrunc bs=1M seek=2
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | imagefeatures.py | 174 conv = "ext4.bmap.gz.bz2.zst.xz.u-boot" 175 features = 'IMAGE_FSTYPES += "%s %s.sha256sum"' % (conv, conv) 182 (bb_vars['IMAGE_LINK_NAME'], conv)) 190 (bb_vars['DEPLOY_DIR_IMAGE'], bb_vars['IMAGE_LINK_NAME'], conv)))
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
| H A D | trusted-firmware-a_%.bbappend | 60 dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc 61 dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc 67 dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc 68 dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
|
| /openbmc/openbmc-tools/ddconvnotrunc/ |
| H A D | ddconvnotrunc | 39 conv=notrunc) 55 if $DD conv=notrunc < /dev/null > /dev/null 2> /dev/null
|
| /openbmc/openbmc/meta-aspeed/recipes-aspeed/images/ |
| H A D | aspeed-image-norootfs.bb | 17 conv=notrunc 19 of=${B}/aspeed-norootfs.bin conv=notrunc \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/ |
| H A D | yyjson_0.11.1.bb | 14 PACKAGECONFIG ??= "reader writer utils fast-fp-conv non-standard utf8-validation unaligned-memory-a… 18 PACKAGECONFIG[fast-fp-conv] = "-DYYJSON_DISABLE_FAST_FP_CONV=OFF,-DYYJSON_DISABLE_FAST_FP_CONV=ON"
|
| /openbmc/u-boot/board/amlogic/odroid-c2/ |
| H A D | README.odroid-c2 | 64 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442 65 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1 66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
| H A D | corstone1000-flash-firmware-image.bb | 85 dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/bl2_signed.bin of=${B}/${MACHINE}_image.nopt 86 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/tfm_s_signed.bin of=${B}/${MACHINE}_image.nopt seek=${… 87 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/signed_fip-corstone1000.bin of=${B}/${MACHINE}_image.n… 88 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/Image.gz-initramfs-${MACHINE}.bin of=${B}/${MACHINE}_i…
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.hpp | 123 auto&& conv) const in getValues() 125 std::vector<std::invoke_result_t<decltype(conv), const Value&>> values; in getValues() 140 values.push_back(conv(v)); in getValues()
|
| /openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/ |
| H A D | baremetal-helloworld_git.bb | 68 dd if=${B}/build/stage1.bin of=${B}/build/img.iso bs=512 count=1 conv=notrunc 69 dd if=${B}/build/stage2.bin of=${B}/build/img.iso bs=512 seek=1 count=64 conv=notrunc 70 dd if=${B}/build/hello_baremetal_x86-64.bin of=${B}/build/img.iso bs=512 seek=65 conv=notrunc
|
| /openbmc/u-boot/arch/arc/ |
| H A D | Makefile | 18 conv=notrunc &> /dev/null
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 80 # conv=notrunc avoids truncation to keep the geometry of the image. 81 dd if=$BIN_DIR/bl2_signed.bin of=${IMAGE} seek=72 conv=notrunc 82 -dd if=$BIN_DIR/tfm_s_signed.bin of=${IMAGE} seek=272 conv=notrunc 83 +dd if=$BIN_DIR/tfm_s_signed.bin of=${IMAGE} seek=360 conv=notrunc
|
| /openbmc/qemu/ui/ |
| H A D | curses.c | 431 static void convert_ucs(unsigned char fch, uint16_t uch, iconv_t conv) in convert_ucs() argument 444 if (iconv(conv, &puch, &such, &pmbch, &smbch) == (size_t) -1) { in convert_ucs() 464 static void convert_font(unsigned char fch, iconv_t conv) in convert_font() argument 477 if (iconv(conv, &pfch, &sfch, &pmbch, &smbch) == (size_t) -1) { in convert_font() 497 static uint16_t get_ucs(wchar_t wch, iconv_t conv) in get_ucs() argument 520 if (iconv(conv, &pmbch, &smbch, &puch, &such) == (size_t) -1) { in get_ucs()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
| /openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-phosphor/image/ |
| H A D | obmc-phosphor-image.bbappend | 3 dd bs=1k conv=notrunc seek=64 \
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 261 | 224 | dd of="$TEST_IMG.v2.orig" bs=1 seek=$sn_table_ofs conv=notrunc \ 356 dd if="$TEST_DIR/sn0" of="$TEST_IMG" bs=1 seek=$offset conv=notrunc \ 446 dd if="$TEST_DIR/sn0" of="$TEST_IMG" bs=1 seek=$offset conv=notrunc \
|
| H A D | 294 | 77 dd if=${TEST_IMG_FILE}.bk of=${TEST_IMG_FILE} bs=4K skip=0 count=1 conv=notrunc
|
| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/ |
| H A D | obmc-phosphor-image.bbappend | 111 dd bs=1k conv=notrunc seek=0 count=256\ 131 dd bs=1k conv=notrunc seek=0 \ 136 dd bs=1k conv=notrunc seek=64 \ 146 dd bs=1k conv=notrunc seek=0 count=384 \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0004-lxdm.c-add-function-to-change-password-with-pam.patch | 66 + static struct pam_conv conv = { 71 + int ret = pam_start("lxdm", user, &conv, &pamh);
|
| /openbmc/u-boot/board/BuR/brppt1/ |
| H A D | config.mk | 15 dd conv=notrunc bs=1 if=MLO.byteswap of=$@ seek=0 2>/dev/null && \
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | image_types_phosphor_nuvoton.bbclass | 35 dd bs=1k conv=notrunc seek=${FLASH_UBOOT_OFFSET} \
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | generate-ubi | 150 dd bs=1k conv=notrunc seek=0 if="${tmpfile}" of="${outfile}"
|
| /openbmc/u-boot/board/amlogic/p212/ |
| H A D | README.libretech-cc | 101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|