Home
last modified time | relevance | path

Searched refs:Argument (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp237 using Argument = xyz::openbmc_project::Common::InvalidArgument; in extractOriginatorProperties() typedef
260 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ORIGINATOR_ID"), in extractOriginatorProperties()
261 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractOriginatorProperties()
287 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ORIGINATOR_TYPE"), in extractOriginatorProperties()
288 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractOriginatorProperties()
319 using Argument = xyz::openbmc_project::Common::InvalidArgument; in extractParameter() typedef
332 elog<InvalidArgument>(Argument::ARGUMENT_NAME(key.c_str()), in extractParameter()
333 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractParameter()
357 using Argument = xyz::openbmc_project::Common::InvalidArgument; in getErrorDumpType() typedef
366 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ERROR_TYPE"), in getErrorDumpType()
[all …]
H A Ddump_types.cpp.mako83 using Argument = xyz::openbmc_project::Common::InvalidArgument;
104 elog<InvalidArgument>(Argument::ARGUMENT_NAME("BMC_DUMP_TYPE"),
105 Argument::ARGUMENT_VALUE(type.c_str()));
/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.cpp25 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
47 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Address"), in client()
48 Argument::ARGUMENT_VALUE(address.c_str())); in client()
73 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ADDRESS"), in checkClientConfigured()
74 Argument::ARGUMENT_VALUE(address.c_str())); in checkClientConfigured()
86 Argument::ARGUMENT_NAME("ADDRESS"), in checkClientConfigured()
87 Argument::ARGUMENT_VALUE("Client already exist.")); in checkClientConfigured()
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_certs_manager.cpp19 using Argument = typedef
32 elog<InvalidArgument>(Argument::ARGUMENT_NAME("CSR"), in signCSR()
33 Argument::ARGUMENT_VALUE(csr.c_str())); in signCSR()
49 elog<InvalidArgument>(Argument::ARGUMENT_NAME("csr"), in signCSR()
50 Argument::ARGUMENT_VALUE(csr.c_str())); in signCSR()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ddownload_manager.cpp34 using Argument = xyz::openbmc_project::common::InvalidArgument; in downloadViaTFTP() typedef
47 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FileName"), in downloadViaTFTP()
48 Argument::ARGUMENT_VALUE(fileName.c_str())); in downloadViaTFTP()
55 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ServerAddress"), in downloadViaTFTP()
56 Argument::ARGUMENT_VALUE(serverAddress.c_str())); in downloadViaTFTP()
H A Dversion.cpp27 using Argument = xyz::openbmc_project::common::InvalidArgument; typedef
56 Argument::ARGUMENT_NAME("manifestFilePath"), in getRepeatedValues()
57 Argument::ARGUMENT_VALUE(manifestFilePath.c_str())); in getRepeatedValues()
109 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Version"), in getId()
110 Argument::ARGUMENT_VALUE(version.c_str())); in getId()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp32 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
104 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapServerURI"), in createConfig()
105 Argument::ARGUMENT_VALUE(ldapServerURI.c_str())); in createConfig()
119 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LDAPBindDN"), in createConfig()
120 Argument::ARGUMENT_VALUE(ldapBindDN.c_str())); in createConfig()
127 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LDAPBaseDN"), in createConfig()
128 Argument::ARGUMENT_VALUE(ldapBaseDN.c_str())); in createConfig()
H A Dldap_config.cpp43 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
376 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapServerURI"), in ldapServerURI()
377 Argument::ARGUMENT_VALUE(value.c_str())); in ldapServerURI()
429 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBindDN"), in ldapBindDN()
430 Argument::ARGUMENT_VALUE(value.c_str())); in ldapBindDN()
472 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBaseDN"), in ldapBaseDN()
473 Argument::ARGUMENT_VALUE(value.c_str())); in ldapBaseDN()
788 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group name"), in checkPrivilegeMapper()
789 Argument::ARGUMENT_VALUE("Null")); in checkPrivilegeMapper()
808 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege level"), in checkPrivilegeLevel()
[all …]
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp29 using Argument = xyz::openbmc_project::Common::InvalidArgument; in rfcToGuid() typedef
44 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfcToGuid()
45 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfcToGuid()
56 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfcToGuid()
57 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfcToGuid()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp41 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
292 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipaddress"), in ip()
293 Argument::ARGUMENT_VALUE(ipaddress.c_str())); in ip()
309 Argument::ARGUMENT_NAME("prefixLength"), in ip()
310 Argument::ARGUMENT_VALUE(stdplus::toStr(prefixLength).c_str())); in ip()
348 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipAddress"), in neighbor()
349 Argument::ARGUMENT_VALUE(ipAddress.c_str())); in neighbor()
361 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor()
362 Argument::ARGUMENT_VALUE(macAddress.c_str())); in neighbor()
403 elog<InvalidArgument>(Argument::ARGUMENT_NAME("gateway"), in staticGateway()
[all …]
H A Dsystem_configuration.cpp19 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
95 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Hostname"), in hostName()
96 Argument::ARGUMENT_VALUE(name.c_str())); in hostName()
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp54 using Argument = x3::variant<int64_t, double, UnquotedString, QuotedString>; typedef
58 Argument left;
60 Argument right;
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_resource.cpp126 using Argument = xyz::openbmc_project::Common::InvalidArgument; in createDump() typedef
161 elog<InvalidArgument>(Argument::ARGUMENT_NAME("VSP_STRING"), in createDump()
162 Argument::ARGUMENT_VALUE("INVALID INPUT")); in createDump()
186 elog<InvalidArgument>(Argument::ARGUMENT_NAME("PASSWORD"), in createDump()
187 Argument::ARGUMENT_VALUE("INVALID INPUT")); in createDump()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp25 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
33 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValues()
34 Argument::ARGUMENT_VALUE(filePath.c_str())); in getValues()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp102 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
142 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowsForGroupChangeAllowed()
143 Argument::ARGUMENT_VALUE(groupName.c_str())); in checkAndThrowsForGroupChangeAllowed()
187 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in isUserExist()
188 Argument::ARGUMENT_VALUE("Null")); in isUserExist()
214 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowForDisallowedGroupCreation()
215 Argument::ARGUMENT_VALUE(groupName.c_str())); in checkAndThrowForDisallowedGroupCreation()
252 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
253 Argument::ARGUMENT_VALUE("Invalid length")); in throwForUserNameConstraints()
259 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
[all …]
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp274 using Argument = xyz::openbmc_project::common::InvalidArgument; in rfc4122ToIpmiConvesrion() typedef
289 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfc4122ToIpmiConvesrion()
290 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfc4122ToIpmiConvesrion()
306 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfc4122ToIpmiConvesrion()
307 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfc4122ToIpmiConvesrion()
312 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfc4122ToIpmiConvesrion()
313 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfc4122ToIpmiConvesrion()
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp26 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
61 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValue()
62 Argument::ARGUMENT_VALUE(filePath.c_str())); in getValue()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp126 using Argument = xyz::openbmc_project::common::InvalidArgument; in address() typedef
139 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Address"), in address()
140 Argument::ARGUMENT_VALUE(value.c_str())); in address()
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py157 class Argument(NamedElement, Renderer): class
162 super(Argument, self).__init__(**kw)
168 class TrivialArgument(Argument):
189 class InitializerList(Argument):
202 class DbusSignature(Argument):
216 class MethodCall(Argument):
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dtmpfiles.suricata1 #Type Path Mode UID GID Age Argument
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dtmpfiles.clamav1 #Type Path Mode UID GID Age Argument
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot17 # Description of Argument(s):
44 # Description of Argument(s):
72 # Description of Argument(s):
110 # Description of Argument(s):
126 # Description of Argument(s):
162 # Description of Argument(s):
296 # Description of Argument(s):
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode17 # Argument sets
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-configure-add-option-for-ps.patch49 + AC_DEFINE_UNQUOTED([PSARG], _("ax"), [Argument for ps])
86 -AC_DEFINE_UNQUOTED([PSARG], _("$PSARG"), [Argument for ps])
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru_device.robot154 # Description of Argument(s):
221 # Description of Argument(s):
244 # Description of Argument(s):
274 # Description of Argument(s):
326 # Description of Argument(s):
342 # Description of Argument(s):

1234