| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 082 | 106 echo === convert: Options specified more than once === 112 run_qemu_img convert -f foo -f $IMGFMT "$TEST_IMG" "$TEST_IMG".base 116 run_qemu_img convert -O foo -O $IMGFMT "$TEST_IMG" "$TEST_IMG".base 120 run_qemu_img convert -O $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" "$TEST_IMG".base 124 run_qemu_img convert -O $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_I… 126 run_qemu_img convert -O $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" "$TEST_IMG".base 130 echo === convert: help for -o === 133 run_qemu_img convert -O $IMGFMT -o help "$TEST_IMG" "$TEST_IMG".base 134 run_qemu_img convert -O $IMGFMT -o \? "$TEST_IMG" "$TEST_IMG".base 137 run_qemu_img convert -O $IMGFMT -o cluster_size=4k,help "$TEST_IMG" "$TEST_IMG".base [all …]
|
| H A D | 122 | 58 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base \ 70 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base -F $IMGFMT \ 73 $QEMU_IMG convert -O $IMGFMT -c -B "$TEST_IMG".base -o backing_fmt=$IMGFMT \ 78 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base -o backing_fmt=$IMGFMT \ 81 $QEMU_IMG convert -O $IMGFMT -c -B "$TEST_IMG".base -o backing_fmt=$IMGFMT \ 106 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base -o compat=0.10 \ 118 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base -o compat=0.10 \ 140 $QEMU_IMG convert -O $IMGFMT "$TEST_IMG".[123] "$TEST_IMG" 146 $QEMU_IMG convert -c -O $IMGFMT "$TEST_IMG".[123] "$TEST_IMG" 153 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base "$TEST_IMG".[123] "$TEST_IMG" [all …]
|
| H A D | 063 | 55 if $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -n "$TEST_IMG" "$TEST_IMG.orig" >/dev/null 2>&1; then 62 if ! $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -n "$TEST_IMG" "$TEST_IMG.orig" ; then 68 if ! $QEMU_IMG convert -f $IMGFMT -O raw "$TEST_IMG" "$TEST_IMG.raw1" ; then 72 if ! $QEMU_IMG convert -f $IMGFMT -O raw "$TEST_IMG.orig" "$TEST_IMG.raw2" ; then 81 if ! $QEMU_IMG convert -f raw -O $IMGFMT -n "$TEST_IMG.raw2" "$TEST_IMG" ; then 88 if $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -n "$TEST_IMG" "$TEST_IMG.target" >/dev/null 2>&1; then 98 $QEMU_IMG convert -n -O $IMGFMT "$TEST_IMG" "$TEST_IMG.target"
|
| H A D | 150 | 52 $QEMU_IMG_PROG convert -O "$IMGFMT" -S 512 \ 63 $QEMU_IMG convert -O "$IMGFMT" -S 0 \
|
| H A D | 042 | 54 $QEMU_IMG convert -O $IMGFMT "$TEST_IMG.orig" "$TEST_IMG" 61 $QEMU_IMG convert -c -O $IMGFMT "$TEST_IMG.orig" "$TEST_IMG"
|
| H A D | 244 | 88 $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -c -odata_file="$TEST_IMG.data" \ 93 $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -odata_file="$TEST_IMG.data" \ 214 $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -n -C "$TEST_IMG.src" "$TEST_IMG" 232 $QEMU_IMG convert -f $IMGFMT -O $IMGFMT -n -C "$TEST_IMG.src" "$test_img_with_blkdebug"
|
| H A D | 058 | 100 $QEMU_IMG convert "$TEST_IMG" -l sn1 -O qcow2 "$converted_image" 107 $QEMU_IMG convert "$TEST_IMG" -l snapshot.name=sn1 -O qcow2 "$converted_image"
|
| H A D | 153.out | 79 _qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert 83 _qemu_img_wrapper dd if=TEST_DIR/t.qcow2 of=TEST_DIR/t.qcow2.convert bs=512 count=1 140 _qemu_img_wrapper convert -U TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert 142 _qemu_img_wrapper dd -U if=TEST_DIR/t.qcow2 of=TEST_DIR/t.qcow2.convert bs=512 count=1 209 _qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert 211 _qemu_img_wrapper dd if=TEST_DIR/t.qcow2 of=TEST_DIR/t.qcow2.convert bs=512 count=1 264 _qemu_img_wrapper convert -U TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert 266 _qemu_img_wrapper dd -U if=TEST_DIR/t.qcow2 of=TEST_DIR/t.qcow2.convert bs=512 count=1 318 _qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert 320 _qemu_img_wrapper dd if=TEST_DIR/t.qcow2 of=TEST_DIR/t.qcow2.convert bs=512 count=1 [all …]
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | endian.hpp | 11 struct convert struct 20 struct convert<uint16_t> struct 41 struct convert<uint32_t> struct 65 return details::convert<T>::to_ipmi(i); in to_ipmi() 71 return details::convert<T>::from_ipmi(i); in from_ipmi() 77 return details::convert<T>::to_network(i); in to_network() 82 return details::convert<T>::from_network(i); in from_network()
|
| /openbmc/slpd-lite/ |
| H A D | endian.hpp | 11 struct convert struct 18 struct convert<uint16_t> struct 31 struct convert<uint32_t> struct 46 return details::convert<T>::to_network(i); in to_network() 51 return details::convert<T>::from_network(i); in from_network()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
| H A D | btrfs-tools_6.14.bb | 6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3." 26 convert \ 32 PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,…
|
| /openbmc/qemu/tests/perf/block/qcow2/ |
| H A D | convert-blockstatus | 49 /usr/bin/time -f %e $QEMU_IMG convert -n "$src" null-co:// 64 /usr/bin/time -f %e $QEMU_IMG convert -n "$src" null-co:// 71 /usr/bin/time -f %e $QEMU_IMG convert -n "$src" null-co://
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | interface.common.hpp.mako | 101 * @param[in] s - The string to convert in the form of 107 static ${e.name} convert${e.name}FromString(const std::string& s); 110 * @param[in] s - The string to convert in the form of 118 * @param[in] e - The enum to convert to a string. 122 static std::string convert${e.name}ToString(${e.name} e); 132 * @param[in] e - Enum value to convert. 137 return ${interface.classname}::convert${e.name}ToString(e); 173 inline auto ${interface.classname}::convert${e.name}FromString(const std::string& s) -> ${e.name} 187 inline std::string ${interface.classname}::convert${e.name}ToString( 224 convert${e.name}ToString(value);
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | qemu-img-bitmaps | 84 $QEMU_IMG convert --bitmaps -O raw "$TEST_IMG.orig" "$TEST_IMG" && 92 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG.orig" "$TEST_IMG" 145 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG" "$TEST_IMG.copy" && 151 $QEMU_IMG convert --bitmaps --skip-broken-bitmaps \ 160 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG" "$TEST_IMG.copy"
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | test.c | 5 double convert(long long l) in convert() function 16 f = convert(l); in main()
|
| /openbmc/libcper/ |
| H A D | README.md | 5 addition to a library which can readily convert back and forth between the 25 CPER-JSON. The first of these is `cper-convert`, which is a command line tool 26 that can be found in `build/`. With this, you can convert to and from CPER and 30 build/cper-convert to-cper examples/arm.json --out cper.dump 31 build/cper-convert to-json cper.dump
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
| H A D | python3.patch | 3 Convert gsettings-schema-convert to use python3. 10 --- a/gsettings/gsettings-schema-convert 11 +++ b/gsettings/gsettings-schema-convert
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-sipe-consider-64bit-time_t-when-printing.patch | 22 - SIPE_DEBUG_ERROR("sipe_utils_time_to_str: failed to convert %lu to ISO8601 string", 24 + SIPE_DEBUG_ERROR("sipe_utils_time_to_str: failed to convert %lld to ISO8601 string",
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/ |
| H A D | 0001-rtrip.py-convert-to-python3.patch | 4 Subject: [PATCH] rtrip.py: convert to python3 6 As Python 2 reached end of life (EOL), so convert rtrip.py to python3.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | fix-writing-emtpy-file.patch | 23 @@ -198,9 +198,12 @@ int write_behind(FILE * file, int convert) 34 if (convert == 0)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
| H A D | cross-answers-powerpc64.txt | 27 Checking if can we convert from CP850 to UCS-2LE: (255, "") 28 Checking if can we convert from IBM850 to UCS-2LE: (255, "") 29 Checking if can we convert from UTF-8 to UCS-2LE: OK
|
| H A D | cross-answers-powerpc64le.txt | 27 Checking if can we convert from CP850 to UCS-2LE: (255, "") 28 Checking if can we convert from IBM850 to UCS-2LE: (255, "") 29 Checking if can we convert from UTF-8 to UCS-2LE: OK
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | serial-howto.txt | 11 forward to convert these, at some point there may come a patch to remove them! 26 - If you convert all existing users of the driver, remove the pre-driver-model 32 - convert at least one existing board to use driver model serial
|
| H A D | i2c-howto.txt | 21 forward to convert these, at some point there may come a patch to remove them! 36 - If you convert all existing users of the driver, remove the pre-driver-model 42 - convert at least one existing board to use driver model serial
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | Makefile | 16 SVG2PNG = rsvg-convert 17 SVG2PDF = rsvg-convert
|