/openbmc/qemu/tests/qemu-iotests/ |
H A D | 122 | 4 # Test some qemu-img convert cases 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 \ 95 # backing file", so the optimization qemu-img convert tries to do is 99 # convert used to follow up with a zero write to the target. 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 \ [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 | 4 # test of qemu-img convert -n - convert without creation 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 | 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/linux/arch/arm/mach-omap2/ |
H A D | pmic-cpcap.c | 21 * omap_cpcap_vsel_to_vdc - convert CPCAP VSEL value to microvolts DC 22 * @vsel: CPCAP VSEL value to convert 35 * omap_cpcap_uv_to_vsel - convert microvolts DC to CPCAP VSEL value 36 * @uv: microvolts DC to convert 85 * omap_max8952_vsel_to_vdc - convert MAX8952 VSEL value to microvolts DC 86 * @vsel: MAX8952 VSEL value to convert 99 * omap_max8952_uv_to_vsel - convert microvolts DC to MAX8952 VSEL value 100 * @uv: microvolts DC to convert 132 * omap_fan5355_vsel_to_vdc - convert FAN535503 VSEL value to microvolts DC 133 * @vsel: FAN535503 VSEL value to convert [all …]
|
/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' 34 Convert time to wall clock time. 48 Convert all events, including non-sample events (comm, fork, ...), to output. 49 Default is off, only convert samples.
|
/openbmc/linux/fs/ntfs/ |
H A D | time.h | 19 * utc2ntfs - convert Linux UTC time to NTFS time 20 * @ts: Linux UTC time to convert to NTFS time 22 * Convert the Linux UTC time @ts to its corresponding NTFS time and return 37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs() 47 * Get the current time from the Linux kernel, convert it to its corresponding 59 * ntfs2utc - convert NTFS time to Linux time 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC 81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc()
|
/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/linux/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 120 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master() 126 /* must be on grant queue to convert */ in __dlmconvert_master() 128 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master() 137 /* EX + LKM_VALBLK + convert == set lvb */ in __dlmconvert_master() 193 mlog(0, "doing in-place convert for nonlocal lock\n"); in __dlmconvert_master() 210 mlog(0, "failed to convert NOQUEUE lock %.*s from " in __dlmconvert_master() 281 mlog(0, "last convert request returned DLM_RECOVERING, but " in dlmconvert_remote() 293 /* move lock to local convert queue */ in dlmconvert_remote() 323 * DLM_RECOVERING and retry convert */ in dlmconvert_remote() 330 "to granted list, retry convert.\n", in dlmconvert_remote() [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | bitmap.c | 45 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1")); in test__bitmap_print() 46 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,5")); in test__bitmap_print() 47 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3,5,7,9,11,13,15,17,19,21-40")); in test__bitmap_print() 48 TEST_ASSERT_VAL("failed to convert map", test_bitmap("2-5")); in test__bitmap_print() 49 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print() 50 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print() 51 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1-10,12-20,22-30,32-40")); in test__bitmap_print()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 27 * Convert inode mode to directory entry filetype 104 * Convert dataptr to byte in file space 113 * Convert byte in file space to dataptr. It had better be aligned. 122 * Convert byte in space to (DB) block 131 * Convert dataptr to a block number 140 * Convert byte in space to offset in a block 149 * Convert dataptr to a byte offset in a block 158 * Convert block and offset to byte in space 168 * Convert block (DB) to block (dablk) 177 * Convert byte in space to (DA) block [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.common.hpp.mako | 73 /** @brief Convert a string to an appropriate enum value. 74 * @param[in] s - The string to convert in the form of 80 static ${e.name} convert${e.name}FromString(const std::string& s); 82 /** @brief Convert a string to an appropriate enum value. 83 * @param[in] s - The string to convert in the form of 90 /** @brief Convert an enum value to a string. 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); [all …]
|
/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 316 * if we are building a new sidtab, we need to convert the context in sidtab_context_to_sid() 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() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-data.c | 8 #include "data-convert.h" 24 static const char * const data_subcommands[] = { "convert", NULL }; 27 "perf data convert [<options>]", 41 OPT_STRING(0, "to-json", &to_json, NULL, "Convert to JSON format"), 43 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), 44 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"), 47 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"), 96 { "convert", "converts data file between formats", cmd_data_convert },
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_common.c | 14 * hinic_cpu_to_be32 - convert data to big endian 32 bit format 15 * @data: the data to convert 16 * @len: length of data to convert 32 * hinic_be32_to_cpu - convert data from big endian 32 bit format 33 * @data: the data to convert 34 * @len: length of data to convert
|
/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/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-extended/perl/ |
H A D | libconvert-asn1-perl_0.34.bb | 1 SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library" 3 HOMEPAGE = "http://search.cpan.org/dist/Convert-ASN1/" 4 DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions." 8 SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-${PV}.tar.gz" 12 S = "${WORKDIR}/Convert-ASN1-${PV}"
|
/openbmc/libpldm/include/libpldm/ |
H A D | utils.h | 41 /** @brief Convert ver32_t to string 53 /** @brief Convert bcd number(uint8_t) to decimal 59 /** @brief Convert decimal number(uint8_t) to bcd 65 /** @brief Convert bcd number(uint16_t) to decimal 71 /** @brief Convert decimal number(uint16_t) to bcd 77 /** @brief Convert bcd number(uint32_t) to decimal 83 /** @brief Convert decimal number(uint32_t) to bcd
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kfigure.py | 34 For conversion to PDF, ``rsvg-convert(1)`` of librsvg 39 - ``convert(1)``: ImageMagick (https://www.imagemagick.org) 119 # ImageMagick' convert(1) support 122 # librsvg's rsvg-convert(1) support 182 convert_cmd = which('convert') 183 rsvg_convert_cmd = which('rsvg-convert') 213 kernellog.verbose(app, "use convert(1) from: " + convert_cmd) 216 "Neither inkscape(1) nor convert(1) found.\n" 222 kernellog.verbose(app, "use rsvg-convert(1) from: " + rsvg_convert_cmd) 223 kernellog.verbose(app, "use 'dot -Tsvg' and rsvg-convert(1) for DOT -> PDF conversion") [all …]
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 369 * jiffies_to_msecs - Convert jiffies to milliseconds 395 * jiffies_to_usecs - Convert jiffies to microseconds 422 * @year0: year to convert 423 * @mon0: month to convert 424 * @day: day to convert 425 * @hour: hour to convert 426 * @min: minute to convert 427 * @sec: second to convert 518 * ns_to_timespec64 - Convert nanoseconds to timespec64 546 * __msecs_to_jiffies: - convert milliseconds to jiffies [all …]
|
/openbmc/u-boot/include/ |
H A D | charset.h | 48 * @count: maximum number of code points to convert 106 * @count: maximum number of code points to convert 118 * @count: maximum number of code points to convert 154 * utf_to_lower() - convert a Unicode letter to lower case 156 * @code: letter to convert 162 * utf_to_upper() - convert a Unicode letter to upper case 164 * @code: letter to convert 218 * utf16_to_utf8() - Convert an utf16 string to utf8 228 * @size the number of utf16 characters to convert
|
/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/linux/Documentation/devicetree/bindings/sound/ |
H A D | audio-graph-port.yaml | 18 convert-rate: 20 convert-channels: 22 convert-sample-format: 71 convert-rate: 73 convert-channels: 75 convert-sample-format:
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_device_id.robot | 66 ${device_rev}= Convert To Binary ${device_rev} base=16 77 ${ipmi_rsp_firmware_rev1}= Convert To Integer ${resp[2]} base=16 83 ${ipmi_rsp_firmware_rev2}= Convert To Integer ${resp[3]} base=16 93 ${manufacture_data}= Convert To Binary ${manufacture_id} base=16 107 ${auxiliary_rev_version}= Convert To Integer ${auxiliary_rev_version} 16 131 ${os_release}= Convert To Dictionary ${os_release} 141 ${data}= Convert To List ${data}
|