Home
last modified time | relevance | path

Searched full:raw (Results 1 – 25 of 2122) sorted by relevance

12345678910>>...85

/openbmc/linux/drivers/video/fbdev/via/
Dvia_modesetting.c
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.robot15 [Documentation] Execute set of IPMI raw KCS interface commands and verify it is
16 ... executable from os host. Set of IPMI raw commands includes system interface
19 #### 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 …]
/openbmc/u-boot/include/environment/ti/
H A Ddfu.h16 "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 …]
/openbmc/linux/drivers/media/rc/img-ir/
Dimg-ir-raw.c
Dimg-ir-raw.h
Dimg-ir-sony.c
/openbmc/linux/drivers/media/rc/
Drc-ir-raw.c
/openbmc/openbmc-test-automation/data/
H A Dipmi_raw_cmd_table.py4 IPMI raw commands table:
24 # raw command, expected output(s), comment
34 # raw command, expected output, comment
40 # raw command, expected output, comment
48 # raw command, expected output(s), comment
56 # raw command, expected output, comment
62 # raw command, expected output, comment
70 # raw command, expected output, comment
76 # raw command
80 # raw command, expected output(s)
[all …]
/openbmc/libcper/examples/
H A Dnvidia_cmet_info.json77 "raw": 0, number
87 "raw": 0, number
97 "raw": 0, number
107 "raw": 0, number
117 "raw": 0, number
127 "raw": 0, number
137 "raw": 0, number
147 "raw": 0, number
157 "raw": 0, number
167 "raw": 0, number
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D08132 _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 raw
62 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 …]
H A D1094 # Test writing image headers of other formats into raw images
43 _supported_fmt raw
57 _launch_qemu -drive file="${source_img}",format=raw,cache=${CACHEMODE},aio=${AIOMODE},id=src
78 echo "=== Writing a $fmt header into raw ==="
91 # When raw was explicitly specified, the same must succeed
92 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 …]
H A D24140 _supported_fmt raw
49 # raw file (either because the server doesn't advertise alignment too
56 echo "=== Exporting unaligned raw image, natural alignment ==="
62 $QEMU_IMG map -f raw --output=json "$TEST_IMG" | _filter_qemu_img_map
63 $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_map
76 $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'
/openbmc/linux/drivers/acpi/
Dacpi_lpat.c
/openbmc/qemu/python/qemu/qmp/
H A Dmodels.py25 :param raw: The raw object to be validated.
29 def __init__(self, raw: Mapping[str, Any]):
30 self._raw = raw
59 :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 …]
/openbmc/linux/tools/testing/selftests/net/
Dpsock_snd.sh
/openbmc/u-boot/drivers/net/
H A Dpic32_mdio.c24 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 …]
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp94 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 …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h
/openbmc/pldm/pldmtool/
H A Dpldmtool.cpp14 namespace raw namespace
37 app->add_option("-d,--data", rawData, "raw data") in RawOp()
58 auto raw = in registerCommand() local
59 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 raw
71 pldmtool::raw::registerCommand(app); in main()
H A DREADME.md43 directly send the request message with the help of **pldmtool raw -d \<data\>**
60 raw send a raw request and print response
118 ## pldmtool raw command usage
120 pldmtool raw command option accepts request message in the hexadecimal bytes and
124 $ pldmtool raw -h
125 send a raw request and print response
126 Usage: pldmtool raw [OPTIONS]
132 -d,--data UINT REQUIRED raw data
138 pldmtool raw --data 0x80 <pldmType> <cmdType> <payloadReq>
156 $ pldmtool raw -d 0x80 0x00 0x04 0x00 0x00
[all …]
/openbmc/linux/Documentation/ABI/testing/
Ddebugfs-scmi-raw
/openbmc/linux/include/crypto/internal/
Drsa.h
/openbmc/u-boot/arch/sandbox/cpu/
H A DMakefile12 obj-$(CONFIG_ETH_SANDBOX_RAW) += eth-raw-os.o
25 # eth-raw-os.c is built in the system env, so needs standard includes
26 # CFLAGS_REMOVE_eth-raw-os.o cannot be used to drop header include path
27 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 FORCE
32 $(call if_changed_dep,cc_eth-raw-os.o)
/openbmc/u-boot/include/configs/
H A Dodroid_xu3.h69 "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"
/openbmc/linux/tools/net/ynl/lib/
Dynl.py

12345678910>>...85