Home
last modified time | relevance | path

Searched refs:i_args (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Delog.hpp168 [[noreturn]] void elog(Args... i_args) in elog() argument
184 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in elog()
199 uint32_t report(Args... i_args) in report() argument
215 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in report()
231 uint32_t report(Entry::Level level, Args... i_args) in report() argument
247 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in report()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp91 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand()
93 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand()
109 Types... i_args) in executeCmd()
118 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd()
89 getCommand(T i_arg1,Types...i_args) getCommand() argument
106 executeCmd(T && i_path,uint16_t & o_errCode,Types...i_args) executeCmd() argument
/openbmc/phosphor-logging/tools/
H A Delog-gen.py284 def main(i_args): argument
327 options, args = parser.parse_args(i_args)