Searched refs:argN (Results 1 – 15 of 15) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 105 inline auto argN(size_t n, std::string_view s) noexcept in argN() function 166 .append(argN(0, i)); in propertiesChanged() 187 return nameOwnerChanged().append(argN(0, s)); in nameOwnerChanged()
|
/openbmc/openpower-occ-control/ |
H A D | powercap.hpp | 51 sdbusRule::argN(0, "xyz.openbmc_project.Control.Power.Cap") + in PowerCap()
|
H A D | occ_status.hpp | 123 sdbusRule::argN(0, Control::convertForMessage( in Status()
|
H A D | occ_manager.hpp | 88 sdbusRule::argN(0, AMBIENT_INTERFACE) + in Manager()
|
/openbmc/phosphor-host-ipmid/softoff/ |
H A D | softoff.hpp | 48 sdbusRule::argN(0, convertForMessage(Host::Command::SoftOff)), in SoftPowerOff()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 334 rules::argN(0, restrictionModeIntf); in postInit() 344 rules::argN(0, systemOsStatusIntf); in postInit() 353 rules::argN(0, hostMiscIntf); in postInit()
|
/openbmc/sdbusplus/test/bus/ |
H A D | match.cpp | 16 return nameOwnerChanged() + argN(0, busName); in matchRule()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | version.hpp | 97 sdbusRule::argN(0, CHASSIS_STATE_OBJ) + in Version()
|
/openbmc/linux/Documentation/trace/ |
H A D | fprobetrace.rst | 50 $argN : Fetch the Nth function argument. (N >= 1) (\*2) 72 parameters by its name instead of ``$argN``. This feature is available if the
|
H A D | kprobetrace.rst | 53 $argN : Fetch the Nth function argument. (N >= 1) (\*1)
|
/openbmc/phosphor-objmgr/src/ |
H A D | main.cpp | 567 sdbusplus::bus::match::rules::argN(0, assocDefsInterface), in main()
|
/openbmc/phosphor-host-ipmid/ |
H A D | storagehandler.cpp | 183 argN(0, ipmi::sel::logEntryIntf), in registerSelCallbackHandler()
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 798 rules::argN(0, specialModeInterface); in setupManufacturingModeMatch()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 345 sdbusplus::bus::match::rules::argN(0, networkChConfigIntfName), in ChannelConfig()
|
H A D | user_mgmt.cpp | 1671 sdbusplus::bus::match::rules::argN(0, usersInterface), in cacheUserDataFile()
|