/openbmc/openbmc-test-automation/openpower/ |
H A D | test_bmc_devicetree.robot | 16 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 D | qdev-properties.c | 54 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 D | qdev-properties-system.c | 93 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 D | qdev-prop-internal.h | 17 const Property *prop); 19 const Property *prop); 21 const Property *prop);
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertygentest.cpp | 11 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 D | sdbusplus.hpp | 333 template <typename Property> 349 std::variant<Property> value; in getProperty() 351 return std::get<Property>(value); in getProperty() 355 template <typename Property> 360 return getProperty<Property>(getBus(), path, interface, property); in getProperty() 410 template <typename Property> 426 std::variant<Property> value; in getProperty() 428 return std::get<Property>(value); in getProperty() 432 template <typename Property> 437 return getProperty<Property>(getBus(), service, path, interface, in getProperty() [all …]
|
H A D | utility.hpp | 95 using Property = std::string; in getObjMap() typedef 97 using PropertyMap = std::map<Property, Value>; in getObjMap()
|
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 113 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 D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 72 """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 D | qdev-properties.h | 15 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 D | host_code_update.robot | 126 # 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/qemu/rust/qemu-api/src/ |
H A D | device_class.rs | 31 $crate::bindings::Property { 42 $crate::bindings::Property { 56 pub static $ident: [$crate::bindings::Property; {
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | enum.py | 2 from .property import Property 10 self.values = [Property(**v) for v in kwargs.pop("values", [])]
|
H A D | method.py | 2 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 D | signal.py | 2 from .property import Property 8 self.properties = [Property(**p) for p in kwargs.pop("properties", [])]
|
H A D | property.py | 7 class Property(NamedElement, Renderer): class 59 super(Property, self).__init__(**kwargs) 267 return Property.propertyMap[self.__type_tuple()[0]]["registryName"] 279 entry = Property.propertyMap[first]
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmi_fru_info_area.hpp | 15 using Property = std::string; typedef 16 using PropertyMap = std::map<Property, Value>;
|
/openbmc/ipmi-fru-parser/ |
H A D | types.hpp | 16 using Property = std::string; typedef 29 using PropertyMap = std::map<Property, Value>;
|
/openbmc/phosphor-fan-presence/cooling-type/ |
H A D | cooling_type.hpp | 23 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 D | DSD-properties-rules.rst | 7 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 D | virtual-media.md | 372 | 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/qemu/docs/system/arm/ |
H A D | cpu-features.rst | 167 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-gpio-monitor/ |
H A D | evdev.hpp | 54 using Property = std::string; typedef in phosphor::gpio::Evdev 57 using PropertyMap = std::map<Property, Value>;
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | dbus_mode.cpp | 38 using Property = std::string; typedef 40 using PropertyMap = std::map<Property, Value>;
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 89 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"}}}},
|