Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp18 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 Dproperty.aserver.get.hpp.mako6 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 Dproperty.aserver.set.hpp.mako9 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 Dinterface.aserver.hpp.mako19 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 Dmethod.aserver.callback.hpp.mako16 ${m_tag}, Instance\
23 auto self_i = static_cast<Instance*>(self);
36 ${m_tag}, Instance\
H A Dproperty.aserver.callback.hpp.mako23 Instance>)
73 ${p_tag}, Instance, ${p_type}>)
/openbmc/phosphor-host-ipmid/scripts/
H A Dentity-example.md30 # 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 Dtest_tasks_service.robot75 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 Dsol_manager.hpp29 using Instance = uint8_t; typedef
49 using SOLPayloadMap = std::map<Instance, std::shared_ptr<Context>>;
/openbmc/obmc-console/conf/
H A Dobmc-console@.service.in6 # Instance ID is the VUART basename
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dst-spear-miphy.txt14 - phy-id: Instance id of the phy. Only required when there are multiple phys
/openbmc/linux/Documentation/devicetree/bindings/edac/
H A Dapm-xgene-edac.txt31 - memory-controller : Instance number of the memory controller.
37 - pmd-controller : Instance number of the PMD controller.
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp187 } fn##Instance;
/openbmc/linux/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst25 | Tracing | -> | Instance(s) | <- | Model |
70 Instance(s)* using C macros.
/openbmc/pldm/requester/
H A DREADME.md12 - Instance ID expiration and marking the instance ID free after expiration.
/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp196 uint8_t Instance; member
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf44 0x06:0x4B //<App>:<Get Payload Instance Info>
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py350 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 Dsysfs-bus-platform-devices-ampere-smpro15 …| 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 Dsysfs-firmware-dmi-entries44 Instance numbers are used in lieu of the firmware
/openbmc/google-ipmi-sys/
H A DREADME.md144 Gsys can get the "Entity ID:Entity Instance" to Entity name mapping from BMC
155 | 0x02 | Entity Instance | Entity Instance |
/openbmc/pldm/
H A Dmeson.options105 description: 'Instance ID expiration interval in seconds',
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddm814x.dtsi175 * 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 Dtest_ipmi_sensor.robot48 # 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 D0001-fix-build-on-GCC-14-for-yocto.patch256 Mle::DelayedSender::DelayedSender(Instance &aInstance)

12