/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native/ |
H A D | palmetto.xml.patch.xml | 13 <attribute> 16 </attribute> 17 <attribute> 20 </attribute> 21 <attribute> 24 </attribute> 25 <attribute> 28 </attribute> 29 <attribute> 32 </attribute> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AttributeRegistry.v1_3_9.json | 37 …an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing co… 38 …"longDescription": "This resource shall represent an attribute registry for a Redfish implementati… 79 … "description": "The RFC5646-conformant language code for the attribute registry.", 94 … "description": "The organization or company that publishes this attribute registry.", 95 … "longDescription": "This property shall represent the publisher of this attribute registry.", 105 "description": "The attribute registry version.", 106 … "longDescription": "This property shall contain the version of this attribute registry.", 112 "description": "An array of systems that this attribute registry supports.", 116 … property shall contain an array containing a list of systems that this attribute registry support… 149 "description": "A possible value for an enumeration attribute.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | AttributeRegistry.v1_3_9.json | 37 …an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing co… 38 …"longDescription": "This resource shall represent an attribute registry for a Redfish implementati… 79 … "description": "The RFC5646-conformant language code for the attribute registry.", 94 … "description": "The organization or company that publishes this attribute registry.", 95 … "longDescription": "This property shall represent the publisher of this attribute registry.", 105 "description": "The attribute registry version.", 106 … "longDescription": "This property shall contain the version of this attribute registry.", 112 "description": "An array of systems that this attribute registry supports.", 116 … property shall contain an array containing a list of systems that this attribute registry support… 149 "description": "A possible value for an enumeration attribute.", [all …]
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 66 * nlmsg_find_attr() find an attribute in a message 78 * Attribute Format: 89 * struct nlattr netlink attribute header 91 * Attribute Construction: 92 * nla_reserve(skb, type, len) reserve room for an attribute 93 * nla_reserve_nohdr(skb, len) reserve room for an attribute w/o hdr 94 * nla_put(skb, type, len, data) add attribute to skb 95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr 98 * Attribute Construction for Basic Types: 99 * nla_put_u8(skb, type, value) add u8 attribute to skb [all …]
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios_attributes.robot | 3 Documentation Module to test PLDM BIOS attribute types. 13 Suite Setup PLDM BIOS Attribute Suite Setup 14 Suite Teardown PLDM BIOS Attribute Suite Cleanup 26 Verify Get BIOS Attribute With Invalid Attribute Name 27 [Documentation] Verify get BIOS attribute with invalid attribute name. 36 # Can not find the attribute hjkhkj 39 Should Contain ${pldm_output} Can not find the attribute 42 Verify Set BIOS Attribute With Invalid Attribute Name 43 [Documentation] Verify set BIOS attribute with invalid attribute name. 52 # Could not find attribute :hjkhkj [all …]
|
H A D | test_redfish_bios_attributes.robot | 27 Redfish Verify Set BIOS Attribute With Invalid Attribute Name 28 [Documentation] Verify set BIOS attribute with invalid attribute name using 37 Redfish Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type 38 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type 50 Redfish Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type 51 [Documentation] Verify set out of range integer value for BIOS integer attribute type 64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type 66 [Documentation] Verify set out of range string value for BIOS string attribute type 80 Redfish Verify Set BIOS String Attribute Type 81 [Documentation] Verify set BIOS string attribute type for various BIOS [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 55 /** @brief Get the bios attribute table entry that the iterator points to 56 * @param[in] iter - Pointer the bios attribute table iterator 57 * @return Pointer to an entry in bios attribute table 77 /** @brief Get the bios attribute value table entry that the iterator points to 78 * @param[in] iter - Pointer the bios attribute value table iterator 79 * @return Pointer to an entry in bios attribute value table 158 /** @brief Get the attribute handle from the attribute table entry 159 * @param[in] entry - Pointer to bios attribute table entry 160 * @return handle to identify the attribute in the attribute table 165 /** @brief Get the attribute type of the attribute table entry [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bios_attr_utils.robot | 2 Documentation Utilities for redfish BIOS attribute operations. 17 Set BIOS Attribute Value And Verify 19 [Documentation] Set BIOS attribute handle with attribute value and verify. 23 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method'). 24 # @{attr_val} Attribute value for the given attribute handle. 27 # Check if the BIOS attribute value type is string. 31 # Handling the case when the BIOS attribute value is an empty string. 42 # BIOS attribute with _current are ReadOnly can not be updated. 44 Log To Console BIOS attribute with _current are ReadOnly can not be updated !! 49 Run Keyword If '${verify}' == '${True}' Verify BIOS Attribute ${attr_handle} ${attr_val} [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_table.hpp | 58 /** @brief Persist a BIOS table(string/attribute/attribute value) 172 namespace attribute namespace 176 * @brief Header of attribute table 185 /** @brief Decode header of attribute table entry 186 * @param[in] entry - Pointer to an attribute table entry 187 * @return Attribute table header 191 /** @brief Find attribute entry by handle 192 * @param[in] table - attribute table 193 * @param[in] handle - attribute handle 194 * @return Pointer to the attribute table entry [all …]
|
H A D | bios_attribute.hpp | 33 /** @brief Construct a bios attribute 44 /** @brief Set Attribute value On Dbus according to the attribute value 46 * @param[in] attrValueEntry - The attribute value entry 47 * @param[in] attrEntry - The attribute entry corresponding to the 48 * attribute value entry 56 /** @brief Construct corresponding entries at the end of the attribute table 57 * and attribute value tables 59 * @param[in,out] attrTable - The attribute table 60 * @param[in,out] attrValueTable - The attribute value table 61 * @param[in,out] optAttributeValue - init value of the attribute [all …]
|
H A D | bios_integer_attribute.hpp | 15 * @brief Associate integer entry(attr table and attribute value table) and 16 * dbus attribute 23 /** @brief Construct a bios integer attribute 30 /** @brief Set Attribute value On Dbus according to the attribute value 32 * @param[in] attrValueEntry - The attribute value entry 33 * @param[in] attrEntry - The attribute entry corresponding to the 34 * attribute value entry 42 /** @brief Construct corresponding entries at the end of the attribute table 43 * and attribute value tables 45 * @param[in,out] attrTable - The attribute table [all …]
|
H A D | bios_string_attribute.hpp | 16 * @brief Associate string entry(attr table and attribute value table) and dbus 17 * attribute 46 /** @brief Construct a bios string attribute 53 /** @brief Set Attribute value On Dbus according to the attribute value 55 * @param[in] attrValueEntry - The attribute value entry 56 * @param[in] attrEntry - The attribute entry corresponding to the 57 * attribute value entry 65 /** @brief Construct corresponding entries at the end of the attribute table 66 * and attribute value tables 68 * @param[in,out] attrTable - The attribute table [all …]
|
H A D | bios_enum_attribute.hpp | 20 * @brief Associate enum entry(attr table and attribute value table) and 21 * dbus attribute 27 /** @brief Construct a bios enum attribute 34 /** @brief Set Attribute value On Dbus according to the attribute value 36 * @param[in] attrValueEntry - The attribute value entry 37 * @param[in] attrEntry - The attribute entry corresponding to the 38 * attribute value entry 46 /** @brief Construct corresponding entries at the end of the attribute table 47 * and attribute value tables 49 * @param[in,out] attrTable - The attribute table [all …]
|
H A D | bios_config.hpp | 96 /** @brief Set attribute value on dbus and attribute value table 97 * @param[in] entry - attribute value entry 98 * @param[in] size - size of the attribute value entry 99 * @param[in] isBMC - indicates if the attribute is set by BMC 112 /** @brief Build bios tables(string,attribute,attribute value table)*/ 196 /** @brief Method to update a BIOS attribute when the corresponding Dbus 213 /** @brief Construct an attribute and persist it 214 * @tparam T - attribute type 263 error("Failed to construct an attribute, error - {ERROR}", "ERROR", in constructAttribute() 284 /** @brief Build attribute table and attribute value table and persist them [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-power | 13 The /sys/devices/.../power/wakeup attribute allows the user 39 The /sys/devices/.../power/control attribute allows the user 50 drivers. Changing this attribute to "on" prevents the driver 58 The /sys/devices/.../async attribute allows the user space to 70 The value of this attribute may be changed by writing either 76 devices this attribute is set to "enabled" by bus type code or 84 The /sys/devices/.../wakeup_count attribute contains the number 86 attribute is read-only. If the device is not capable to wake up 87 the system from sleep states, this attribute is not present. 89 states, this attribute is empty. [all …]
|
/openbmc/linux/lib/ |
H A D | nlattr.c | 19 /* For these data types, attribute length should be exactly the given 21 * attribute length does not match the expected size a warning is emitted 210 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in nla_validate_range_unsigned() 214 "invalid attribute length"); in nla_validate_range_unsigned() 227 "binary attribute size out of range"); in nla_validate_range_unsigned() 401 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in validate_nla() 405 "invalid attribute length"); in validate_nla() 497 * error message/attribute pointer in validate_nla() 504 /* a nested array attribute is allowed to be empty; if its not, in validate_nla() 520 * error message/attribute pointer in validate_nla() [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | attrib.c | 3 * attrib.c - NTFS attribute operations. Part of the Linux-NTFS project. 28 * @ctx: active attribute search context if present or NULL if not 40 * attribute on return as on entry. However, the actual pointers in @ctx may 54 * the attribute has zero allocated size, i.e. there simply is no runlist. 114 * If we already have the attribute extent containing @vcn in in ntfs_map_runlist_nolock() 118 * the right attribute extent. in ntfs_map_runlist_nolock() 145 * needed attribute extent. in ntfs_map_runlist_nolock() 185 * If there is no attribute list, restoring the search context in ntfs_map_runlist_nolock() 187 * the caller supplied context. If there is an attribute list, in ntfs_map_runlist_nolock() 299 * @ni: ntfs inode of the attribute whose runlist to search [all …]
|
H A D | inode.h | 35 s64 initialized_size; /* Copy from the attribute record. */ 36 s64 allocated_size; /* Copy from the attribute record. */ 44 * If NInoAttr() is true, the below fields describe the attribute which 45 * this fake inode belongs to. The actual inode of this attribute is 52 ATTR_TYPE type; /* Attribute type of this fake inode. */ 53 ntfschar *name; /* Attribute name of this fake inode. */ 54 u32 name_len; /* Attribute name length of this fake inode. */ 56 the runlist of the unnamed data attribute 58 attribute (directory) or of the attribute 62 NI_NonResident is clear, the attribute is [all …]
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | specs.rst | 10 hand written Netlink code for each new family, command, attribute. 19 - policy tables for input attribute validation 46 all old genetlink families, strange attribute formats, binary structures etc. 148 attribute-sets 152 All families have at least one attribute set, most have multiple. 153 ``attribute-sets`` is an array, with each entry describing a single set. 157 formats seen in kernel comments). In the spec subordinate attribute sets 158 are not defined inline as a nest, but defined in a separate attribute set 170 Uniquely identifies the attribute set, operations and nested attributes 179 are contained. The ``value`` of each attribute in the fractional [all …]
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | hypfs_vm_fs.c | 20 #define ATTRIBUTE(dir, name, member) \ macro 45 ATTRIBUTE(guest_dir, "onlinetime_us", data->el_time); in hypfs_vm_create_guest() 51 ATTRIBUTE(cpus_dir, "cputime_us", data->used_cpu); in hypfs_vm_create_guest() 52 ATTRIBUTE(cpus_dir, "capped", capped_value); in hypfs_vm_create_guest() 53 ATTRIBUTE(cpus_dir, "dedicated", dedicated_flag); in hypfs_vm_create_guest() 54 ATTRIBUTE(cpus_dir, "count", data->vcpus); in hypfs_vm_create_guest() 56 * Note: The "weight_min" attribute got the wrong name. in hypfs_vm_create_guest() 60 ATTRIBUTE(cpus_dir, "weight_min", data->ocpus); in hypfs_vm_create_guest() 61 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest() 62 ATTRIBUTE(cpus_dir, "weight_cur", data->cpu_shares); in hypfs_vm_create_guest() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | AttributeRegistry_v1.xml | 36 …an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing co… 37 …<Annotation Term="OData.LongDescription" String="This resource shall represent an attribute regist… 63 …erm="OData.Description" String="The RFC5646-conformant language code for the attribute registry."/> 69 <Annotation Term="OData.Description" String="The attribute registry version."/> 70 …ata.LongDescription" String="This property shall contain the version of this attribute registry."/> 76 …="OData.Description" String="The organization or company that publishes this attribute registry."/> 77 …LongDescription" String="This property shall represent the publisher of this attribute registry."/> 81 …<Annotation Term="OData.Description" String="An array of systems that this attribute registry supp… 82 … property shall contain an array containing a list of systems that this attribute registry support… 91 … <Annotation Term="OData.Description" String="A system that this attribute registry supports."/> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | AttributeRegistry_v1.xml | 36 …an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing co… 37 …<Annotation Term="OData.LongDescription" String="This resource shall represent an attribute regist… 63 …erm="OData.Description" String="The RFC5646-conformant language code for the attribute registry."/> 69 <Annotation Term="OData.Description" String="The attribute registry version."/> 70 …ata.LongDescription" String="This property shall contain the version of this attribute registry."/> 76 …="OData.Description" String="The organization or company that publishes this attribute registry."/> 77 …LongDescription" String="This property shall represent the publisher of this attribute registry."/> 81 …<Annotation Term="OData.Description" String="An array of systems that this attribute registry supp… 82 … property shall contain an array containing a list of systems that this attribute registry support… 91 … <Annotation Term="OData.Description" String="A system that this attribute registry supports."/> [all …]
|
/openbmc/linux/include/linux/ |
H A D | compiler_attributes.h | 7 * map to compiler attribute(s), unless one of the compilers does not support 8 * the attribute. In that case, __has_attribute is used to check for support 17 * This file is meant to be sorted (by actual attribute name, 24 …: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-attribute 29 …https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function-attribute 30 … gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribute 31 …https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable-attribute 41 …/gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-function-attribute 48 * which seems to be required by gcc to apply the attribute according 52 …c.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finline-function-attribute [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 31 * @brief Callback API to be triggered on BIOS attribute change. 33 * Concrete class should implement the API to extract the attribute and its 34 * value from DBus message broadcasted on BIOS attribute change. 68 * @brief Callback API to be triggered on BIOS attribute change. 70 * The API to extract the required attribute and its value from DBus message 71 * broadcasted on BIOS attribute change. 79 * @brief API to read given attribute from BIOS table. 81 * @param[in] attributeName - Attribute to be read. 82 * @return - Bios attribute current value. 88 * @brief API to process "hb_field_core_override" attribute. [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | amt.h | 26 /* This attribute specify mode etier Gateway or Relay. */ 28 /* This attribute specify Relay port. 29 * AMT interface is created as Gateway mode, this attribute is used 31 * AMT interface is created as Relay mode, this attribute is used 35 /* This attribute specify Gateway port. 36 * AMT interface is created as Gateway mode, this attribute is used 38 * AMT interface is created as Relay mode, this attribute is not used. 41 /* This attribute specify physical device */ 43 /* This attribute specify local ip address */ 45 /* This attribute specify Relay ip address. [all …]
|