/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | attribute_registry.hpp | 63 Immutable, enumerator 129 {MapToProperty::Immutable, "Immutable"},
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/ |
H A D | Average.interface.yaml | 11 10^N. This is immutable once set. 16 The unit of the reading. Immutable once set for a sensor. For objects
|
H A D | Maximum.interface.yaml | 11 10^N. This is immutable once set. 16 The unit of the reading. Immutable once set for a sensor. For objects
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pyrsistent_0.20.0.bb | 1 SUMMARY = "Persistent/Immutable/Functional data structures for Python"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-frozenlist_1.6.0.bb | 1 …-like structure which implements collections.abc.MutableSequence, and which can be made immutable."
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AttributeRegistry.v1_3_9.json | 280 "Immutable": { object 281 …"description": "An indication of whether this attribute is immutable. Immutable attributes cannot… 282 …ription": "This property shall indicate whether this attribute is immutable. Immutable attributes… 677 "Immutable", 697 "Immutable": "The dependency that affects an attribute's `Immutable` state.", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | AttributeRegistry.v1_3_9.json | 280 "Immutable": { object 281 …"description": "An indication of whether this attribute is immutable. Immutable attributes cannot… 282 …ription": "This property shall indicate whether this attribute is immutable. Immutable attributes… 677 "Immutable", 697 "Immutable": "The dependency that affects an attribute's `Immutable` state.", string
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch | 27 +#define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/ |
H A D | ima_policy_hashed | 67 # Special immutable group.
|
/openbmc/openbmc/poky/bitbake/lib/simplediff/ |
H A D | __init__.py | 25 old the old list of immutable, comparable values (ie. a list 27 new the new list of immutable, comparable values
|
/openbmc/bmcweb/include/ |
H A D | webassets.hpp | 100 // immutable in handleStaticAsset() 102 "max-age=31556926, immutable"); in handleStaticAsset()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 106 * Whether we migrate properties that are immutable while migration is
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Value.interface.yaml | 45 The unit of the reading. Immutable once set for a sensor. For objects
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0012-libinstaller-Fix-build-with-glibc-2.36.patch | 49 +#define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 47 #define IMMUTABLE (~0) macro 51 [HEX_REG_PC] = IMMUTABLE, 53 [HEX_REG_UPCYCLELO] = IMMUTABLE, 54 [HEX_REG_UPCYCLEHI] = IMMUTABLE, 55 [HEX_REG_UTIMERLO] = IMMUTABLE, 56 [HEX_REG_UTIMERHI] = IMMUTABLE,
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | AttributeRegistry_v1.xml | 198 <Property Name="Immutable" Type="Edm.Boolean"> 200 …a.Description" String="An indication of whether this attribute is immutable. Immutable attributes… 201 …n" String="This property shall indicate whether this attribute is immutable. Immutable attributes… 478 <Member Name="Immutable"> 479 …n Term="OData.Description" String="The dependency that affects an attribute's `Immutable` state."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | AttributeRegistry_v1.xml | 198 <Property Name="Immutable" Type="Edm.Boolean"> 200 …a.Description" String="An indication of whether this attribute is immutable. Immutable attributes… 201 …n" String="This property shall indicate whether this attribute is immutable. Immutable attributes… 478 <Member Name="Immutable"> 479 …n Term="OData.Description" String="The dependency that affects an attribute's `Immutable` state."/>
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | software-architecture.rst | 94 Root of Trust (RoT) of the device. The RoT of the device is immutable in 109 of the device. The BL1_1 is the immutable bootloader of the system, it handles
|
/openbmc/qemu/tests/qtest/ |
H A D | q35-test.c | 225 /* make sure register is immutable */ in test_smram_smbase_lock()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 35 //! - Having several immutable references (`&T`) to the object (also known as 141 //! Multiple immutable borrows are allowed via [`borrow`](BqlRefCell::borrow), 565 /// immutable borrows can be taken out at the same time. 606 // SAFETY: `BorrowRef` ensures that there is only immutable access in borrow()
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | maint-appx.rst | 157 for seamless blending of an immutable history with additional
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _lxml.py | 246 # Make sure attrs is a mutable dict--lxml may send an immutable dictproxy.
|
/openbmc/qemu/accel/tcg/ |
H A D | ldst_atomicity.c.inc | 157 * If the page is not writable, then assume the value is immutable 194 * If the page is not writable, then assume the value is immutable
|
/openbmc/qemu/util/ |
H A D | log.c | 236 /* The per-thread flag is immutable. */ in qemu_set_log_internal()
|
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | cr51_image_descriptor.h | 414 // Valid image. Immutable static and write-protected non-static regions. In
|