/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/ |
H A D | Attributes.interface.yaml | 6 - 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 D | OpenBMCComputerSystem.v1_0_0.json | 47 "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 D | OpenBMCComputerSystem_v1.xml | 59 <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 D | thin-provisioning.rst | 160 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 D | dm-clone.rst | 317 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 D | persistent-data.rst | 65 device (eg. thinly-provisioned data blocks); and one for managing
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-linecard.rst | 63 * ``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 D | redfish-resource-supplement-for-pfr.md | 18 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 D | spmobj-attributes.c | 12 "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 D | core_linecards.c | 438 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 D | linecard.c | 262 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 D | cxlflash.rst | 243 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 D | mctp-i3c.c | 21 /* 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 D | write-threshold.h | 22 * To be used with thin-provisioned block devices.
|
/openbmc/linux/include/uapi/linux/ |
H A D | vdpa.h | 56 /* virtio features that are provisioned to the vDPA device */
|
/openbmc/linux/drivers/dax/ |
H A D | Kconfig | 54 by platform-firmware as "Soft Reserved", or dynamically provisioned
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 56 devices and sparse/thinly-provisioned LUNs. The FITRIM ioctl
|
/openbmc/qemu/docs/interop/ |
H A D | nbd.rst | 44 depth of which layer in a thin-provisioned backing chain provided the
|
/openbmc/linux/include/uapi/scsi/ |
H A D | cxlflash_ioctl.h | 240 __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 D | main.h | 43 #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 D | mac-check | 85 # Read the MAC address stored in the non-volatile file provisioned in
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-intel_sdsi | 68 previously provisioned AKC file. Upon successful authentication,
|
H A D | sysfs-firmware-qemu_fw_cfg | 6 sun4*, ppc/mac) are provisioned with a firmware configuration
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.h | 75 /* provisioned device features */
|
/openbmc/linux/include/linux/pds/ |
H A D | pds_core_if.h | 109 * @nlifs: Number of LIFs provisioned 110 * @nintrs: Number of interrupts provisioned
|