Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/openbmc/qemu/include/hw/
H A Dregisterfields.h49 #define FIELD_EX8(storage, reg, field) \ argument
50 extract8((storage), R_ ## reg ## _ ## field ## _SHIFT, \
52 #define FIELD_EX16(storage, reg, field) \ argument
53 extract16((storage), R_ ## reg ## _ ## field ## _SHIFT, \
55 #define FIELD_EX32(storage, reg, field) \ argument
56 extract32((storage), R_ ## reg ## _ ## field ## _SHIFT, \
58 #define FIELD_EX64(storage, reg, field) \ argument
59 extract64((storage), R_ ## reg ## _ ## field ## _SHIFT, \
62 #define FIELD_SEX8(storage, reg, field) \ argument
63 sextract8((storage), R_ ## reg ## _ ## field ## _SHIFT, \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Add-missing-includes-cstdint-and-cstdio.patch14 storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h | 1 +
16 storage/rocksdb/rocksdb/util/slice.cc | 2 +-
17 storage/rocksdb/rocksdb/util/string_util.h | 1 +
20 diff --git a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h b/storage/rocksdb/rocks…
22 --- a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
23 +++ b/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
32 diff --git a/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h b/storage/rocksdb/ro…
34 --- a/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
35 +++ b/storage/rocksdb/rocksdb/table/block_based/data_block_hash_index.h
44 diff --git a/storage/rocksdb/rocksdb/util/slice.cc b/storage/rocksdb/rocksdb/util/slice.cc
[all …]
H A D0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch14 make[2]: *** [storage/innobase/CMakeFiles/innobase_embedded.dir/build.make:
15 1644: storage/innobase/CMakeFiles/innobase_embedded.dir/sync/cache.cc.o]
22 storage/innobase/sync/cache.cc | 5 +++++
25 diff --git a/storage/innobase/sync/cache.cc b/storage/innobase/sync/cache.cc
27 --- a/storage/innobase/sync/cache.cc
28 +++ b/storage/innobase/sync/cache.cc
H A Dlfs64.patch8 storage/connect/os.h | 4 +++-
11 diff --git a/storage/connect/os.h b/storage/connect/os.h
13 --- a/storage/connect/os.h
14 +++ b/storage/connect/os.h
H A Dsys_futex.patch12 storage/innobase/sync/srw_lock.cc | 6 ++++++
15 diff --git a/storage/innobase/sync/srw_lock.cc b/storage/innobase/sync/srw_lock.cc
17 --- a/storage/innobase/sync/srw_lock.cc
18 +++ b/storage/innobase/sync/srw_lock.cc
H A Dfix-arm-atomic.patch15 storage/rocksdb/build_rocksdb.cmake | 3 +++
18 diff --git a/storage/rocksdb/build_rocksdb.cmake b/storage/rocksdb/build_rocksdb.cmake
20 --- a/storage/rocksdb/build_rocksdb.cmake
21 +++ b/storage/rocksdb/build_rocksdb.cmake
H A D0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch18 storage/innobase/log/log0sync.cc | 3 +++
21 diff --git a/storage/innobase/log/log0sync.cc b/storage/innobase/log/log0sync.cc
23 --- a/storage/innobase/log/log0sync.cc
24 +++ b/storage/innobase/log/log0sync.cc
/openbmc/phosphor-misc/usb-ctrl/
H A Dusb-ctrl7 local storage="$1"
10 dd if=/dev/zero of="$storage" bs=1M seek="$sz_mb" count=0 2>/dev/null
13 mkdosfs -n 'OPENBMC-FW' -i $diskid -I "$storage" >/dev/null 2>&1
19 local storage="$1"
22 mount -o loop -t vfat "$storage" "$stormnt"
28 local storage="$1"
31 rm -f "$storage"
150 local storage="$3"
202 echo "${storage}" > "${gadget_function}/lun.0/file"
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst6 storing error records in persistent storage for future reference
11 method for storing error records into persistent storage.
28 Linux uses the persistent storage filesystem, pstore, to record
35 Two common storage backends for the pstore filesystem are ACPI ERST
38 storage backend for virtual machines (as it is now for bare metal
65 - size: The size of the ACPI ERST backing storage. This parameter is
67 - mem-path: The location of the ACPI ERST backing storage file. This
76 backend storage. Must be a power of two value greater than or
101 The backend storage is divided into fixed size "slots", 8KiB in
107 Slot 0 contains a backend storage header that identifies the contents
[all …]
/openbmc/qemu/hw/ppc/
H A Dpnv_pnor.c28 ret |= (uint64_t) s->storage[addr + i] << (8 * (size - i - 1)); in pnv_pnor_read()
47 ret = blk_pwrite(s->blk, offset, offset_end - offset, s->storage + offset, in pnv_pnor_update()
62 s->storage[addr + i] = (data >> (8 * (size - i - 1))) & 0xFF; in pnv_pnor_write()
100 s->storage = blk_blockalign(s->blk, s->size); in pnv_pnor_realize()
102 if (blk_pread(s->blk, 0, s->size, s->storage, 0) < 0) { in pnv_pnor_realize()
107 s->storage = blk_blockalign(NULL, s->size); in pnv_pnor_realize()
108 memset(s->storage, 0xFF, s->size); in pnv_pnor_realize()
/openbmc/u-boot/common/
H A Dsplash.c30 .storage = SPLASH_STORAGE_SF,
36 .storage = SPLASH_STORAGE_MMC,
42 .storage = SPLASH_STORAGE_USB,
48 .storage = SPLASH_STORAGE_SATA,
/openbmc/qemu/docs/devel/
H A Dzoned-storage.rst2 zoned-storage
10 https://zonedstorage.io/docs/introduction/zoned-storage
12 1. Block layer APIs for zoned storage
14 QEMU block layer supports three zoned storage models:
28 zoned storage information can be propagated from the leaf BlockDriverState all
29 the way up to the BlockBackend. If the zoned storage model in file-posix is
32 The block layer APIs support commands needed for zoned storage devices,
35 2. Emulating zoned storage controllers
37 When the BlockBackend's BlockLimits model reports a zoned storage device, users
39 APIs for zoned storage emulation or testing.
[all …]
H A Dluks-detached-header.rst52 separately and use the existing storage
92 Host storage Host storage
118 "node-name":"libvirt-1-storage"}' \
120 "driver":"raw","file":"libvirt-1-storage"}' \
122 "node-name":"libvirt-2-storage"}' \
124 "driver":"qcow2","file":"libvirt-2-storage"}' \
144 "arguments":{"node-name":"libvirt-1-storage", "driver":"file", \
151 "file":"libvirt-1-storage"}}'
156 "arguments":{"node-name":"libvirt-2-storage", "driver":"file", \
163 "file":"libvirt-2-storage"}}'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0001-Add-support-for-RISC-V.patch11 src/include/storage/s_lock.h | 5 +++--
14 diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
16 --- a/src/include/storage/s_lock.h
17 +++ b/src/include/storage/s_lock.h
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp65 const auto& storage = std::get<storageIndex>(item.second); in operator ()() local
67 if (!std::get<valueIndex>(storage.get()).has_value()) in operator ()()
72 std::any_cast<T>(std::get<valueIndex>(storage.get())); in operator ()()
75 std::get<resultIndex>(storage.get()) = r; in operator ()()
/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/
H A Dsystemd_%.bbappend5 file://journald-storage-policy.conf \
15 ${UNPACKDIR}/journald-storage-policy.conf \
16 ${D}/${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf
/openbmc/qemu/hw/nvram/
H A Daspeed_otp.c22 memcpy(&val, s->storage + offset, size); in aspeed_otp_read()
67 memcpy(value, s->storage + otp_offset, sizeof(uint32_t)); in program_otpmem_data()
96 memcpy(s->storage + otp_offset, &value, size); in aspeed_otp_write()
122 if (blk_pread(s->blk, 0, s->size, s->storage, 0) < 0) { in aspeed_otp_init_storage()
128 p = (uint32_t *)s->storage; in aspeed_otp_init_storage()
155 s->storage = blk_blockalign(s->blk, s->size); in aspeed_otp_realize()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb_11.4.6.bb21 install -m 0755 -d ${D}${PTEST_PATH}/storage
22 …rsync -a ${B}/storage/maria ${B}/storage/perfschema ${B}/storage/innobase ${D}${PTEST_PATH}/storag…
/openbmc/u-boot/doc/driver-model/
H A Dfs_firmware_loader.txt13 and binary) from the storage device in file system format into target location
23 Firmware storage device described in device tree source
25 For passing data like storage device phandle and partition where the
36 <&mmc 1> means block storage device pointer and its partition.
38 Above example is a description for block storage, but for UBI storage
69 The benefit of this design allows user to change storage attribute data
71 environment values in the storage for the next power cycle, so no
/openbmc/openbmc/meta-ibm/recipes-core/systemd/
H A Dsystemd_%.bbappend2 SRC_URI:append:ibm-ac-server = " file://journald-storage-policy.conf"
6 SRC_URI:append:ibm-enterprise = " file://journald-storage-policy.conf"
18 SRC_URI:append:system1 = " file://journald-storage-policy.conf"
22 FILES:${PN}:append:ibm-ac-server = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.con…
26 FILES:${PN}:append:ibm-enterprise = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.co…
39 FILES:${PN}:append:system1 = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf"
44 …nstall -m 644 -D ${UNPACKDIR}/journald-storage-policy.conf ${D}${systemd_unitdir}/journald.conf.d/…
49 …nstall -m 644 -D ${UNPACKDIR}/journald-storage-policy.conf ${D}${systemd_unitdir}/journald.conf.d/…
71 …nstall -m 644 -D ${UNPACKDIR}/journald-storage-policy.conf ${D}${systemd_unitdir}/journald.conf.d/…
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.cpp30 std::array<std::tuple<std::any, std::any>, 8> storage = {}; variable
35 PropertyIndex::mapped_type{meta, meta, storage[0]}},
37 PropertyIndex::mapped_type{meta, meta, storage[1]}},
39 PropertyIndex::mapped_type{meta, meta, storage[2]}},
41 PropertyIndex::mapped_type{meta, meta, storage[3]}},
43 PropertyIndex::mapped_type{meta, meta, storage[4]}},
45 PropertyIndex::mapped_type{meta, meta, storage[5]}},
47 PropertyIndex::mapped_type{meta, meta, storage[6]}},
49 PropertyIndex::mapped_type{meta, meta, storage[7]}},
301 for (auto s : storage) in testStart()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxcomposite_0.4.6.bb4 mechanisms: per-hierarchy storage, automatic shadow update, and external \
5 parent. In per-hierarchy storage, the rendering of an entire hierarchy \
6 of windows is redirected to off-screen storage. In automatic shadow \
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dts-sp-storage_git.bb1 DESCRIPTION = "Trusted Services secure storage service provider"
8 OECMAKE_SOURCEPATH = "${S}/deployments/protected-storage/config/${TS_SP_PS_CONFIG}-${TS_ENV}"
H A Dts-sp-its_git.bb1 DESCRIPTION = "Trusted Services internal secure storage service provider"
8 OECMAKE_SOURCEPATH = "${S}/deployments/internal-trusted-storage/config/${TS_SP_ITS_CONFIG}-${TS_ENV…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/
H A Daoetools_36.bb4 storage protocol, a simple protocol for using storage over anethernet LAN. \
5 The vblade program (storage target) exports a blockdevice using AoE. \

12345678910>>...19