Home
last modified time | relevance | path

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

12345678910>>...29

/openbmc/openbmc-test-automation/openpower/
H A Dtest_bmc_devicetree.robot16 Check BMC Model Property Is Set
19 [Template] Template Check Property
21 #Property
25 Check BMC Compatible Property Is Set
28 [Template] Template Check Property
30 #Property
34 Check BMC CPU Name Property Is Set
37 [Template] Template Check Property
39 #Property
43 Check BMC CPU Compatible Property Is Set
[all …]
/openbmc/qemu/hw/core/
H A Dqdev-properties.c54 void *object_field_prop_ptr(Object *obj, Property *prop) in object_field_prop_ptr()
64 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()
119 const Property *prop) in qdev_propinfo_set_default_value_enum()
134 static uint32_t qdev_get_prop_mask(Property *prop) in qdev_get_prop_mask()
140 static void bit_prop_set(Object *obj, Property *props, bool val) in bit_prop_set()
154 Property *prop = opaque; in prop_get_bit()
164 Property *prop = opaque; in prop_set_bit()
[all …]
H A Dqdev-properties-system.c93 Property *prop = opaque; in get_drive()
119 Property *prop = opaque; in set_drive_helper()
228 Property *prop = opaque; in release_drive()
272 Property *prop = opaque; in set_chr()
308 Property *prop = opaque; in release_chr()
332 Property *prop = opaque; in get_mac()
347 Property *prop = opaque; in set_mac()
409 Property *prop = opaque; in get_netdev()
420 Property *prop = opaque; in set_netdev()
488 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-fan-presence/
H A Dsdbusplus.hpp338 template <typename Property>
354 std::variant<Property> value; in getProperty()
356 return std::get<Property>(value); in getProperty()
360 template <typename Property>
365 return getProperty<Property>(getBus(), path, interface, property); in getProperty()
415 template <typename Property>
431 std::variant<Property> value; in getProperty()
433 return std::get<Property>(value); in getProperty()
437 template <typename Property>
442 return getProperty<Property>(getBu in getProperty()
[all...]
H A Dutility.hpp99 using Property = std::string; in getObjMap() typedef
101 using PropertyMap = std::map<Property, Value>; in getObjMap()
/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/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/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 const Property *prop);
207 void *object_field_prop_ptr(Object *obj, Property *prop);
226 void qdev_property_add_static(DeviceState *dev, const Property *prop);
/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/sdbusplus/tools/sdbusplus/
H A Denum.py2 from .property import Property
10 self.values = [Property(**v) for v in kwargs.pop("values", [])]
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", [])]
H A Dsignal.py2 from .property import Property
8 self.properties = [Property(**p) for p in kwargs.pop("properties", [])]
H A Dproperty.py7 class Property(NamedElement, Renderer): class
59 super(Property, self).__init__(**kwargs)
267 return Property.propertyMap[self.typeName]["registryName"]
279 entry = Property.propertyMap[first]
/openbmc/qemu/rust/qemu-api/src/
H A Ddevice_class.rs31 $crate::bindings::Property {
42 $crate::bindings::Property {
56 pub static $ident: [$crate::bindings::Property; {
/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.hpp15 using Property = std::string; typedef
16 using PropertyMap = std::map<Property, Value>;
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp16 using Property = std::string; typedef
29 using PropertyMap = std::map<Property, Value>;
/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/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/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…
387 | ImageURL | Property | - | STRING | URL to mounted image …
[all …]
/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/qemu/docs/system/arm/
H A Dcpu-features.rst167 properties have special semantics (see "SVE CPU Property Parsing
236 dependencies and constraints, see "SVE CPU Property Dependencies and
240 provide the parsing semantics listed in "SVE CPU Property Parsing
243 SVE CPU Property Dependencies and Constraints
261 SVE CPU Property Parsing Semantics
281 CPU Property Dependencies and Constraints").
286 constraint (2) of "SVE CPU Property Dependencies and Constraints").
290 constraint (3) of "SVE CPU Property Dependencies and Constraints").
294 by the host (see constraint (3) of "SVE CPU Property Dependencies and
304 Property Dependencies and Constraints").
[all …]
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp38 using Property = std::string; typedef
40 using PropertyMap = std::map<Property, Value>;
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp89 struct Property struct
101 const std::unordered_map<std::string, std::map<AlarmType, Property>>
104 {{AlarmType::low, Property{"HardShutdownAlarmLow", "LNR"}},
105 {AlarmType::high, Property{"HardShutdownAlarmHigh", "UNR"}}}},
108 {{AlarmType::low, Property{"SoftShutdownAlarmLow", "LNR"}},
109 {AlarmType::high, Property{"SoftShutdownAlarmHigh", "UNR"}}}},
112 {{AlarmType::low, Property{"CriticalAlarmLow", "LCR"}},
113 {AlarmType::high, Property{"CriticalAlarmHigh", "UCR"}}}},
116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},
117 {AlarmType::high, Property{"WarningAlarmHigh", "UNC"}}}},

12345678910>>...29