Home
last modified time | relevance | path

Searched full:storage (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/openbmc/libbej/test/json/
H A Dstorage_large.json2 "@odata.type": "#Storage.v1_3_0.Storage",
3 "@odata.context": "/redfish/v1/$metadata#Storage.Storage",
4 "@odata.id": "/redfish/v1/Systems/1/Storage/1",
15 "@odata.id": "/redfish/v1/Systems/1/Storage/1#/StorageControllers/0",
16 "@odata.type": "#Storage.v1_3_0.StorageController",
41 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/1"
44 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/2"
47 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/3"
50 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/4"
53 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/5"
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DStorage_v1.xml4 <!--# Redfish Schema: Storage v1.19.0 …
8 <!--# Copyright 2014-2025 DMTF in cooperation with the Storage Networking Industry Association (SNI…
106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage">
110 <EntityType Name="Storage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
111 …The `Storage` schema defines a storage subsystem and its respective properties. A storage subsyst…
112 …<Annotation Term="OData.LongDescription" String="This resource shall represent a storage subsystem…
121 …iption" String="Writable properties, such as `AssetTag`, can be updated for a storage subsystem."/>
131 <String>/redfish/v1/Storage/{StorageId}</String>
132 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
133 …<String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</Strin…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DStorage_v1.xml4 <!--# Redfish Schema: Storage v1.19.0 …
8 <!--# Copyright 2014-2025 DMTF in cooperation with the Storage Networking Industry Association (SNI…
106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Storage">
110 <EntityType Name="Storage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
111 …The `Storage` schema defines a storage subsystem and its respective properties. A storage subsyst…
112 …<Annotation Term="OData.LongDescription" String="This resource shall represent a storage subsystem…
121 …iption" String="Writable properties, such as `AssetTag`, can be updated for a storage subsystem."/>
131 <String>/redfish/v1/Storage/{StorageId}</String>
132 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}</String>
133 …<String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}</Strin…
[all …]
H A DVolumeCollection_v1.xml3 <!-- Copyright 2015-2024 Storage Networking Industry Association (SNIA), USA. All rights reserved.-…
46 …<String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volume…
47 …itionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volum…
48 … <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes</String>
49 …<String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId…
50 … <String>/redfish/v1/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes</String>
51 …<String>/redfish/v1/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySource…
52 … <String>/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/AllocatedVolumes</String>
53 …<String>/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySour…
54 <String>/redfish/v1/Storage/{StorageId}/Volumes</String>
[all …]
H A DStorageMetrics_v1.xml8 <!--# Copyright 2014-2025 DMTF in cooperation with Storage Networking Industry Association (SNIA). …
24 <edmx:Include Namespace="Storage"/>
44 …<Annotation Term="OData.Description" String="The usage and health statistics for a storage subsyst…
45 …orageMetrics` schema shall contain the usage and health statistics for a storage subsystem in a Re…
64 <String>/redfish/v1/Storage/{StorageId}/Metrics</String>
65 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Metrics</String>
66 …<String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Metric…
67 …itionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Metri…
68 … <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Metrics</String>
69 …<String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId…
[all …]
/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 …]
/openbmc/qemu/include/hw/s390x/
H A Dstorage-keys.h2 * s390 storage key device
33 * Check whether storage keys are enabled. If not enabled, they were not
34 * enabled lazily either by the guest via a storage key instruction or
39 * storage keys and should not lazily enable it.
50 * Lazily enable storage keys. If this function is not implemented,
51 * setting a storage key will lazily enable storage keys implicitly
53 * if storage keys were not enabled before this call.
65 * Get storage keys for the given PFN range. This call will fail if
66 * storage keys have not been lazily enabled yet.
71 * @start_gfn: the start GFN to get storage keys for
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DStorage.v1_19_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Storage.v1_19_0.json",
3 "$ref": "#/definitions/Storage",
26 "#Storage.ImportForeignDrives": {
29 "#Storage.RekeyExternalKey": {
32 "#Storage.ResetToDefaults": {
35 "#Storage.SetControllerPassword": {
38 "#Storage.SetEncryptionKey": {
66 …"description": "This type describes the cache memory of the storage controller in general detail.",
67 …on": "This type shall contain properties that describe the cache memory for a storage controller.",
143 …re locked. This value is used for status reporting to indicate that the storage subsystem is part…
[all …]
H A DStorageController.v1_9_1.json24 … "description": "The ANA characteristics and volume information for a storage controller.",
25 …"This type shall contain the ANA characteristics and volume information for a storage controller.",
126 … of links to resources of type `Volume` that are attached to this instance of storage controller.",
145 …"description": "This action attaches referenced namespaces to the storage controller. Attached na…
146 …"longDescription": "This action shall attach referenced namespaces to the storage controller. Ser…
149 "description": "The namespaces to attach to the storage controller.",
153 … to resources of type `Volume` that represent the namespaces to attach to the storage controller.",
188 …"description": "This type describes the cache memory of the storage controller in general detail.",
189 …on": "This type shall contain properties that describe the cache memory for a storage controller.",
243 …"description": "This action detaches referenced namespaces from the storage controller. Detached …
[all …]
H A DStorageCollection.json14 "description": "The collection of `Storage` resource instances.",
15 "longDescription": "This resource shall represent a resource collection of `Storage` instances for a Redfish implementation.",
57 "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage"
93 "/redfish/v1/Storage",
94 "/redfish/v1/Systems/{ComputerSystemId}/Storage",
95 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage",
96 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage",
97 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage",
98 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage"
[all...]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DStorage.v1_19_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Storage.v1_19_0.json",
3 "$ref": "#/definitions/Storage",
26 "#Storage.ImportForeignDrives": {
29 "#Storage.RekeyExternalKey": {
32 "#Storage.ResetToDefaults": {
35 "#Storage.SetControllerPassword": {
38 "#Storage.SetEncryptionKey": {
66 …"description": "This type describes the cache memory of the storage controller in general detail.",
67 …on": "This type shall contain properties that describe the cache memory for a storage controller.",
143 …re locked. This value is used for status reporting to indicate that the storage subsystem is part…
[all …]
H A DVolumeCollection.json5 …"copyright": "Copyright 2015-2024 Storage Networking Industry Association (SNIA), USA. All rights …
93 … "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes",
94 …itionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volum…
95 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes",
96 …"/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volum…
97 "/redfish/v1/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes",
98 …"/redfish/v1/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/Pro…
99 "/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/AllocatedVolumes",
100 …"/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/P…
101 "/redfish/v1/Storage/{StorageId}/Volumes",
[all …]
H A DSimpleStorage.v1_3_2.json37 "description": "A storage device, such as a disk drive or optical media device.",
38 … "longDescription": "This type shall describe a storage device visible to simple storage.",
55 "description": "The size, in bytes, of the storage device.",
56 … "longDescription": "This property shall represent the size, in bytes, of the storage device.",
68 …gDescription": "This property shall indicate the name of the manufacturer of this storage device.",
77 …erty shall indicate the model information as provided by the manufacturer of this storage device.",
127 "description": "The link to the chassis that contains this simple storage.",
137 "Storage": { object
138 "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage",
139 … "description": "The link to the storage instance that corresponds to this simple storage.",
[all …]
H A DStorageController.v1_9_1.json24 … "description": "The ANA characteristics and volume information for a storage controller.",
25 …"This type shall contain the ANA characteristics and volume information for a storage controller.",
126 … of links to resources of type `Volume` that are attached to this instance of storage controller.",
145 …"description": "This action attaches referenced namespaces to the storage controller. Attached na…
146 …"longDescription": "This action shall attach referenced namespaces to the storage controller. Ser…
149 "description": "The namespaces to attach to the storage controller.",
153 … to resources of type `Volume` that represent the namespaces to attach to the storage controller.",
188 …"description": "This type describes the cache memory of the storage controller in general detail.",
189 …on": "This type shall contain properties that describe the cache memory for a storage controller.",
243 …"description": "This action detaches referenced namespaces from the storage controller. Detached …
[all …]
H A DCertificateCollection.json128 … "/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates",
129 …"/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerI…
130 …"/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageContro…
131 …itionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Stora…
132 …"/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageContr…
133 …"/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Stora…
134 "/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates",
135 …"/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Cert…
136 …"/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{…
137 …itionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Contr…
[all …]
H A DStorageCollection.json14 "description": "The collection of `Storage` resource instances.",
15 …ngDescription": "This resource shall represent a resource collection of `Storage` instances for a …
57 … "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage"
93 "/redfish/v1/Storage",
94 "/redfish/v1/Systems/{ComputerSystemId}/Storage",
95 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage",
96 …redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage",
97 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage",
98 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage"
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp30 "Storage Device Message Registry",
32 "This registry defines the messages for storage devices.",
93 "A storage controller degraded condition was detected.",
94 …"A degraded condition for the storage controller located in '%1' was detected due to reason '%2'.",
101 …"Reseat the storage controller in the PCI slot. Update the controller to the latest firmware vers…
106 "A storage controller failure was detected.",
107 "A failure condition for the storage controller located in '%1' was detected.",
113 …"Reseat the storage controller in the PCI slot. Update the controller to the latest firmware vers…
118 "The storage controller health has changed to OK.",
119 "The health of the storage controller located in '%1' has changed to OK.",
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/
H A DValue.interface.yaml96 - name: Storage
98 The different types of available storage, such as tmp, var etc.
99 Each storage type will have path relative to storage/, for
100 example storage/tmp for temporary storage.
101 value: storage
104 The available read write storage. This storage path has been
106 and free storage metric gets exposed via Redfish.
107 value: storage/rw
/openbmc/u-boot/arch/sandbox/include/asm/
H A Daxi.h23 * a virtual device on a AXI bus that exposes a simple storage interface: When
25 * within the device's storage. For write accesses the data is written to the
26 * specified storage offset, and for read accesses the data is read from the
27 * specified storage offset.
51 * axi_get_store() - Get address of internal storage of a emulated AXI device
52 * @dev: Emulated AXI device to get the pointer of the internal storage
54 * @storep: Pointer to the internal storage of the emulated AXI device.
56 * To preset or read back the contents internal storage of the emulated AXI
57 * device, this function returns the pointer to the storage. Changes to the
58 * contents of the storage are reflected when using the AXI read/write API
/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
98 Backend Storage Format
101 The backend storage is divided into fixed size "slots", 8KiB in
[all …]
/openbmc/entity-manager/configurations/meta/
H A Dbmc_storage_module.json6 "Name": "BMC Storage Module FRU",
10 "Name": "BMC Storage Module",
12 …"xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': …
14 …"xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': …
16 …"xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': …
27 "xyz.openbmc_project.Inventory.Item.Storage": {}
/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 …]
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf33 0x0A:0x10 //<Storage>:<Get FRU Inventory Area Info>
34 0x0A:0x11 //<Storage>:<Read FRU Data>
35 0x0A:0x20 //<Storage>:<Get SDR Repository Info>
36 0x0A:0x22 //<Storage>:<Reserve SDR Repository>
37 0x0A:0x23 //<Storage>:<Get SDR>
38 0x0A:0x40 //<Storage>:<Get SEL Info>
39 0x0A:0x42 //<Storage>:<Reserve SEL>
40 0x0A:0x44 //<Storage>:<Add SEL Entry>
41 0x0A:0x48 //<Storage>:<Get SEL Time>
42 0x0A:0x49 //<Storage>:<Set SEL Time>
[all …]
/openbmc/qemu/docs/interop/
H A Dprl-xml.rst19 uses auxiliary xml ``Snapshot.xml``, which allows storage of optional snapshot
44 Storage
45 the backing storage for a subset of the virtual disk. When
46 there is more than one storage in a Parallels disk then that
47 is referred to as a split image. In this case every storage
50 and are not supported. Each storage consists of disk
115 The ``StorageData`` element consists of the ``Storage`` child element,
119 <Storage>
121 </Storage>
124 A ``Storage`` element has the following child elements:
[all …]

12345678910>>...45