Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot21 #Property
30 #Property
39 #Property
48 #Property
57 #Property
67 #Property
76 #Property
85 #Property
94 #Property
103 #Property
[all …]
/openbmc/qemu/hw/core/
H A Dqdev-properties.c64 Property *prop = opaque; in field_prop_get()
81 Property *prop = opaque; in field_prop_set()
103 Property *prop = opaque; in qdev_propinfo_get_enum()
112 Property *prop = opaque; in qdev_propinfo_set_enum()
154 Property *prop = opaque; in prop_get_bit()
560 static Property array_elem_prop(Object *obj, Property *parent_prop, in array_elem_prop()
563 return (Property) { in array_elem_prop()
752 static Property *qdev_prop_walk(Property *props, const char *name) in qdev_prop_walk()
769 Property *prop; in qdev_prop_find()
843 Property *prop; in qdev_prop_set_enum()
[all …]
H A Dqdev-properties-system.c67 Property *prop = opaque; in get_drive()
93 Property *prop = opaque; in set_drive_helper()
202 Property *prop = opaque; in release_drive()
246 Property *prop = opaque; in set_chr()
282 Property *prop = opaque; in release_chr()
306 Property *prop = opaque; in get_mac()
321 Property *prop = opaque; in set_mac()
383 Property *prop = opaque; in get_netdev()
394 Property *prop = opaque; in set_netdev()
462 Property *prop = opaque; in get_audiodev()
[all …]
H A Dqdev-prop-internal.h17 const Property *prop);
19 const Property *prop);
21 const Property *prop);
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertygentest.cpp11 using Property = typedef
14 using GroupOfProperties = std::vector<::Property>;
39 ::Property{interfaces[0], properties[0], meta[0]},
40 ::Property{interfaces[1], properties[1], meta[1]},
43 ::Property{interfaces[0], properties[2], meta[0]},
44 ::Property{interfaces[1], properties[0], meta[1]},
47 ::Property{interfaces[2], properties[0], meta[0]},
48 ::Property{interfaces[3], properties[1], meta[1]},
51 ::Property{interfaces[0], properties[2], meta[0]},
52 ::Property{interfaces[1], properties[1], meta[1]},
[all …]
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp113 template <typename Property>
123 ::std::variant<Property> value; in getProperty()
125 return std::get<Property>(value); in getProperty()
129 template <typename Property>
134 return getProperty<Property>(getBus(), busName, path, interface, property); in getProperty()
138 template <typename Property>
143 return getProperty<Property>(bus, getService(bus, path, interface), path, in getProperty()
148 template <typename Property>
152 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp338 template <typename Property>
354 std::variant<Property> value; in getProperty()
360 template <typename Property>
415 template <typename Property>
437 template <typename Property>
479 template <typename Property>
486 std::variant<Property> varValue(std::forward<Property>(value)); in setProperty()
500 template <typename Property>
510 template <typename Property>
518 std::variant<Property> varValue(std::forward<Property>(value)); in setProperty()
[all …]
H A Dutility.hpp99 using Property = std::string; in getObjMap() typedef
101 using PropertyMap = std::map<Property, Value>; in getObjMap()
/openbmc/sdbusplus/tools/sdbusplus/
H A Denum.py2 from .property import Property
10 self.values = [Property(**v) for v in kwargs.pop("values", [])]
H A Dsignal.py2 from .property import Property
8 self.properties = [Property(**p) for p in kwargs.pop("properties", [])]
H A Dmethod.py2 from .property import Property
8 self.parameters = [Property(**p) for p in kwargs.pop("parameters", [])]
9 self.returns = [Property(**r) for r in kwargs.pop("returns", [])]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch72 """Method: Get Property (case sensitive)"""
83 """Method: Set Property (case sensitive)"""
93 """Method: Get Property (case sensitive)"""
104 """Method: Set Property (case sensitive)"""
113 """Method: Get Property (case sensitive)"""
124 """Method: Set Property (case sensitive)"""
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.hpp15 using Property = std::string; typedef
16 using PropertyMap = std::map<Property, Value>;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0001-Platform-ARM-N1sdp-Add-support-to-parse-NT_FW_CONFIG.patch345 + CONST UINT32 *Property;
379 + Property = fdt_getprop (NtFwCfgDtBlob, Offset, "local-ddr-size", NULL);
380 + if (Property == NULL) {
385 + plat_info->LocalDdrSize = fdt32_to_cpu (*Property);
388 + if (Property == NULL) {
393 + plat_info->RemoteDdrSize = fdt32_to_cpu (*Property);
396 + if (Property == NULL) {
401 + plat_info->SecondaryChipCount = fdt32_to_cpu (*Property);
403 + Property = fdt_getprop (NtFwCfgDtBlob, Offset, "multichip-mode", NULL);
404 + if (Property == NULL) {
[all …]
/openbmc/qemu/include/hw/
H A Dqdev-properties.h15 struct Property { struct
37 int (*print)(Object *obj, Property *prop, char *dest, size_t len); argument
38 void (*set_default_value)(ObjectProperty *op, const Property *prop);
40 Property *prop);
207 void *object_field_prop_ptr(Object *obj, Property *prop);
226 void qdev_property_add_static(DeviceState *dev, Property *prop);
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp16 using Property = std::string; typedef
29 using PropertyMap = std::map<Property, Value>;
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot126 # Property Value
150 Set Host Software Property @{software_objects}[0] RequestedActivation
152 ${software_properties}= Get Host Software Property @{software_objects}[0]
161 [Template] Set Property To Invalid Value And Verify No Change
164 # Property Version Type
224 ... Get Host Software Property ${SOFTWARE_VERSION_URI}${version_id}
243 ${init_host_properties}= Get Host Software Property ${image_ids[0]}
246 Set Host Software Property ${image_ids[0]} ${attribute_name}
249 ${cur_host_properties}= Get Host Software Property ${image_ids[0]}
254 Set Host Software Property
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.hpp23 using Property = std::string; typedef in phosphor::cooling::type::CoolingType
26 using PropertyMap = std::map<Property, Value>;
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp54 using Property = std::string; typedef in phosphor::gpio::Evdev
57 using PropertyMap = std::map<Property, Value>;
/openbmc/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst7 Properties, Property Sets and Property Subsets
37 Property subsets are nested collections of properties. Each of them is
45 Property sets may be hierarchical. That is, a property set may contain
49 General Validity Rule for Property Sets
82 Property Sets and Device Tree Bindings
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp40 using Property = std::string; typedef
42 using PropertyMap = std::map<Property, Value>;
/openbmc/docs/designs/
H A Dvirtual-media.md372 | Active | Property | - | BOOLEAN | `True`, if object is occupied by active process, `False` …
373 | ExitCode | Property | - | INT32 | If process terminates this property will contain returned…
380 | EndPointId | Property | - | STRING | As per configuration …
381 | Mode | Property | - | BYTE | As per configuration …
382 | Device | Property | - | STRING | As per configuration …
383 | Socket | Property | - | STRING | As per configuration …
384 | Timeout | Property | - | UINT16 | As per configuration …
385 | BlockSize | Property | - | UINT16 | As per configuration …
386 | RemainingInactivityTimeout | Property | - | UINT16 | Seconds to drop connection by server, f…
395 | ReadIO | Property | - | UINT64 | Number of read IOs since image mounting |
[all …]
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst167 properties have special semantics (see "SVE CPU Property Parsing
243 SVE CPU Property Dependencies and Constraints
261 SVE CPU Property Parsing Semantics
281 CPU Property Dependencies and Constraints").
304 Property Dependencies and Constraints").
318 SVE CPU Property Examples
363 SVE CPU Property Recommendations
372 SME CPU Property Examples
397 SVE User-mode Default Vector Length Property
430 SME User-mode Default Vector Length Property
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp76 using Property = std::string; typedef
77 using PathInterfacesAdded = std::map<Interface, std::map<Property, Value>>;
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp33 using Property = std::string; typedef in phosphor::gpio::presence::Presence
36 using PropertyMap = std::map<Property, Value>;

12345678910>>...30