/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | server.hpp | 18 template <typename Instance, template <typename, typename> typename... Types> 21 public Types<Instance, server<Instance, Types...>>... 24 using Self = server<Instance, Types...>; 29 context_ref(ctx), Types<Instance, Self>(path)... in server() 35 template <typename Instance, template <typename, typename> typename... Types> 36 using server_t = server::server<Instance, Types...>; 55 template <typename Tag, typename Instance> 57 requires(const Instance& i) { i.get_property(Tag{}); }; 60 template <typename Tag, typename Instance> 62 requires(const Instance& i, sdbusplus::message_t& m) { [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.aserver.get.hpp.mako | 6 requires server_details::has_get_property_nomsg<${p_tag}, Instance> 8 return static_cast<const Instance*>(this)->get_property(${p_tag}{}); 11 requires server_details::has_get_property_msg<${p_tag}, Instance> 13 return static_cast<const Instance*>(this)->get_property(${p_tag}{}, m); 16 requires (!server_details::has_get_property<${p_tag}, Instance>) 20 Instance>,
|
H A D | property.aserver.set.hpp.mako | 9 requires server_details::has_set_property_nomsg<${p_tag}, Instance, 12 bool changed = static_cast<Instance*>(this)->set_property( 23 requires server_details::has_set_property_msg<${p_tag}, Instance, 26 bool changed = static_cast<Instance*>(this)->set_property( 37 requires (!server_details::has_set_property<${p_tag}, Instance, 41 !server_details::has_get_property<${p_tag}, Instance>,
|
H A D | interface.aserver.hpp.mako | 19 template <typename Instance, typename Server> 23 template <typename Instance, typename Server = void> 27 sdbusplus::async::server_t<Instance, details::${interface.classname}>, 28 details::${interface.classname}<Instance, Server>> 34 sdbusplus::async::server_t<Instance, details::${interface.classname}>, 35 details::${interface.classname}<Instance, Server>>(std::forward<Args>(args)...) 44 template <typename Instance, typename Server>
|
H A D | method.aserver.callback.hpp.mako | 16 ${m_tag}, Instance\ 23 auto self_i = static_cast<Instance*>(self); 36 ${m_tag}, Instance\
|
H A D | property.aserver.callback.hpp.mako | 23 Instance>) 73 ${p_tag}, Instance, ${p_type}>)
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | entity-example.md | 30 # Container Entity Id and Container Entity Instance = (0x13, 0x81) 31 # Contained Entity Id and Contained Entity Instance = (0x0A, 0x1), 36 # Entity Id and entity Instance for the container entity 56 # Container Entity Id and Container Entity Instance = (0x18, 0x2) 57 # Contained Entity Id and Contained Entity Instance = (0x1D, 0x1), 97 # Container Entity Id and Container Entity Instance = (0x1E, 0x1) 98 # Contained Entity Id and Contained Entity Instance = (0x20, 0x1), 117 # Container Entity Id and Container Entity Instance = (0x1E, 0x3) 118 # Contained Entity Id and Contained Entity Instance = (0x20, 0x1),
|
/openbmc/openbmc-test-automation/redfish/task_service/ |
H A D | test_tasks_service.robot | 75 Test Generated Task Instance Validity And Task State 119 ${task_id} ${resp_obj}= Generate Task Instance 175 Verify Generate Task Instance Completion 204 Generate Task Instance 223 Verify Generate Task Instance Completion 234 ${task_id} ${resp}= Generate Task Instance ${task_type}
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_manager.hpp | 29 using Instance = uint8_t; typedef 49 using SOLPayloadMap = std::map<Instance, std::shared_ptr<Context>>;
|
/openbmc/obmc-console/conf/ |
H A D | obmc-console@.service.in | 6 # Instance ID is the VUART basename
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | st-spear-miphy.txt | 14 - phy-id: Instance id of the phy. Only required when there are multiple phys
|
/openbmc/linux/Documentation/devicetree/bindings/edac/ |
H A D | apm-xgene-edac.txt | 31 - memory-controller : Instance number of the memory controller. 37 - pmd-controller : Instance number of the PMD controller.
|
/openbmc/smbios-mdr/include/ |
H A D | speed_select.hpp | 187 } fn##Instance;
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | da_monitor_synthesis.rst | 25 | Tracing | -> | Instance(s) | <- | Model | 70 Instance(s)* using C macros.
|
/openbmc/pldm/requester/ |
H A D | README.md | 12 - Instance ID expiration and marking the instance ID free after expiration.
|
/openbmc/intel-ipmi-oem/include/ |
H A D | manufacturingcommands.hpp | 196 uint8_t Instance; member
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | gbs-ipmid-whitelist.conf | 44 0x06:0x4B //<App>:<Get Payload Instance Info>
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 350 class Instance(ConfigEntry): class 354 super(Instance, self).__init__(**kw) 369 super(Instance, self).setup(objs) 1134 "element": Instance,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-platform-devices-ampere-smpro | 15 …| 02 | Instance | 2 | See :ref:`the table below <smpro-error-types>` for detail… 35 …| Error Group | Error Type | Sub type | Sub component | Instance …
|
H A D | sysfs-firmware-dmi-entries | 44 Instance numbers are used in lieu of the firmware
|
/openbmc/google-ipmi-sys/ |
H A D | README.md | 144 Gsys can get the "Entity ID:Entity Instance" to Entity name mapping from BMC 155 | 0x02 | Entity Instance | Entity Instance |
|
/openbmc/pldm/ |
H A D | meson.options | 105 description: 'Instance ID expiration interval in seconds',
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dm814x.dtsi | 175 * See TRM "Table 1-317. L4LS Instance Summary" for hints. 674 /* See TRM "Table 1-318. L4HS Instance Summary" */
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sensor.robot | 48 # Entity ID Entity Instance Temp. Readings 111 # Entity ID Entity Instance Temp. Readings
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
H A D | 0001-fix-build-on-GCC-14-for-yocto.patch | 256 Mle::DelayedSender::DelayedSender(Instance &aInstance)
|