/openbmc/qemu/tests/qemu-iotests/ |
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 | 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 | 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 | 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 | 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 | 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 …]
|
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"
|
/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/linux/tools/perf/Documentation/ |
H A D | perf-data.txt | 19 convert:: 21 It's possible to set data-convert debug variable to get debug messages from conversion, 23 perf --debug data-convert data convert ... 25 OPTIONS for 'convert' 49 Default is off, only convert samples.
|
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
H A D | btrfs-tools_6.12.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/linux/security/selinux/ss/ |
H A D | sidtab.c | 45 s->convert = NULL; in sidtab_init() 270 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local 319 convert = s->convert; in sidtab_context_to_sid() 320 if (convert) { in sidtab_context_to_sid() 321 struct sidtab *target = convert->target; in sidtab_context_to_sid() 330 rc = services_convert_context(convert->args, in sidtab_context_to_sid() 378 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument 395 convert); in sidtab_convert_tree() 409 rc = services_convert_context(convert->args, in sidtab_convert_tree() 432 if (s->convert) { in sidtab_convert() [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.common.hpp.mako | 74 * @param[in] s - The string to convert in the form of 80 static ${e.name} convert${e.name}FromString(const std::string& s); 83 * @param[in] s - The string to convert in the form of 91 * @param[in] e - The enum to convert to a string. 95 static std::string convert${e.name}ToString(${e.name} e); 105 * @param[in] e - Enum value to convert. 110 return ${interface.classname}::convert${e.name}ToString(e); 146 inline auto ${interface.classname}::convert${e.name}FromString(const std::string& s) -> ${e.name} 160 inline std::string ${interface.classname}::convert${e.name}ToString( 197 convert${e.name}ToString(value);
|
/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/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/linux/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 357 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local 366 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request() 367 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request() 368 convert.requested_type = type; in dlm_send_remote_convert_request() 369 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request() 370 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request() 371 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request() 372 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request() 375 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
|
/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 cper-convert to-cper samples/cper-json-test-arm.json --out cper.dump 31 cper-convert to-json cper.generated.dump
|
/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/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-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/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/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
|