Searched full:raw (Results 1 – 25 of 2122) sorted by relevance
12345678910>>...85
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 …]
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 …]
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 …]
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 …]
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'
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 …]
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"