Searched full:raw (Results 1 – 25 of 1327) sorted by relevance
12345678910>>...54
16 "MLO.raw raw 0x100 0x100;" \17 "u-boot.img.raw raw 0x300 0x1000;" \18 "u-env.raw raw 0x1300 0x200;" \19 "spl-os-args.raw raw 0x1500 0x200;" \20 "spl-os-image.raw raw 0x1700 0x6900;" \28 "rawemmc raw 0 3751936;" \32 "MLO.raw raw 0x100 0x100;" \33 "u-boot.img.raw raw 0x300 0x1000;" \34 "u-env.raw raw 0x1300 0x200;" \35 "spl-os-args.raw raw 0x1500 0x200;" \[all …]
15 [Documentation] Execute set of IPMI raw KCS interface commands and verify it is16 ... executable from os host. Set of IPMI raw commands includes system interface19 #### raw cmd for get device ID.20 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}22 #### Raw cmd for cold reset.23 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}29 ... Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}31 #### raw cmd for get device GUID.32 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}34 #### raw cmd for get IP addr.[all …]
77 "raw": 0, number87 "raw": 0, number97 "raw": 0, number107 "raw": 0, number117 "raw": 0, number127 "raw": 0, number137 "raw": 0, number147 "raw": 0, number157 "raw": 0, number167 "raw": 0, number[all …]
4 IPMI raw commands table:24 # raw command, expected output(s), comment34 # raw command, expected output, comment40 # raw command, expected output, comment48 # raw command, expected output(s), comment56 # raw command, expected output, comment62 # raw command, expected output, comment70 # raw command, expected output, comment76 # raw command80 # raw command, expected output(s)[all …]
32 _rm_test_img "$TEST_DIR/1.raw"33 _rm_test_img "$TEST_DIR/2.raw"34 _rm_test_img "$TEST_DIR/3.raw"42 _supported_fmt raw62 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2"63 quorum="$quorum,file.children.0.file.filename=$TEST_DIR/1.raw"64 quorum="$quorum,file.children.1.file.filename=$TEST_DIR/2.raw"65 quorum="$quorum,file.children.2.file.filename=$TEST_DIR/3.raw"66 quorum="$quorum,file.children.0.driver=raw"67 quorum="$quorum,file.children.1.driver=raw"[all …]
4 # Test writing image headers of other formats into raw images43 _supported_fmt raw57 _launch_qemu -drive file="${source_img}",format=raw,cache=${CACHEMODE},aio=${AIOMODE},id=src78 echo "=== Writing a $fmt header into raw ==="91 # When raw was explicitly specified, the same must succeed92 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY"93 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"102 echo "=== Copying sample image $sample_img into raw ==="114 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY"115 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"[all …]
40 _supported_fmt raw49 # raw file (either because the server doesn't advertise alignment too56 echo "=== Exporting unaligned raw image, natural alignment ==="62 $QEMU_IMG map -f raw --output=json "$TEST_IMG" | _filter_qemu_img_map63 $QEMU_IO -f raw -c map "$TEST_IMG"67 echo "=== Exporting unaligned raw image, forced server sector alignment ==="75 $QEMU_IMG map -f raw --output=json "$TEST_IMG" | _filter_qemu_img_map76 $QEMU_IO -f raw -c map "$TEST_IMG"81 echo "=== Exporting unaligned raw image, forced client sector alignment ==="94 # nbdkit -U - memory size=513 --run 'qemu-io -f raw -c "r 512 512" $nbd'
3 === Exporting unaligned raw image, natural alignment ===14 === Exporting unaligned raw image, forced server sector alignment ===23 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.24 …Automatically detecting the format is dangerous for raw images, write operations on block 0 will b…25 Specify the 'raw' format explicitly to remove the restrictions.27 === Exporting unaligned raw image, forced client sector alignment ===
71 TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE \77 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \82 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \89 TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE \94 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base,file.test.dr…99 $QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \171 "raw": {186 echo "=== Testing blkverify on existing raw block device ==="209 "raw": "drive0"
25 :param raw: The raw object to be validated.29 def __init__(self, raw: Mapping[str, Any]):30 self._raw = raw59 :param raw: The raw Greeting object.63 def __init__(self, raw: Mapping[str, Any]):64 super().__init__(raw)87 :param raw: The raw QMPGreeting object.91 def __init__(self, raw: Mapping[str, Any]):92 super().__init__(raw)109 :param raw: The raw ErrorResponse object.[all …]
24 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write()29 writel(v, &mii_regs->madr.raw); in pic32_mdio_write()32 writel(value, &mii_regs->mwtd.raw); in pic32_mdio_write()38 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write()50 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_read()55 writel(v, &mii_regs->madr.raw); in pic32_mdio_read()58 writel(MIIMCMD_READ, &mii_regs->mcmd.raw); in pic32_mdio_read()64 wait_for_bit_le32(&mii_regs->mind.raw, in pic32_mdio_read()69 writel(0, &mii_regs->mcmd.raw); in pic32_mdio_read()72 v = readl(&mii_regs->mrdd.raw); in pic32_mdio_read()[all …]
94 p.raw.resize(p.raw.size() + sizeof(T)); in op()95 uint8_t* out = p.raw.data() + p.raw.size() - sizeof(T); in op()252 p.raw.reserve(p.raw.size() + t.size()); in op()253 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()268 p.raw.reserve(p.raw.size() + t.size()); in op()269 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()284 p.raw.reserve(p.raw.size() + t.size()); in op()285 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()300 p.raw.reserve(p.raw.size() + t.size()); in op()301 p.raw.insert(p.raw.end(), t.begin(), t.end()); in op()[all …]
94 if (p.raw.size() < (p.rawIndex + sizeof(t))) in op()98 auto iter = p.raw.data() + p.rawIndex; in op()144 if (p.rawIndex > (p.raw.size() - sizeof(uint8_t))) in op()148 uint8_t len = p.raw[p.rawIndex++]; in op()283 if (p.raw.size() - p.rawIndex < N) in op()289 std::copy(p.raw.begin() + p.rawIndex, p.raw.begin() + p.rawIndex + N, in op()302 while (p.rawIndex < p.raw.size()) in op()327 t.reserve(p.raw.size() - p.rawIndex); in op()328 t.insert(t.begin(), p.raw.begin() + p.rawIndex, p.raw.end()); in op()329 p.rawIndex = p.raw.size(); in op()[all …]
14 namespace raw namespace37 app->add_option("-d,--data", rawData, "raw data") in RawOp()58 auto raw = in registerCommand() local59 app.add_subcommand("raw", "send a raw request and print response"); in registerCommand()60 commands.push_back(std::make_unique<RawOp>("raw", "raw", raw)); in registerCommand()63 } // namespace raw71 pldmtool::raw::registerCommand(app); in main()
43 directly send the request message with the help of **pldmtool raw -d \<data\>**60 raw send a raw request and print response118 ## pldmtool raw command usage120 pldmtool raw command option accepts request message in the hexadecimal bytes and124 $ pldmtool raw -h125 send a raw request and print response126 Usage: pldmtool raw [OPTIONS]132 -d,--data UINT REQUIRED raw data138 pldmtool raw --data 0x80 <pldmType> <cmdType> <payloadReq>156 $ pldmtool raw -d 0x80 0x00 0x04 0x00 0x00[all …]
12 obj-$(CONFIG_ETH_SANDBOX_RAW) += eth-raw-os.o25 # eth-raw-os.c is built in the system env, so needs standard includes26 # CFLAGS_REMOVE_eth-raw-os.o cannot be used to drop header include path27 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@28 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \31 $(obj)/eth-raw-os.o: $(src)/eth-raw-os.c FORCE32 $(call if_changed_dep,cc_eth-raw-os.o)
69 "u-boot raw 0x3e 0x800 mmcpart 1;" \70 "bl1 raw 0x0 0x1e mmcpart 1;" \71 "bl2 raw 0x1e 0x1d mmcpart 1;" \72 "tzsw raw 0x83e 0x200 mmcpart 1;" \73 "params.bin raw 0x1880 0x20\0"76 "u-boot raw 0x3f 0x800;" \77 "bl1 raw 0x1 0x1e;" \78 "bl2 raw 0x1f 0x1d;" \79 "tzsw raw 0x83f 0x200;" \80 "params.bin raw 0x1880 0x20\0"
35 auto ret = read(fd, request.raw.data(), request.raw.size()); in processRequests()50 ret = write(fd, response.raw.data(), response.len); in processRequests()59 ret = write(fd, response.raw.data(), response.len - 2); in processRequests()69 ret = write(fd, response.raw.data() + response.len - 2, 2); in processRequests()122 uint16_t registerOffset = request.raw[2] << 8 | request.raw[3]; in processReadHoldingRegisters()123 uint16_t registerCount = request.raw[4] << 8 | request.raw[5]; in processReadHoldingRegisters()127 response << request.raw[0] in processReadHoldingRegisters()147 response << request.raw[0] << request.raw[1] in processReadHoldingRegisters()
16 std::array<uint8_t, maxADUSize> raw{}; member in phosphor::modbus::rtu::Message19 // Push to the end of raw message24 // Pop from the end of raw message33 uint8_t& address = raw[0];34 uint8_t& functionCode = raw[1];57 return raw.begin(); in begin()61 return raw.begin() + len; in end()
64 print('Raw ptest logs not found')71 print('Raw reproducible logs not found')101 parser.add_argument('--raw', action='store_true',102 help='show raw (ptest) logs. Deprecated. Alias for "--raw-ptest"', dest='raw_ptest')103 parser.add_argument('--raw-ptest', action='store_true',104 help='show raw ptest log')105 parser.add_argument('--raw-reproducible', action='store_true',106 help='show raw reproducible build logs')
120 explicit Payload(SecureBuffer&& data) : raw(std::move(data)) {} in Payload()124 if (raw.size() != 0 && std::uncaught_exceptions() == 0 && !trailingOk && in ~Payload()128 "Failed to check request for full unpack: raw size: {RAW_SIZE}", in ~Payload()129 "RAW_SIZE", raw.size()); in ~Payload()134 * raw vector access137 * @brief return the size of the underlying raw buffer141 return raw.size(); in size()144 * @brief resize the underlying raw buffer to a new size150 raw.resize(sz); in resize()153 * @brief return a pointer to the underlying raw buffer[all …]
76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is79 -device loader,file=<file>[,addr=<addr>][,cpu-num=<cpu-num>][,force-raw=<raw>]86 for raw images and ignored for non-raw files.91 memory address where the raw file is loaded or the entry point97 ``<force-raw>``98 Setting 'force-raw=on' forces the file to be treated as a raw image.100 were raw.
16 Test Get BIOS POST Code via IPMI Raw Command17 [Documentation] Get BIOS POST Code via IPMI raw command.22 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}25 Test Get BIOS POST Code via IPMI Raw Command After Power Cycle26 [Documentation] Get BIOS POST Code via IPMI raw command after power cycle.33 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}36 Test Get BIOS POST Code via IPMI Raw Command With Host Powered Off37 [Documentation] Get BIOS POST Code via IPMI raw command after power off.44 …${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]} fail_on_err=0
11 1.0M TEST_DIR/t.raw21 1.0M TEST_DIR/t.raw31 1.0M TEST_DIR/t.raw41 1.0M TEST_DIR/t.raw51 1.0M TEST_DIR/t.raw61 1.0M TEST_DIR/t.raw71 1.0M TEST_DIR/t.raw81 0 TEST_DIR/t.raw
31 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()42 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()53 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()64 EXPECT_EQ(value2.encodingType, EncodingType::Raw); in TEST()65 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()84 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()97 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()109 EXPECT_EQ(value2.compressionType, CompressionType::Raw); in TEST()121 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()