Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/openbmc/u-boot/env/
H A Dattr.c24 * attributes = [^,:\s]*
25 * entry = name[:attributes]
29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk() argument
33 char *name, *attributes; in env_attr_walk() local
82 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
84 if (attributes != NULL) { in env_attr_walk()
86 *attributes++ = '\0'; in env_attr_walk()
87 /* remove white-space from attributes */ in env_attr_walk()
88 attributes = strim(attributes); in env_attr_walk()
97 retval = callback(name, attributes, priv); in env_attr_walk()
[all …]
/openbmc/u-boot/include/
H A Denv_attr.h15 * attributes = [^,:\s]*
16 * entry = name[:attributes]
18 * It will call the "callback" function with the "name" and "attributes"
24 int (*callback)(const char *name, const char *attributes, void *priv),
30 * If the name is found in the list, it's value is copied into "attributes".
31 * There is no protection on attributes being too small for the value.
32 * It returns -1 if attributes is NULL, 1 if "name" is not found, 2 if
36 int env_attr_lookup(const char *attr_list, const char *name, char *attributes);
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c21 * efi_$guid_$varname = {attributes}(type)value
30 * The attributes are a comma separated list of these possible
31 * attributes:
40 * If not specified, the attributes default to "{boot}".
102 * parse_attr() - decode attributes part of variable value
104 * Convert the string encoded attributes of a UEFI variable to a bit mask.
105 * TODO: Several attributes are not supported.
108 * @attrp: pointer to UEFI attributes
158 * @attributes: attributes of the variable
164 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable() argument
[all …]
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/
H A Dphal_devtree13 #export attributes list to attribute_list.txt
14 attributes="/usr/bin/attributes"
16 attr_cmd="$attributes export"
18 if [ -x $attributes ]; then
35 #copy attributes info db to dump
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/
H A Dmeson.build2 subdir('Attributes') subdir
9 '../../../../yaml/xyz/openbmc_project/PFR/Attributes.interface.yaml',
11 output: ['Attributes.md'],
23 'xyz/openbmc_project/PFR/Attributes',
/openbmc/phosphor-mrw-tools/
H A Dprint_targets.pl27 for my $attr (keys %{$thash->{ATTRIBUTES}}) {
30 if (ref($thash->{ATTRIBUTES}->{$attr}->{default}) eq "HASH") {
33 for my $f (sort keys %{$thash->{ATTRIBUTES}->
36 my $val = $thash->{ATTRIBUTES}->
42 print $thash->{ATTRIBUTES}->{$attr}->{default} . "\n";
/openbmc/phosphor-mrw-tools/docs/
H A Dmrw-xml-requirements.md29 XML representations, there are only a few attributes that need to be set. If a
30 new part is being modeled, initial values for some attributes may need to be
38 ### System Level Attributes
50 All of the BMC chip attributes that are needed for the device tree are pre-built
55 > necessary device tree attributes.
68 connected to an ethernet slave unit. Additionally, the following attributes may
84 part to their corresponding uart slave units. No additional attributes are
117 an I2C device. It specifies which other attributes of the device should be
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml5 attributes:
10 attributes:
29 attributes:
39 attributes:
51 attributes:
/openbmc/qemu/include/exec/
H A Dmemattrs.h2 * Memory transaction attributes
18 * attributes. Some of these are generic (such as the ID of
61 * Bus masters which don't specify any attributes will get this
63 * distinguish "all attributes deliberately clear" from
75 /* Bus masters which don't specify any attributes will get this,
77 * (so that we can distinguish "all attributes deliberately clear"
/openbmc/qemu/hw/uefi/
H A Dvar-service-vars.c46 VMSTATE_UINT32(attributes, uefi_variable),
78 uint32_t attributes) in add_variable() argument
87 var->attributes = attributes; in add_variable()
89 var->attributes &= ~EFI_VARIABLE_APPEND_WRITE; in add_variable()
121 uint32_t attributes, in uefi_vars_set_variable() argument
134 new_var = add_variable(uv, guid, name, name_size, attributes); in uefi_vars_set_variable()
146 if (var->attributes & EFI_VARIABLE_NON_VOLATILE) { in uefi_vars_clear_volatile()
177 if (!(var->attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS)) { in check_access()
181 if (!(var->attributes & EFI_VARIABLE_RUNTIME_ACCESS)) { in check_access()
200 if (new_var->attributes & ~EFI_VARIABLE_ATTRIBUTE_SUPPORTED) { in check_update()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DBios.v1_2_3.json40 "Attributes": { object
42 …"description": "The list of BIOS attributes and their values as determined by the manufacturer or …
43attributes and their values as determined by the manufacturer or provider. This object shall desc…
71 …e registry. The attribute registry describes the system-specific BIOS attributes and actions for …
72 … "longDescription": "This resource shall represent BIOS attributes for a Redfish implementation.",
114 "Attributes": { object
115 "$ref": "#/definitions/Attributes",
116 … "description": "The list of BIOS attributes specific to the manufacturer or provider.",
117 …"longDescription": "This property shall contain the list of BIOS attributes specific to the manufa…
150 …"An indication of whether there is a pending request to reset the BIOS attributes to default value…
[all …]
H A DAttributeRegistry.v1_3_9.json37 …e attribute registry is specific to an implementation or product. The attributes and property nam…
101 … "description": "The list of all attributes and their metadata for this component.",
102 …"longDescription": "This property shall list attributes for this component, along with their possi…
187 "Attributes": { object
245 … "The ascending order, as a number, in which this attribute appears relative to other attributes.",
246 …n the ascending order, as a number, in which this attribute appears relative to other attributes.",
281 …on": "An indication of whether this attribute is immutable. Immutable attributes cannot be modifi…
282 …roperty shall indicate whether this attribute is immutable. Immutable attributes shall not be mod…
417 …sion dialect, that validates the attribute value. Applies to only string and integer attributes.",
418 …sion dialect, that validates the attribute value. Applies to only string and integer attributes.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DBios.v1_2_3.json40 "Attributes": { object
42 …"description": "The list of BIOS attributes and their values as determined by the manufacturer or …
43attributes and their values as determined by the manufacturer or provider. This object shall desc…
71 …e registry. The attribute registry describes the system-specific BIOS attributes and actions for …
72 … "longDescription": "This resource shall represent BIOS attributes for a Redfish implementation.",
114 "Attributes": { object
115 "$ref": "#/definitions/Attributes",
116 … "description": "The list of BIOS attributes specific to the manufacturer or provider.",
117 …"longDescription": "This property shall contain the list of BIOS attributes specific to the manufa…
150 …"An indication of whether there is a pending request to reset the BIOS attributes to default value…
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py69 :param blank_attributes_are_booleans: Render attributes whose value
70 is the empty string as HTML-style boolean attributes.
71 (Attributes whose value is None are always rendered this way.)
130 def attributes(self, tag): member in Formatter
131 """Reorder a tag's attributes however you want.
133 By default, attributes are sorted alphabetically. This makes
137 If `empty_boolean_attributes` is True, then attributes whose
139 attributes.
/openbmc/phosphor-hwmon/
H A Dhwmon.cpp6 bool getAttributes(const std::string& type, Attributes& attributes) in getAttributes() argument
24 attributes = *a; in getAttributes()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/
H A Dmeson.build2 subdir('Attributes') subdir
10 '../../../../../yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml',
12 output: ['Attributes.md'],
24 'xyz/openbmc_project/Control/Service/Attributes',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate/
H A D0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch20 # define ATTRIBUTES _target_attribute("dotprod")
33 # define ATTRIBUTES _target_attribute("+dotprod")
35 # define ATTRIBUTES _target_attribute("arch=armv8.2-a+dotprod")
42 # define ATTRIBUTES _target_attribute("aes,crc,sha3")
55 # define ATTRIBUTES _target_attribute("+crypto,+crc,+sha3")
57 # define ATTRIBUTES _target_attribute("arch=armv8.2-a+crypto+crc+sha3")
/openbmc/qemu/hw/ufs/
H A Dufs.c849 uint16_t ee_status = be16_to_cpu(u->attributes.exception_event_status); in ufs_update_ee_status()
850 uint8_t high_temp_thresh = u->attributes.device_too_high_temp_boundary; in ufs_update_ee_status()
851 uint8_t low_temp_thresh = u->attributes.device_too_low_temp_boundary; in ufs_update_ee_status()
865 u->attributes.exception_event_status = cpu_to_be16(ee_status); in ufs_update_ee_status()
870 uint16_t ee_control = be16_to_cpu(u->attributes.exception_event_control); in ufs_check_exception_event_alert()
879 ee_status = be16_to_cpu(u->attributes.exception_event_status); in ufs_check_exception_event_alert()
1093 uint16_t ee_control = be16_to_cpu(u->attributes.exception_event_control); in ufs_read_device_temp()
1112 return u->attributes.boot_lun_en; in ufs_read_attr_value()
1114 return u->attributes.current_power_mode; in ufs_read_attr_value()
1116 return u->attributes.active_icc_level; in ufs_read_attr_value()
[all …]
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def51 /* optional attributes */
57 /* optional attributes */
63 /* optional attributes */
577 /* optional attributes */
588 /* optional attributes */
594 /* optional attributes */
600 /* optional attributes */
606 /* optional attributes */
612 /* optional attributes */
618 /* optional attributes */
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py233 attributes = []
239 attributes.append((name, value))
241 for name, value in sorted(attributes):
346 def setAttributes(self, attributes): argument
347 if attributes is not None and len(attributes) > 0:
349 for name, value in list(attributes.items()):
352 del attributes[name]
353 attributes[new_name] = value
356 self.name, attributes)
357 for name, value in list(attributes.items()):
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/Attributes/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/PFR/Attributes'
8 '../../../../../yaml/xyz/openbmc_project/PFR/Attributes.interface.yaml',
28 'xyz/openbmc_project/PFR/Attributes',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/User/Attributes'
8 '../../../../../yaml/xyz/openbmc_project/User/Attributes.interface.yaml',
28 'xyz/openbmc_project/User/Attributes',
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h44 u32 powar; /* 0x10 - Window Attributes */
58 u32 piwar; /* 0x10 - Window Attributes */
101 u32 powar0; /* 0xc10 - PCI Outbound Window Attributes Register 0 */
107 u32 powar1; /* 0xc30 - PCI Outbound Window Attributes Register 1 */
113 u32 powar2; /* 0xc50 - PCI Outbound Window Attributes Register 2 */
119 u32 powar3; /* 0xc70 - PCI Outbound Window Attributes Register 3 */
125 u32 powar4; /* 0xc90 - PCI Outbound Window Attributes Register 4 */
131 u32 piwar3; /* 0xdb0 - PCI Inbound Window Attributes Register 3 */
137 u32 piwar2; /* 0xdd0 - PCI Inbound Window Attributes Register 2 */
143 u32 piwar1; /* 0xdf0 - PCI Inbound Window Attributes Register 1 */
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Service/Attributes'
8 '../../../../../../yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml',
28 'xyz/openbmc_project/Control/Service/Attributes',
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbios_handler.hpp22 * @brief API to back up or restore BIOS attributes.
36 * attributes interested in.
60 * @brief API to back up or restore BIOS attributes.
205 * @brief A class to operate upon BIOS attributes.
208 * where specific BIOS attributes identified by the concrete specific class can
216 * for reading/writing BIOS attributes.
268 * an immediate sync of BIOS attributes. If the service is not running, it
278 * attributes that are backed in VPD. When the attributes change, the new

12345678910>>...30