Home
last modified time | relevance | path

Searched full:provisioned (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/
H A DAttributes.interface.yaml6 - name: Provisioned
9 Indicates platform firmware provisioned state. Provisioned platform
18 provisioning is locked, it can't be re-provisioned.
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/
H A DOpenBMCComputerSystem.v1_0_0.json47 "NotProvisioned": "Platform firmware is not provisioned.",
48 "ProvisionedAndLocked": "Platform firmware is provisioned and locked.",
49 "ProvisionedButNotLocked": "Platform firmware is provisioned but not locked."
52 "NotProvisioned": "Platform firmware is not provisioned.",
53 …"ProvisionedAndLocked": "Platform firmware is provisioned and locked. So re-provisioning is not al…
54 …"ProvisionedButNotLocked": "Platform firmware is provisioned but not locked. So re-provisioning is…
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/
H A DOpenBMCComputerSystem_v1.xml59 <Annotation Term="OData.Description" String="Platform firmware is not provisioned."/>
60 <Annotation Term="OData.LongDescription" String="Platform firmware is not provisioned."/>
63 … <Annotation Term="OData.Description" String="Platform firmware is provisioned but not locked."/>
64 …<Annotation Term="OData.LongDescription" String="Platform firmware is provisioned but not locked. …
67 … <Annotation Term="OData.Description" String="Platform firmware is provisioned and locked."/>
68 …<Annotation Term="OData.LongDescription" String="Platform firmware is provisioned and locked. So r…
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst160 i) Creating a new thinly-provisioned volume.
162 To create a new thinly- provisioned volume you must send a message to an
171 ii) Using a thinly-provisioned volume.
173 Thinly-provisioned volumes are activated using the 'thin' target::
203 different from any other thinly-provisioned device and can be
209 Activate it exactly the same way as any other thinly-provisioned volume::
217 thinly-provisioned volume. Any read to an unprovisioned area of the
222 thinly-provisioned volumes but have the base image on another device
275 Skip the zeroing of newly-provisioned blocks.
360 Create a new thinly-provisioned device.
[all …]
H A Ddm-clone.rst317 promising among all alternatives, as the thinly-provisioned volume is a
319 un-provisioned/not-yet-cloned areas the same way as dm-clone does.
327 thinly-provisioned volumes. Thin-provisioning has an inherent metadata
H A Dpersistent-data.rst65 device (eg. thinly-provisioned data blocks); and one for managing
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-linecard.rst63 * ``unprovisioned``: Line card is not provisioned on the slot.
65 * ``provisioning``: Line card slot is currently in a process of being provisioned
68 * ``provisioned``: Line card slot is provisioned with a type.
91 +----- provisioning_failed | | provisioned | | active |
118 # Set slot 8 to be provisioned with type "16x100G":
/openbmc/docs/designs/
H A Dredfish-resource-supplement-for-pfr.md18 to represent the PFR provisioned and locked states.
21 represent the PFR provisioning status such as platform firmware is provisioned
73 1. NotProvisioned: Indicates platform firmware is not provisioned. This is an
77 provisioned but not locked. So re-provisioning is allowed in this state.
79 3. ProvisionedAndLocked: Indicates that the platform firmware is provisioned
85 it can not be re-provisioned.
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c12 "not provisioned",
13 "provisioned",
18 "not provisioned",
160 * "State": "not provisioned | provisioned | provisioning in progress ", in status_show()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c438 linecard->provisioned = false; in mlxsw_linecard_provision_fail()
583 if (WARN_ON(!linecard->provisioned)) { in mlxsw_linecard_devlink_info_get()
631 /* It is possible for a line card to be provisioned before in mlxsw_linecard_provision_set()
643 linecard->provisioned = true; in mlxsw_linecard_provision_set()
649 linecard->provisioned = false; in mlxsw_linecard_provision_set()
663 linecard->provisioned = false; in mlxsw_linecard_provision_clear()
718 bool provisioned, sr_valid, active; in mlxsw_linecard_status_process() local
723 mlxsw_reg_mddq_slot_info_unpack(mddq_pl, &slot_index, &provisioned, in mlxsw_linecard_status_process()
739 if (provisioned && linecard->provisioned != provisioned) { in mlxsw_linecard_status_process()
765 if (!provisioned && linecard->provisioned != provisioned) in mlxsw_linecard_status_process()
/openbmc/linux/net/devlink/
H A Dlinecard.c262 NL_SET_ERR_MSG(extack, "Line card is currently being provisioned"); in devlink_linecard_type_set()
281 NL_SET_ERR_MSG(extack, "Line card already provisioned"); in devlink_linecard_type_set()
283 /* Check if the line card is provisioned in the same in devlink_linecard_type_set()
325 NL_SET_ERR_MSG(extack, "Line card is currently being provisioned"); in devlink_linecard_type_unset()
343 NL_SET_ERR_MSG(extack, "Line card is not provisioned"); in devlink_linecard_type_unset()
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst243 resource handle that is provided is already referencing provisioned
407 the port will be updated to reflect new number of provisioned LUNs and
413 - Maximum number of provisioned LUNs allowed for the port
414 - Current number of provisioned LUNs for the port
415 - Maximum total capacity of provisioned LUNs for the port (4K blocks)
416 - Current total capacity of provisioned LUNs for the port (4K blocks)
/openbmc/linux/drivers/net/mctp/
H A Dmctp-i3c.c21 /* 48 bit Provisioned Id */
64 /* Provisioned ID of our controller */
88 /* Provisioned ID */
92 /* We synthesise a mac header using the Provisioned ID.
550 /* Returns the Provisioned Id of a local bus master */
/openbmc/qemu/include/block/
H A Dwrite-threshold.h22 * To be used with thin-provisioned block devices.
/openbmc/linux/include/uapi/linux/
H A Dvdpa.h56 /* virtio features that are provisioned to the vDPA device */
/openbmc/linux/drivers/dax/
H A DKconfig54 by platform-firmware as "Soft Reserved", or dynamically provisioned
/openbmc/linux/Documentation/admin-guide/
H A Djfs.rst56 devices and sparse/thinly-provisioned LUNs. The FITRIM ioctl
/openbmc/qemu/docs/interop/
H A Dnbd.rst44 depth of which layer in a thin-provisioned backing chain provided the
/openbmc/linux/include/uapi/scsi/
H A Dcxlflash_ioctl.h240 __u64 max_num_luns; /* Maximum number of LUNs provisioned */
241 __u64 cur_num_luns; /* Current number of LUNs provisioned */
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.h43 #define FC_CUR_NUM_LUNS 0x088 /* Cur number LUNs provisioned for port */
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/
H A Dmac-check85 # Read the MAC address stored in the non-volatile file provisioned in
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi68 previously provisioned AKC file. Upon successful authentication,
H A Dsysfs-firmware-qemu_fw_cfg6 sun4*, ppc/mac) are provisioned with a firmware configuration
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.h75 /* provisioned device features */
/openbmc/linux/include/linux/pds/
H A Dpds_core_if.h109 * @nlifs: Number of LIFs provisioned
110 * @nintrs: Number of interrupts provisioned

1234